[PATCH 30/36] serial: timberdale: Remove dependancies
From: Alan Cox <alan(a)linux.intel.com> MFD_TIMBERDALE doesn't appear to be defined anywhere. However the code in question can build happily without platform specifics so remove the check Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/Kconfi... 2 Mar 2010 19:14
msi-laptop: Support some MSI 3G netbook that is need load SCM
On Tue, Mar 02, 2010 at 11:39:29PM +0000, Matthew Garrett wrote: On Tue, Mar 02, 2010 at 03:28:57PM -0800, Greg Kroah-Hartman wrote: From: Lee, Chun-Yi <jlee(a)novell.com> Some MSI 3G netbook only have one fn key to control Wlan/Bluetooth/3G, those netbook will load the SCM (windows app) to disabl... 9 Mar 2010 16:56
msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command
On Tue, Mar 02, 2010 at 11:36:16PM +0000, Matthew Garrett wrote: On Tue, Mar 02, 2010 at 03:28:56PM -0800, Greg Kroah-Hartman wrote: Add threeg sysfs file for support query 3G state by standard 66/62 ec command, the MSI standard ec interface supported this feature. No. Just use the rfkill interf... 2 Mar 2010 19:13
[PATCH 19/36] Char: synclink, remove unnecessary checks
From: Jiri Slaby <jslaby(a)suse.cz> Stanse found a potential null dereference in mgsl_put_char and mgsl_write. There is a check for tty being NULL, but it is dereferenced earlier. Actually, tty cannot be NULL in .write and .put_char, so remove the tests. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Andrew ... 2 Mar 2010 19:13
[PATCH 53/62] sysfs: Pass super_block to sysfs_get_inode
From: Eric W. Biederman <ebiederm(a)xmission.com> Currently sysfs_get_inode magically returns an inode on sysfs_sb. Make the super_block parameter explicit and the code becomes clearer. Acked-by: Tejun Heo <tj(a)kernel.org> Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Eric W. Biederman <ebiederm(a)aris... 2 Mar 2010 19:13
[PATCH 52/62] driver core: Use sysfs_rename_link in device_rename
From: Eric W. Biederman <ebiederm(a)xmission.com> Don't open code the renaming of symlinks in sysfs instead use the new helper function sysfs_rename_link Acked-by: Tejun Heo <tj(a)kernel.org> Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Eric W. Biederman <ebiederm(a)aristanetworks.com> Signed-off-by: Gr... 2 Mar 2010 19:13
[PATCH 38/62] UIO: Add a driver for Hilscher netX-based fieldbus cards
From: Hans J. Koch <hjk(a)linutronix.de> This patch adds a Userspace IO driver for netX-based fieldbus cards by Hilscher (see http://www.hilscher.com). ATM, cifX and comX cards are supported. The userspace part for this driver is provided by Hilscher and should come with the card. The driver is in use for several ... 2 Mar 2010 19:13
[PATCH 23/36] serial: bfin_5xx: pull in linux/io.h for ioremap prototypes
From: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/bfin_5xx.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/serial/bfin_5xx.c b/drivers/serial/bfin_5xx.c index 6b87... 2 Mar 2010 19:13
[PATCH 54/62] sysfs: Kill unused sysfs_sb variable.
From: Eric W. Biederman <ebiederm(a)xmission.com> Now that there are no more users we can remove the sysfs_sb variable. Acked-by: Tejun Heo <tj(a)kernel.org> Acked-by: Serge Hallyn <serue(a)us.ibm.com> Signed-off-by: Eric W. Biederman <ebiederm(a)aristanetworks.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> ... 2 Mar 2010 19:13
[PATCH 62/62] sysfs: fix for thinko with sysfs_bin_attr_init()
From: Stephen Rothwell <sfr(a)canb.auug.org.au> After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/pci/pci-sysfs.c: In function 'pci_create_legacy_files': drivers/pci/pci-sysfs.c:645: error: lvalue required as unary '&' operand drivers/pci/pci-sysfs.c:658: err... 2 Mar 2010 19:13