First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
[PATCH 47/68] serial: max3107: introduce a max3107 driver
From: jianwei.yang <jianwei.yang(a)intel.com> This device is used by some of the Intel MID platforms. It's not similar enough to the MAX3100 to use the same driver. At this point the driver is specific to the platform and not generalised. We will fix that later. Signed-off-by: jianwei.yang <jianwei.yang(a)intel.... 10 Aug 2010 19:08
[PATCH 35/68] tty: replace BKL with a new tty_lock
From: Arnd Bergmann <arnd(a)arndb.de> As a preparation for replacing the big kernel lock in the TTY layer, wrap all the callers in new macros tty_lock, tty_lock_nested and tty_unlock. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@s... 10 Aug 2010 19:08
[PATCH 49/68] tty_io: remove casts from void*
From: Kulikov Vasiliy <segooon(a)gmail.com> Remove unnesessary casts from void*. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/char/tty_io.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/char/tty... 10 Aug 2010 19:08
[PATCH 48/68] serial: max3107: Abstract out the platform specific bits
From: Alan Cox <alan(a)linux.intel.com> At the moment there is only one platform type supported and there is is hard wired, but with these changes the infrastructure is now there for anyone else to provide methods for their hardware. Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by: Greg Kroah-Hartma... 10 Aug 2010 19:08
[PATCH 42/68] tty: remove tty_lock_nested
From: Arnd Bergmann <arnd(a)arndb.de> This changes all remaining users of tty_lock_nested to be non-recursive, which lets us kill this function. As a consequence, we won't need to keep the lock count any more, which allows more simplifications later. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Alan Cox <al... 10 Aug 2010 19:08
[PATCH 27/68] vc: Locking clean up
From: Alan Cox <alan(a)linux.intel.com> The virtual console layer uses the BKL for various things that don't really need it. Clean them out. 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/selection.c | 4 +... 10 Aug 2010 19:07
[PATCH 29/68] tty: Move the vt_tty field from the vc_data into the standard tty_port
From: Alan Cox <alan(a)linux.intel.com> This takes all the tty references through the expected interface points so we can refcount them. 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/keyboard.c | 10... 10 Aug 2010 19:07
[PATCH 45/68] 8250: fix set_ldisc operation
From: Arnd Bergmann <arnd(a)arndb.de> The ldisc number now gets passed into ->set_ldisc. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/8250.c | 9 ++------- 1 files changed, 2 insertions(+), 7 delet... 10 Aug 2010 19:07
[PATCH 54/68] serial: general fixes in the serial_rs485 structure
From: Claudio Scordino <claudio(a)evidence.eu.com> Fix several issues related to the RS485 interface: - It adds the flag SER_RS485_RTS_BEFORE_SEND that was missing from the serial_rs485 structure (even if "delay_rts_before_send" was existing) - It adds a further "delay_rts_after_send" field for those drive... 10 Aug 2010 19:07
[PATCH 19/68] cyclades: Kill off BKL usage
From: Alan Cox <alan(a)linux.intel.com> Use the port mutext for config setting, the rest is locked sufficiently anyway that the BKL makes no odds. 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/cyclades.c | ... 10 Aug 2010 19:07
First  |  Prev |  Next  |  Last
Pages: 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79