ST SPEAr: Added ARM PrimeXsys System Controller SP810 header file
2010/3/3 Viresh KUMAR <viresh.kumar(a)st.com>: Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> --- �include/linux/sysctl_sp810.h | � 59 ++++++++++++++++++++++++++++++++++++++++++ �1 files changed, 59 insertions(+), 0 deletions(-) �create mode 100644 include/linux/sysctl_sp810.h (...) To the rest ... 10 Mar 2010 00:52
input: remove BKL from serio_raw
On Tuesday 09 March 2010, Thadeu Lima de Souza Cascardo wrote: serio_raw open function already uses a mutex. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> Acked-by: Arnd Bergmann <arnd(a)arndb.de> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo... 9 Mar 2010 15:48
lib: introduce common method to convert hex digits
On Tue, 9 Mar 2010 03:03:05 +0200 Andy Shevchenko <andy.shevchenko(a)gmail.com> wrote: On Mon, Feb 22, 2010 at 8:09 PM, Andy Shevchenko <andy.shevchenko(a)gmail.com> wrote: hex_to_bin() is a little method which converts hex digit to its actual value. There are plenty of places where such functionality is... 9 Mar 2010 15:48
Staging: comedi:fix missing KERN_facility level in ni_labpc.c
On 03/09/10 10:34, aseem sethi wrote: From: aseemsethi <aseemsethi(a)yahoo.com> This is a patch to fix the "missing KERN_facility level" error found when running the checkpatch.pl script Signed-off-by: Aseem Sethi <aseemsethi(a)yahoo.com> --- drivers/staging/comedi/drivers/ni_labpc.c | 2 +- 1 f... 9 Mar 2010 15:48
sysfs: Fixup broken chown tracking
It looks like your patch is already in the tree as commit 7c0ff870d1ed287504a61ed865f3d728c757436b. We saw this problem before and Eric fixed it up. I thought it was very odd that you posted this 5 minutes ago and it was already upstream. Dave -- To unsubscribe from this list: send the line "unsubscribe linux... 9 Mar 2010 15:48
how to tweak ARP timer on kernel 2.6.9
Hi, I've been trying to figure out how to adjust the ARP timeout on kernel 2.6.9 and I found the following in /proc/sys/net/ipv4/neigh/ib0 (its an IB interface I am interested in changing) with the following values. This is on kernel 2.6.9-89ELsmp (RHEL4) : [root(a)up255 ib0]# cat anycast_delay 99 [root(a)up2... 9 Mar 2010 18:05
[PATCH] PPC: Skip over OF_DT_NOP when unflattening the device tree
NOPs within the property section are skipped, but NOPs between OF_DT_END_NODE and OF_DT_BEGIN_NODE were not. My firmware NOPs out entire nodes depending on various environment parameters. of_scan_flat_dt already handles NOP more generally.. Signed-off-by: Jason Gunthorpe <jgunthorpe(a)obsidianresearch.com> --- ... 9 Mar 2010 15:48
[PATCH 1/3] input: remove BKL from mousedev
There's no need for BKL in mousedev. It uses lots of locking already that should handle the open case. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- drivers/input/mousedev.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/drivers/input/mousedev.c b/dr... 9 Mar 2010 14:39
[PATCH 2/3] input: use input_mutex instead of BKL when opening input device
There are three types of input character devices: mousedev, joydev and evdev. They all use the same major device and, then, their opening is multiplexed in input_open_file. After the BKL pushdown, this multiplexing is protected by the BKL. But there's already a mutex used for adding and removing to the table ind... 9 Mar 2010 14:39
[PATCH] sysfs: Fixup broken chown tracking
This patch: commit ddd29ec6597125c830f7badb608a86c98b936b64 Author: David P. Quigley <dpquigl(a)tycho.nsa.gov> Date: Wed Sep 9 14:25:37 2009 -0400 sysfs: Add labeling support for sysfs Introduced a bug into the way sysfs handles attribute changes from user space. Booting a kernel straight to busy box: ... 9 Mar 2010 14:39