STAGING fixes and new drivers for 2.6.35-git
On Fri, Jun 4, 2010 at 16:44, Greg KH wrote: apatard(a)mandriva.com (1):      staging: Add framebuffer driver for XGI chipsets does the staging tree not require properly formatted git patches ? -mike -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord... 4 Jun 2010 23:33
[GIT PATCH] driver core fixes for .35-git
Here's 3 bugfixes for your .35-rc git tree. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git/ All of these patches have been in the linux-next and mm trees. The patches will be sent as a follow-on to this message to lkml for people to see. thanks, greg k-h --... 4 Jun 2010 16:59
[PATCH 04/11] serial: bfin_5xx: fix typo in IER check
From: Sonic Zhang <sonic.zhang(a)analog.com> This most likely won't cause problems on systems as people don't typically enable GPIO RTS/CTS if they don't actually use it. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregk... 4 Jun 2010 16:59
[PATCH 06/11] altera_uart: Don't take spinlock in already protected functions
From: Tobias Klauser <tklauser(a)distanz.ch> Don't take the port spinlock in uart functions where the serial core already takes care of locking/unlocking them. The code would actually lock up on architectures where spinlocks are implemented (not the case on nios2 where this driver is primarily used for now, thus... 4 Jun 2010 16:59
[PATCH 11/11] serial: add support for various Titan PCI cards
From: Yegor Yefremov <yegor_sub1(a)visionsystems.de> serial: add support for various Titan PCI cards Models: 200I, 400I, 800I, 400EH, 800EH, 800EHB, 100E, 200E, 400E, 800E, 200EI, 200EISI Signed-off-by: Yegor Yefremov <yegorslists(a)googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- ... 4 Jun 2010 16:59
[PATCH 09/11] serial: altera_uart: Proper section for altera_uart_remove
From: Tobias Klauser <tklauser(a)distanz.ch> altera_uart_remove should be in .devexit.text Signed-off-by: Tobias Klauser <tklauser(a)distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/altera_uart.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/... 4 Jun 2010 16:59
[GIT PATCH] USB fixes for 2.6.35-git
Here are a few USB bugfixes for your 2.6.35-git tree. The majority are for the s3c gadget driver, and the xhci host controller, with a smattering of other bugfixes. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git/ Most of these patches have been in the linux-next and mm tree... 4 Jun 2010 16:59
[GIT PATCH] TTY and serial fixes for .35-git
Here are some tty and serial driver bugfixes and new device id patches for your .35-git tree. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/ These patches have been in the linux-next tree and -mm tree. Patches will be sent to the linux-kernel mailing list, if anyone wants ... 4 Jun 2010 16:59
[PATCH 1/3] lib/kobject_uevent.c: fix CONIG_NET=n warning
From: Andrew Morton <akpm(a)linux-foundation.org> lib/kobject_uevent.c:87: warning: 'kobj_bcast_filter' defined but not used Repairs "hotplug: netns aware uevent_helper" Cc: Eric W. Biederman <ebiederm(a)xmission.com> Cc: David S. Miller <davem(a)davemloft.net> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.o... 4 Jun 2010 16:59
[PATCH 10/11] vt_ioctl: return -EFAULT on copy_from_user errors
From: Dan Carpenter <error27(a)gmail.com> copy_from_user() returns the number of bytes remaining but we want to return a negative error code here. Signed-off-by: Dan Carpenter <error27(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/vt_ioctl.c | 4 +++- 1 files changed, 3 ins... 4 Jun 2010 16:59