[PATCH 4/4 ] SCSI: Remove the AER section in kconfig file
1. Remove the AER section of Areca driver in kconfig file of scsi folder Signed-off-by: Nick Cheng< nick.cheng(a)areca.com.tw > --- ... 17 May 2010 00:30
linux-next: manual merge of the pcmcia tree with the mtd tree
Hi Dominik, Today's linux-next merge of the pcmcia tree got a conflict in drivers/mtd/maps/pcmciamtd.c between commit 9bdde162ebcc0237e722e8c3d0d376e35188a98f ("pcmciamtd: coding style cleanups") from the mtd tree and commit 317b6d63000b3cc48c43d582d76063500e531a6c ("pcmcia: dev_node removal (write-only drivers... 17 May 2010 00:30
linux-next: build warning after merge of the mtd tree
Hi David, After merging the mtd tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/mtd/maps/pcmciamtd.c: In function 'pcmcia_copy_from_remap': drivers/mtd/maps/pcmciamtd.c:164: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'ssize_t' drivers/mtd/maps/... 16 May 2010 23:25
ncpfs: BKL ioctl pushdown
2010/5/5 John Kacur <jkacur(a)redhat.com>: Convert ncp_ioctl to an unlocked_ioctl and push down the bkl into it. Signed-off-by: John Kacur <jkacur(a)redhat.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org ... 16 May 2010 23:25
linux-next: manual merge of the net tree with the m68k tree
Hi all, Today's linux-next merge of the net tree got a conflict in include/linux/mod_devicetable.h between commit 52498c252690651f915aecbcd10e26bcbafbe2a3 ("m68k: amiga - Zorro bus modalias support") from the m68k tree and commit 8626d3b4328061f5b82b11ae1d6918a0c3602f42 ("phylib: Support phy module autoloading"... 16 May 2010 22:21
SCSI: Support HW reset for EH and polling scheme for scsi device
On Tue, 2010-05-04 at 11:13 +0800, Nick Cheng wrote: 1. To support instantaneous report for SCSI device existing by periodic polling 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent endless waiting 3. To block the coming SCSI command while the driver is handling bus reset 4. To su... 16 May 2010 22:21
coda: Clean-up whitespace problems in pioctl.c
On Wed, May 05, 2010 at 03:15:35PM +0200, John Kacur wrote: Signed-off-by: John Kacur <jkacur(a)redhat.com> --- Applied too, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.... 16 May 2010 22:21
linux-next: manual merge of the net tree with Linus' tree
Hi all, Today's linux-next merge of the net tree got a conflict in include/linux/if_link.h between commit c02db8c6290bb992442fec1407643c94cc414375 ("rtnetlink: make SR-IOV VF interface symmetric") from Linus' tree and commit 10708f37ae729baba9b67bd134c3720709d4ae62 ("net: core: add IFLA_STATS64 support") from t... 17 May 2010 02:39
[PATCH] leds-lp3944: properly handle lp3944_configure fail in lp3944_probe
In current implementation, lp3944_probe return 0 even if lp3944_configure fail. Therefore, led_classdev_unregister will be executed twice ( in error handling of lp3944_configure and lp3944_remove ). This patch properly handles lp3944_configure fail in lp3944_probe. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> ---... 16 May 2010 22:21
[PATCH] led-class: set permissions on max_brightness file to 0444
max_brightness is not writable, thus set permissions to 0444. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/leds/led-class.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c index 69e7d86..2606600 100644 --- a/drivers/led... 16 May 2010 21:12