[PATCH 09/62] sysfs: Add attribute array to sysdev classes
From: Andi Kleen <andi(a)firstfloor.org> Add a attribute array that is automatically registered and unregistered to struct sysdev_class. This is similar to what struct class has. A lot of drivers add list of attributes, so it's better to do this easily in the common sysdev layer. This adds a new field to struc... 2 Mar 2010 19:14
[PATCH 10/62] sysdev: Convert node driver
From: Andi Kleen <andi(a)firstfloor.org> Use sysdev_class attribute arrays in node driver Convert the node driver to sysdev_class attribute arrays. This greatly cleans up the code and remove a lot of code. Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- ... 2 Mar 2010 19:14
[PATCH 12/62] sysdev: Add sysdev_create/remove_files
From: Andi Kleen <andi(a)firstfloor.org> Allow to create/remove arrays of sysdev attributes Just wrappers around sysfs_create/move_files Will be used later to clean up some drivers. Signed-off-by: Andi Kleen <ak(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- include/linux/sysdev.h... 2 Mar 2010 19:14
[PATCH 20/62] Driver-Core: disable /sbin/hotplug by default
From: Kay Sievers <kay.sievers(a)vrfy.org> No recent mainstream system uses the /sbin/hotplug fork-bomb any more. Disable it by default to reflect how it is used these days. Signed-off-by: Kay Sievers <kay.sievers(a)vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/Kconfig | 10 ++++... 2 Mar 2010 19:14
[PATCH 12/36] tty: char: mxser, remove unnecessary tty test
From: Jiri Slaby <jirislaby(a)gmail.com> Stanse found unnecessary test in mxser_startup. tty is dereferenced earlier, the test is superfluous. Remove it. Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-... 2 Mar 2010 19:14
msi-laptop: Support standard ec 66/62 command on MSI notebook and nebook
On Tue, Mar 02, 2010 at 11:42:19PM +0000, Matthew Garrett wrote: On Tue, Mar 02, 2010 at 03:28:55PM -0800, Greg Kroah-Hartman wrote: From: Lee, Chun-Yi <jlee(a)novell.com> Suppport standard ec 66/62 command on MSI notebook and nebook. MSI netbook and notebook already support 66/62 command, so, add... 2 Mar 2010 19:14
[PATCH 11/36] serial: cyclades: allow overriding ISA defaults also when the driver is built-in
From: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> Signed-off-by: Jiri Slaby <jirislaby(a)gmail.com> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/cyclades.c | 9 +----... 2 Mar 2010 19:14
tty: Take a 256 byte padding into account when buffering below sub-page units
On Tue, Mar 02, 2010 at 10:24:19PM +0000, Mel Gorman wrote: (applies on top of linux-next, depends on "tty: Keep the default buffering to sub-page units") The TTY layer takes some care to ensure that only sub-page allocations are made with interrupts disabled. It does this by setting a goal of "TTY_BUFF... 2 Mar 2010 19:14
[PATCH 29/36] nozomi: Tidy up the PCI table
From: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/nozomi.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/drivers/char/nozomi.c b/drivers/char/nozomi.c index fac9157..584910f ... 2 Mar 2010 19:14
[PATCH 09/36] serial: fix test of unsigned
From: Roel Kluin <roel.kluin(a)gmail.com> The variables were unsigned so the tests did not work. Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/seri... 2 Mar 2010 19:14