First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
[PATCH 60/68] mxser: remove unnesesary NULL check
From: Kulikov Vasiliy <segooon(a)gmail.com> mxser_transmit_chars(tty, port) is called only from mxser_interrupt(). NULL check is performed in mxser_interrupt() so it is redundant here. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Acked-by: Jiri Slaby <jirislaby(a)gmail.com> Signed-off-by: Greg Kroah-Hartman ... 10 Aug 2010 19:07
[PATCH 15/68] riscom8: kill use of lock_kernel
From: Alan Cox <alan(a)linux.intel.com> The riscom8 board uses lock_kernel to protect bits of the port setting ioctl logic. We can use the port mutex for this as the logic is internal and will also lock set versus open (a locking property that has been lost somewhere along the way) Signed-off-by: Alan Cox <alan@... 10 Aug 2010 19:07
[PATCH 58/68] serial: 68328serial.c: remove dead (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS)
From: Christoph Egger <siccegge(a)cs.fau.de> (ALMA_ANS | DRAGONIXVZ | M68EZ328ADS) doesn't exist in Kconfig, therefore remove all references to it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Acked-by: Greg Ungerer <gerg(a)uclinux.org> Signed-off-by: Andrew Morton <akpm(a)linux-foundatio... 10 Aug 2010 19:07
[PATCH 65/68] serial: max3107: Fix gpiolib support
From: Alan Cox <alan(a)linux.intel.com> Because of the way gpiolib works we actually need to ifdef this in our header file Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/max3107.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ... 10 Aug 2010 19:07
[PATCH 30/68] serial: Change the wait for carrier locking
From: Alan Cox <alan(a)linux.intel.com> We want to push the lock/unlock into the helper functions so that we can prepare to move to using the tty_port helper. The expansion initially comes out a bit ugly but its worth the temporary expansion IMHO just so we can produce a nice testable series of changes. Signed-o... 10 Aug 2010 19:07
[PATCH 43/68] tty: implement BTM as mutex instead of BKL
From: Arnd Bergmann <arnd(a)arndb.de> The tty locking now follows the rules for mutexes, so we can replace the BKL usage with a new subsystem wide mutex. Using a regular mutex here will change the behaviour when blocked on the BTM from spinning to sleeping, but that should not be visible to the user. Using t... 10 Aug 2010 19:07
[PATCH 68/68] U6715 16550A serial driver support
From: Philippe Langlais <philippe.langlais(a)stericsson.com> UART Features extract from STEricsson U6715 data-sheet (arm926 SoC for mobile phone): * Fully compatible with industry standard 16C550 and 16C450 from various manufacturers * RX and TX 64 byte FIFO reduces CPU interrupts * Full double buffering * Modem ... 10 Aug 2010 19:07
[PATCH 36/68] tty: never hold BTM while getting tty_mutex
From: Arnd Bergmann <arnd(a)arndb.de> tty_mutex is never taken with the BTM held, except for two corner cases that are worked around here. We give up the BTM before calling tty_release() in the error path of tty_open(). Similarly, we reorder the locking in ptmx_open() to get tty_mutex before the BTM. Signed-of... 10 Aug 2010 19:07
[PATCH 31/68] serial: add port helpers
From: Alan Cox <alan(a)linux.intel.com> We can make this the same as the ones that will be needed by the tty_port helper logic that we want to move to but still call them from the existing code base. Signed-off-by: Alan Cox <alan(a)linux.intel.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Greg Kroah-Hartm... 10 Aug 2010 19:07
[PATCH 21/68] specialix: Kill the BKL
From: Alan Cox <alan(a)linux.intel.com> Use the port mutex instead Signed-off-by: Alan Cox <alan(a)linux.intel.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/specialix.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git... 10 Aug 2010 19:07
First  |  Prev |  Next  |  Last
Pages: 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80