usb: otg: add notifier support
On Friday 11 December 2009, Felipe Balbi wrote: The notifier will be used to communicate usb events to other drivers like the charger chip. Good idea ... but not OTG-specific. It doesn't seem to me that charging hookups belong in that header at all. In fact, usb_gadget_vbus_draw() might better be implemen... 26 Jan 2010 14:21
tty: usb_serial_mos7720: Fix get_lsr_info
Gentlemen, As of version 2.6.32.5 this patch has not made it into the kernel sources. Any reason for this? It is a pity for people who knowingly or unknowingly run into this effect in the driver. kind regards Kees On Saturday 19 September 2009 23:36:29 Greg Kroah-Hartman wrote: From: Kees Schoenmake... 26 Jan 2010 07:38
Provide ways of crashing the kernel through debugfs
On Tue, Jan 26, 2010 at 5:56 PM, Simon Kagstrom <simon.kagstrom(a)netinsight.net> wrote: For development and testing it's sometimes useful to crash or injure the kernel in various ways. This patch adds a debugfs interface to provoke null-pointer dereferences, stack corruption, panics, bugons etc. For example... 2 Feb 2010 22:16
drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function)
http://kisskb.ellerman.id.au/kisskb/buildresult/2076964/ drivers/net/ariadne.c:165: error: 'set_multicast_list' undeclared here (not in a function) Seems to be broken by: commit a271623f871dda970319ca15dfad3a8c8c36249f Author: Alexey Dobriyan <adobriyan(a)gmail.com> Date: Fri Jan 22 10:13:10 2010 +0000 ... 26 Jan 2010 04:22
[PATCH 2/2] cgroups: Clean up cgroup_pidlist_find() a bit
Don't Call get_pid_ns() before we locate/alloc the ns. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- cgroup.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- a/kernel/cgroup.c.orig 2010-01-26 14:24:29.000000000 +0800 +++ a/kernel/cgroup.c 2010-01-26 14:24:44.000000000 +0800 @@ -2643... 26 Jan 2010 04:22
twl4030 threaded_irq support
On Monday 14 December 2009, Felipe Balbi wrote: move twl4030 children to threaded irq. Felipe Balbi (4): input: keyboard: twl4030: move to request_threaded_irq input: misc: twl4030: move to request_threaded_irq rtc: twl4030: move to request_threaded_irq usb: otg: twl4030: move to request_t... 26 Jan 2010 07:38
gpiolib: Introduce chip addition/removal notifier
On Monday 25 January 2010, Anton Vorontsov wrote: +config GPIOLIB_NOTIFIER +�������bool +�������help +������� �This symbol is selected by subsystems that need to handle GPIO +������� �chips addition and removal. E.g., this is used for the +������� �OpenFirmware bindings. + I'm no huge fan of... 5 Mar 2010 16:12
of/gpio: Add support for two-stage registration for the of_gpio_chips
On Monday 25 January 2010, Anton Vorontsov wrote: With this patch there are two ways to register OF GPIO controllers: 1. Allocating the of_gpio_chip structure and passing the � �&of_gc->gc pointer to the gpiochip_add. (Can use container_of � �to convert the gpio_chip to the of_gpio_chip.) 2. Allo... 26 Jan 2010 16:39
powerpc/mcu_mpc8349emitx: Remove OF GPIO handling stuff
On Monday 25 January 2010, Anton Vorontsov wrote: With the new OF GPIO infrastructure it's much easier to handle I2C GPIO controllers, i.e. now drivers don't have to deal with the OF-specific bits. Good, that's how it should have been done in the first place. :) Of course, there's still the question of ... 26 Jan 2010 02:12
UBIFS assert failed in ubifs_dirty_inode
On Thu, 2010-01-21 at 22:03 -0500, Jeff Angielski wrote: I am trying use an UBIFS root filesystem on my PowerPC MPC8544 but I am seeing some intermitent problems with "UBIFS assert failed in ubifs_dirty_inode" errors. On the first boot after I program the NAND with a fresh UBI image, everything se... 2 Feb 2010 22:16