First  |  Prev |  Next  |  Last
Pages: 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
[PATCH 57/67] 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... 5 Aug 2010 19:09
[PATCH 1/3] lib: vsprintf: optimised put_dec_trunc() and put_dec_full()
The put_dec_trunc() and put_dec_full() functions were based on a code optimised for processors with 8-bit ALU but even then they failed to satisfy the same constraints and in fact required at least 16-bit ALU (because at least one number they operate in can take 9 bits). This version of those functions proposed ... 5 Aug 2010 19:09
[PATCH 44/67] tty: release BTM while sleeping in block_til_ready
From: Arnd Bergmann <arnd(a)arndb.de> Most tty drivers may block while opening a device. Since this possibly depends on another thread closing it first and both threads may need the BTM, we need to release it here. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Alan Cox <alan(a)lxorguk.ukuu.org.uk> Signed-off-... 5 Aug 2010 19:09
[PATCH 24/28] leds: Remove owner field from attribute initialization in bd2802 driver
From: Guenter Roeck <guenter.roeck(a)ericsson.com> Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> Acked-by: Tejun Heo <tj(a)kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/leds/leds-bd2802.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/... 5 Aug 2010 19:09
[PATCH 63/67] hsu: some code cleanup
From: Feng Tang <feng.tang(a)intel.com> Major changes are: * refine the comments in the driver * remove unused member from structure "hsu_port" * extended spin_lock protoction for dma mode in port_irq() Signed-off-by: Feng Tang <feng.tang(a)intel.com> Signed-off-by: Alan Cox <alan(a)linux.intel.com> Signed-off-by:... 5 Aug 2010 19:09
[PATCH 19/28] driver core: fix memory leak on one error path in bus_register()
From: Jike Song <albcamus(a)gmail.com> Reported-by: huangweibing(a)gmail.com Signed-off-by: Jike Song <albcamus(a)gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/bus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/base/bus.c b/drivers/base/bus.c i... 5 Aug 2010 19:09
[PATCH 54/67] 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... 5 Aug 2010 19:09
[PATCH 18/28] debugfs: no longer needs to depend on SYSFS
From: Randy Dunlap <randy.dunlap(a)oracle.com> debugfs no longer uses 'kernel_subsys' (which is gone), and other kernel/ksysfs.c code is always built, so DEBUG_FS does not need to depend on SYSFS. Fixes this kconfig warning: warning: (TREE_RCU_TRACE || AMD_IOMMU_STATS && AMD_IOMMU || MTD_UBI_DEBUG && MTD && SY... 5 Aug 2010 19:09
[PATCH 06/28] Driver core: Drop __must_check from bus_for_each_drv()
From: Jean Delvare <khali(a)linux-fr.org> There is little rationale for marking bus_for_each_drv() __must_check. It is more of an iteration helper than a real function. You don't know in advance which callback it will be used on, so you have no clue how important it can be to check the returned value. In practice, ... 5 Aug 2010 19:09
[PATCH 13/28] sysfs: sysfs_chmod_file's attr can be const
From: Jean Delvare <khali(a)linux-fr.org> sysfs_chmod_file doesn't change the attribute it operates on, so this attribute can be marked const. Signed-off-by: Jean Delvare <khali(a)linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- fs/sysfs/file.c | 3 ++- include/linux/sysfs.h | 6 ... 5 Aug 2010 19:09
First  |  Prev |  Next  |  Last
Pages: 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173