First  |  Prev |  Next  |  Last
Pages: 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
[PATCH 33/67] 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 +-------------------------------... 5 Aug 2010 19:09
[PATCH 49/67] 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... 5 Aug 2010 19:09
[PATCH 52/67] 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... 5 Aug 2010 19:09
[PATCH 65/67] 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(-) ... 5 Aug 2010 19:09
[PATCH 36/67] 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... 5 Aug 2010 19:09
[PATCH 58/67] 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... 5 Aug 2010 19:09
[PATCH 28/28] driver core: device_rename's new_name can be const
From: Johannes Berg <johannes(a)sipsolutions.net> The new_name argument to device_rename() can be const as kobject_rename's new_name argument is. Signed-off-by: Johannes Berg <johannes.berg(a)intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/core.c | 2 +- include/linux/device... 5 Aug 2010 19:09
[PATCH 53/67] 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... 5 Aug 2010 19:09
strange pagecache behaviour with dm-crypt on raid1
I stumbled upon this while setting up a new System with dm-crypt (/dev/mapper/md3dec) on top of /dev/md3 as raid1 (/dev/sd[ab]5) and initially filling /dev/mapper/md3dec with zeros dd if=/dev/zero of=/dev/mapper/md3dec bs=100M i was curious about how far dd had progressed, so i played around with dd if=/... 5 Aug 2010 19:09
[GIT pull] generic irq updated for 2.6.36
Linus, Please pull the latest irq-core-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq-core-for-linus Just cleanups, no functional changes. Thanks, tglx ------------------> Ian Campbell (4): irq: Add new IRQ flag IRQF_NO_SUSPEND ixp4x... 5 Aug 2010 19:09
First  |  Prev |  Next  |  Last
Pages: 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175