First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
[PATCH 57/68] timbuart: use __devinit and __devexit macros for probe and remove
From: Richard Röjfors <richard.rojfors(a)pelagicore.com> Move the probe and remove functions to the devinit and devexit sections. Signed-off-by: Richard Röjfors <richard.rojfors(a)pelagicore.com> Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drive... 10 Aug 2010 19:07
[PATCH 52/68] serial: "altera_uart: simplify altera_uart_console_putc()" checkpatch fixes
From: Andrew Morton <akpm(a)linux-foundation.org> ERROR: code indent should use tabs where possible #32: FILE: drivers/serial/altera_uart.c:397: +^I ALTERA_UART_STATUS_TRDY_MSK))$ total: 1 errors, 0 warnings, 39 lines checked ../patches/altera_uart-simplify-altera_uart_console_putc.patch has style prob... 10 Aug 2010 19:07
[PATCH 50/68] vt: Fix warning: statement with no effect due to vt_kern.h
From: Kevin Winchester <kjwinchester(a)gmail.com> Using: gcc (GCC) 4.5.0 20100610 (prerelease) with CONFIG_CONSOLE_TRANSLATIONS=n, the following warnings are seen: drivers/char/vt_ioctl.c: In function 'vt_ioctl': drivers/char/vt_ioctl.c:1309:4: warning: statement with no effect drivers/char/vt.c: In fun... 10 Aug 2010 19:07
[PATCH 39/68] tty: introduce wait_event_interruptible_tty
From: Arnd Bergmann <arnd(a)arndb.de> Calling wait_event_interruptible implicitly releases the BKL when it sleeps, but we need to do this explcitly when we have converted it to a mutex. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregk... 10 Aug 2010 19:07
[PATCH 53/68] serial: fix missing bit coverage of ASYNC_FLAGS
From: John Villalovos <jvillalo(a)redhat.com> It seems that currently ASYNC_FLAGS is one bit short of covering all the bits of the ASYNC user flags. In particular it does not cover the ASYNC_AUTOPROBE bit. ASYNCB_LAST_USER and ASYNCB_AUTOPROBE are both equal to 15. Therefore: ASYNC_AUTOPROBE = 1000 0000 0000... 10 Aug 2010 19:07
[PATCH 33/68] serial: Use block_til_ready helper
From: Alan Cox <alan(a)linux.intel.com> Our code now rather closely resembles the helper, so switch to it. 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/serial/serial_core.c | 87 +-------------------------------... 10 Aug 2010 19:07
[PATCH 10/68] tty: remove remaining Hayes ESP ioctls
As Jeff Dike pointed out, the Hayes ESP driver was removed in commit f53a2ade0bb9f2a81f473e6469155172a96b7c38, so these ioctl definitions should also be removed. This cleans up the remaining arch-specific locations of this ioctl value. Thanks to Arnd for pointing these out. Cc: Jeff Dike <jdike(a)addtoit.com> ... 10 Aug 2010 19:07
[PATCH 51/68] serial: crisv10: formatting of pointers in printk()
From: Kulikov Vasiliy <segooon(a)gmail.com> Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/serial/crisv10.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/crisv10... 10 Aug 2010 19:07
[PATCH 37/68] tty: fix console_sem lock order
From: Arnd Bergmann <arnd(a)arndb.de> vgacon_do_font_op releases and reacquires the BTM while holding console_sem. This violates the rule that BTM has to be the outer lock whenever we hold both. There does not seem to be any reason to give up the BTM here, so just stop doing that. Signed-off-by: Arnd Bergmann... 10 Aug 2010 19:07
[PATCH 62/68] hsu: add a periodic timer to check dma rx channel
From: Feng Tang <feng.tang(a)intel.com> A general problem for uart rx dma channel is you never know when and how much data will be received, so usually preset it a DMA descriptor with a big size, and rely on DMA RX timeout IRQ to know there is some data in rx channel. For a RX data size of multiple of MOTSR, the... 10 Aug 2010 19:07
First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81