[PATCH v2 1/5] gpiolib: cosmetic improvements for error handling in gpiochip_add()
From: Anton Vorontsov <avorontsov(a)ru.mvista.com> Hopefully it makes the code look nicer and makes it easier to extend this function. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> CC: de... 10 Jun 2010 02:22
of/device: Move struct of_device define outside of CONFIG_OF_DEVICE test
On 06/09/10 21:54, Grant Likely wrote: Some code uses of_device even when CONFIG_OF_DEVICE is not set. This patch makes of_device valid all the time by moving it outside of the ifdef CONFIG_OF_DEVICE test. Reported-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Grant Likely <grant.likely@... 10 Jun 2010 02:22
[PATCH 2/2] i2c: Add OF-style registration and binding
This patch adds OF hooks to the i2c core so that devices can automatically be registered based on device tree data. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/i2c/busses/i2c-cpm.c | 5 ----- drivers/i2c/busses/i2c-ibm_iic.c | 3 --- drivers/i2c/busses/i2c-mpc.c | 1 - ... 10 Jun 2010 02:22
linux-next: manual merge of the hwpoison tree with the kvm tree
Hi Andi, Today's linux-next merge of the hwpoison tree got a conflict in mm/memory-failure.c between commit 7c5663142a8e9fbf31c82fc9ab6ebc3fda10d6b9 ("KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages") from the kvm tree and commit 2164d3b53f002264d760c76799958ad7a48b9f41 ("HWPOISON, hugetlb:... 10 Jun 2010 02:22
[PATCH] of/device: Move struct of_device define outside of CONFIG_OF_DEVICE test
Some code uses of_device even when CONFIG_OF_DEVICE is not set. This patch makes of_device valid all the time by moving it outside of the ifdef CONFIG_OF_DEVICE test. Reported-by: Randy Dunlap <randy.dunlap(a)oracle.com> Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> --- Hi Randy, Here's what I app... 10 Jun 2010 01:17
ocfs2: Let ocfs2_setattr use new truncate sequence.
On Thu, Jun 10, 2010 at 11:53:06AM +0800, Tao Ma wrote: Let ocfs2 use the new truncate sequence. The changes include: 1. Remove the extra check for inode_newsize_ok since Christoph has moved it into inode_change_ok. So we will check it at the beginning of ocfs2_setattr. So this deals with our quest... 11 Jun 2010 04:52
Question on siig sata 3 controller
Does anyone know the status of the SIIG DP SATA 6Gb/s 2S1P PCIe (Part number: SC-SA0E12-S1)? I am encountering problems writing a large quantity through this controller and I want to see if there is a way to fix this. The pci ids do not appear to be referenced in the kernel. Are any of the siig sata controlle... 15 Jun 2010 14:17
[PATCH 10/12] scsi: megaraid_sas - Add input parameter for max_sectors
Driver add the input parameters support for max_sectors for our gen2 chip. Customer can Set the max_sectors support to 1MB for gen2 chip during the driver load. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- megaraid_sas.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ megaraid_sas.h | 1 2 ... 10 Jun 2010 01:17
[PATCH 9/12] scsi: megaraid_sas - support devices update flag
Driver added the Device update flag to tell LSI application driver will do the device Update. LSI MegaRAID SAS application will check this flag to decide if it is need to update the Device or not. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- megaraid_sas.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 ... 10 Jun 2010 01:17
[PATCH 8/12] scsi: megaraid_sas - Online Controller Reset (OCR): Driver re-issue the pending cmds to FW
After OCR finished, driver need to re-issue the pending cmds to FW again. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 81 ++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff -rupN old/drivers/scsi/megaraid/megaraid_sas.c new/drivers... 10 Jun 2010 01:17