First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
[PATCH 48/67] 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... 5 Aug 2010 19:10
[PATCH 2/3] lib: vsprintf: optimised put_dec() for 32-bit machines
Existing put_dec() function uses a do_div() function for dividing the 64-bit argument. On 32-bit machines this may be a costly operation. This patch, replaces the put_dec() function on 32-bit processors to one that performs no 64-bit divisions. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- lib/vs... 5 Aug 2010 19:10
[PATCH 18/67] synclink: kill the big kernel lock
From: Alan Cox <alan(a)linux.intel.com> We don't need it while waiting and we can lock the ioctls using the port mutex. While at it eliminate use of the hangup mutex and switch to the port mutex. Signed-off-by: Alan Cox <alan(a)linux.intel.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Signed-off-by: Greg Kroah-Hartman <... 5 Aug 2010 19:10
[PATCH 04/28] hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET
From: Ian Abbott <abbotti(a)mev.co.uk> The kernel/hotplug sysctl variable (/proc/sys/kernel/hotplug file) was made conditional on CONFIG_NET by commit f743ca5e10f4145e0b3e6d11b9b46171e16af7ce (applied in 2.6.18) to fix problems with undefined references in 2.6.16 when CONFIG_HOTPLUG=y && !CONFIG_NET, but this rest... 5 Aug 2010 19:10
[PATCH 3/3] lib: vsprintf: added a put_dec() test and benchmark tool
This commit adds a test application for the put_dec() and family of functions that are used by the previous two commits. Signed-off-by: Michal Nazarewicz <mina86(a)mina86.com> --- tools/put-dec/Makefile | 8 + tools/put-dec/put-dec-test.c | 725 ++++++++++++++++++++++++++++++++++++++++++ 2 files change... 5 Aug 2010 19:10
[PATCH 10/28] Driver core: reduce duplicated code for platform_device creation
From: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> This makes the two similar functions platform_device_register_simple and platform_device_register_data one line inline functions using a new generic function platform_device_register_resndata. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de... 5 Aug 2010 19:10
[PATCH 03/28] uio: Remove IRQF_DISABLED flag from uio_cif.c
From: Hans J. Koch <hjk(a)linutronix.de> Remove IRQF_DISABLED since it is deprecated and a no-op in the current kernel. Signed-off-by: Hans J. Koch <hjk(a)linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/uio/uio_cif.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) di... 5 Aug 2010 19:10
[PATCH 14/28] dmi-id: fix a memory leak in dmi_id_init error path
From: Axel Lin <axel.lin(a)gmail.com> This patch adds a missing kfree(dmi_dev) in dmi_id_init error path. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> Acked-by: Tejun Heo <tj(a)kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/firmware/dmi-id.c | 4 +++- 1 files changed, 3 insertions... 5 Aug 2010 19:09
[PATCH 15/67] 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@... 5 Aug 2010 19:09
[PATCH 45/67] 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... 5 Aug 2010 19:09
First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172