[PATCH 02/12] MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns
Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Wan ZongShun <mcuos.com(a)gmail.com> --- MAINTAINERS | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 2af46b6..9046e97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -974,12 +974,11 @@ F: drivers/input/ke... 9 Jun 2010 16:26
[GIT] Networking
1) hostap irq handler commit revert, breaks bringup of certain cards. From John W. Linville. 2) mac80211 does "if (foo->ops->x) foo->ops->y();", fix to "if (foo->opx->y) foo->ops->y();" :-) From Holger Schurig 3) Fix lockdep warning wrt. sysfs_create_group and requesting firmware in iwlwifi. Othe... 9 Jun 2010 16:26
[PATCH 10/12] MAINTAINERS: Remove section STRIP
commit f80a3f62383bf673c310926d55142d51f118926d removed it Signed-off-by: Joe Perches <joe(a)perches.com> --- MAINTAINERS | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6402d30..56a87ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5434,11 +5434,... 9 Jun 2010 16:26
[PATCH 00/12] MAINTAINERS: Cleanups after renames/deletions
Just some miscellaneous cleanups Joe Perches (12): MAINTAINERS: Update ARM/BCMRING MTD NAND DRIVER file patterns MAINTAINERS: Update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patterns MAINTAINERS: Update ARM/VOIPAC PXA270 file patterns MAINTAINERS: Update ARM/ZIPIT Z2 SUPPORT file patterns MAINTAINERS... 9 Jun 2010 16:26
[PATCH 08/12] MAINTAINERS: Remove section SMX UIO Interface
commit d6e976c0d258c9547a308bd8a9a82ec93e2bc6e2 removed the file Signed-off-by: Joe Perches <joe(a)perches.com> Cc: Ben Nizette <bn(a)niasdigital.com> --- MAINTAINERS | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 765322e..8aac474 100644 --- a/MAINT... 9 Jun 2010 16:26
[PATCH 3/8] floppy: silence warning during disk test
The first thing the floppy does is read block 0 to test geometry and to test for disk presence. If disk is not present this causes a console warning message about failed I/O. Set flag to silence. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 14:54:39.187135875... 9 Jun 2010 15:19
[PATCH 8/8] floppy: use warning macros
Convert assertions to use WARN(). There are several error checks in the code for things that should never happen. Convert them to standard warnings so kerneloops.org will see them. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 08:08:36.363245707 -0700 +++ b/d... 9 Jun 2010 15:19
[PATCH] FRV: Reinstate null behaviour for the GDB remote protocol 'p' command
Reinstate the null behaviour that the in-kernel gdbstub had for the GDB remote protocol 'p' command (retrieve a single register value) prior to the following commit: commit 7ca8b9c0dafd1cb36289aa4c92c7beae7adcd34f Author: David Howells <dhowells(a)redhat.com> Date: Mon May 24 14:32:54 2010 -0700 Subject: fr... 9 Jun 2010 15:19
[PATCH 5/8] floppy: cmos attribute should be static
As reported by sparse, cmos attribute is local. Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 23:08:23.326715957 -0700 +++ b/drivers/block/floppy.c 2010-06-08 23:08:29.136934127 -0700 @@ -4127,7 +4127,7 @@ static ssize_t floppy_cmos_show(struct d return spri... 9 Jun 2010 15:19
[PATCH 6/8] floppy: fix signed/unsigned warnings
Ioctl cmd value is unsigned, so change normalize_ioctl Signed-off-by: Stephen Hemminger <shemminger(a)vyatta.com> --- a/drivers/block/floppy.c 2010-06-08 23:08:29.136934127 -0700 +++ b/drivers/block/floppy.c 2010-06-08 23:08:32.697067816 -0700 @@ -3337,7 +3337,7 @@ static int set_geometry(unsigned int cmd } ... 9 Jun 2010 15:19