Convert the AB3100 driver to use threaded IRH
Hi Linus, On Fri, Jan 08, 2010 at 12:08:45AM +0100, Linus Walleij wrote: This converts the AB3100 core MFD driver to use a threaded interrupt handler instead of the explicit top/bottom-half construction with a workqueue. This saves some code and make it more similar to other modern MFD drivers. patch ap... 8 Jan 2010 07:11
[RFC] [PATCH 1/2] cgroups: modular subsystems support for use_id
On Fri, Jan 08, 2010 at 12:27:34AM -0500, Ben Blum wrote: On Thu, Jan 07, 2010 at 02:42:19PM +0800, Li Zefan wrote: KAMEZAWA Hiroyuki wrote: On Wed, 6 Jan 2010 20:26:06 -0500 Ben Blum <bblum(a)andrew.cmu.edu> wrote: On Wed, Jan 06, 2010 at 04:04:14PM -0800, Andrew Morton wrote: ... 8 Jan 2010 00:42
[PATCH] drivers/input/joystick/xpad.c: Add rumble support for original xbox controller
This will add rumble support for xbox 1 compatible controllers. I am wondering why XTYPE_XBOX360W is excluded from the rumbling action, however as I have no device to test, I have not touched this. --- /usr/src/linux-source-2.6.33/drivers/input/joystick/xpad.c 2010-01-08 02:56:59.365851076 +0100 +++ xpad.c 2010-0... 7 Jan 2010 22:31
elf coredump: Add extended numbering support
Andrew Morton wrote: On Thu, 7 Jan 2010 16:29:28 -0800 Andrew Morton <akpm(a)linux-foundation.org> wrote: On Mon, 04 Jan 2010 10:06:07 +0900 (JST) Daisuke HATAYAMA <d.hatayama(a)jp.fujitsu.com> wrote: The current ELF dumper can produce broken corefiles if program headers exceed 65535. In par... 7 Jan 2010 21:26
Can we remove pci_find_device() yet?
Hi all, This interface has been deprecated since November 2006, so can something be done about the last users (I think only some ISDN drivers)? Or should we just remove the interface and mark those drivers BROKEN (and maybe move them to staging)? -- Cheers, Stephen Rothwell sfr(a)canb.auug... 20 Jan 2010 10:38
[PATCH] drivers/net/skfp/skfddi.c: use %pMF to show MAC address
Use the %pMF kernel extension to display the MAC address. The address will still be displayed in the FDDI Canonical format. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Cc: David S. Miller <davem(a)davemloft.net> --- diff --git a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c index... 7 Jan 2010 19:12
[PATCH 6/6] perf tools: Encode kernel module mappings in perf.data
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> We were always looking at the running machine /proc/modules, even when processing a perf.data file, which only makes sense when we're doing 'perf record' and 'perf report' on the same machine, and in close sucession, or if we don't use modules at all, right Peter? ... 7 Jan 2010 18:04
lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses
On Thu, 2010-01-07 at 22:18 +0100, Michał Mirosław wrote: Something like the following might be smaller and faster - no functions and their calls int rev = (fmt[1] == 'F'); p = pack_hex_byte(p, rev ? bitrev8(addr[i]) : addr[i]); Right, better. Just 6 bytes (x86). Resubmitting. -- To unsubscribe ... 7 Jan 2010 16:56
mpt2sas: Fix &&/|| confusion in _scsih_sas_device_status_change_event()
nack The code beyond this check is intended for either INTERNAL_DEVICE_RESET or CMP_DEVICE_RESET. If the reason code is something else, we will want to return. There are 10 other types of reason codes besides these two. This proposed patch means we return only when the reason code is either INTERNAL_DEVICE_RESET ... 12 Jan 2010 20:46
mpt2sas: Fix &&/|| confusion in _scsih_sas_device_status_change_event()
On Thu, Jan 7, 2010 at 8:31 PM, Moore, Eric <Eric.Moore(a)lsi.com> wrote: nack The code beyond this check is intended for either INTERNAL_DEVICE_RESET or CMP_DEVICE_RESET.   If the reason code is something else, we will want to return.  There are 10 other types of reason codes besides these two. This proposed pa... 7 Jan 2010 15:48