trace/trace_output.c: fix "integer as NULL pointer" warning.
On Sun, 2010-01-24 at 11:03 -0500, Thiago Farina wrote: kernel/trace/trace_output.c:256:24: warning: Using plain integer as NULL pointer Signed-off-by: Thiago Farina <tfransosi(a)gmail.com> Is this going through some other tree, or should I just pull it? -- Steve --- kernel/trace/trace_output.c |... 25 Jan 2010 17:21
[PATCH 3/3] gpiolib: Add WM8994 GPIO support
The WM8994 has 11 GPIO lines. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile | 1 + drivers/gpio/wm8994-gpio.c | 204 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 212 insertions(+), 0 deletions(-) creat... 25 Jan 2010 15:05
[PATCH 2/3] mfd: Add initial WM8994 support
The WM8994 is a highly integrated ultra low power audio hub CODEC. Since it includes on-board regulators and GPIOs it is represented as a multi-function device, though the overwhelming majority of the functionality is provided by the ASoC CODEC driver. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.co... 25 Jan 2010 15:05
Linux 2.6.32.6
I'm announcing the release of the 2.6.32.6 kernel. All users of the 2.6.32 kernel series are very strongly encouraged to upgrade. The updated 2.6.32.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.32.y.git and can be browsed at the normal kernel.org git web brow... 25 Jan 2010 15:05
omap: define _toggle_gpio_edge_triggering only for OMAP1
Uwe Kleine-K�nig <u.kleine-koenig(a)pengutronix.de> writes: The only usage of _toggle_gpio_edge_triggering is in an CONFIG_ARCH_OMAP1 is defined, too. This fixes a compiler warning: arch/arm/plat-omap/gpio.c:758: warning: '_toggle_gpio_edge_triggering' defined but not used when compiling for AR... 25 Jan 2010 13:56
[PATCH 3/4] of/gpio: Implement GPIOLIB notifier hooks
This patch implements GPIOLIB notifier hooks, and thus makes device-enabled GPIO chips (i.e. the ones that have gpio_chip->dev specified) automatically attached to the OpenFirmware subsystem. Which means that now we can handle I2C and SPI GPIO chips almost* transparently. * "Almost" because some chips still requi... 25 Jan 2010 13:56
[PATCH 0/4] OF GPIO integration for I2C/SPI GPIO chips
Hi all, Currently it's a burden to make I2C or SPI GPIO chips work with the OF GPIO infrastructure. I've posted several approaches to solve the issue before, and others have tried too. Here is another try. This patch set is used to make things much easier, and completely seamless for GPIO chips that don't need... 25 Jan 2010 13:56
[PATCH] Generic PS/2 mouse detected on Fujitsu Lifebook B-Series model laptop instead of LBPS/2 Fujitsu Lifebook TouchScreen
From: Jon Dodgson <crayzeejon(a)gmail.com> Fix Detection of Lifebook B-Series Laptop touch screen with DMI product Name string 'Lifebook B Series' Signed-off-by: Jon Dodgson <crayzeejon(a)gmail.com> --- diff -Nurb linux-2.6.26.2/drivers/input/mouse/lifebook.c linux-2.6.26.2_patched/drivers/input/mouse/lifebook.... 25 Jan 2010 11:39
percpu: add __percpu sparse annotations to what's left
On Tue, Jan 26, 2010 at 12:22:15AM +0900, Tejun Heo wrote: Add __percpu sparse annotations to places which didn't make it in one of the previous patches. All converions are trivial. These annotations are to make sparse consider percpu variables to be in a different address space and warn if accessed wi... 25 Jan 2010 11:39
[PATCH] imxfb: correct location of callbacks in suspend and resume
The probe function passes a pointer to a struct fb_info to platform_set_drvdata, so don't interpret the return value of platform_get_drvdata as a pointer to struct imxfb_info. Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> Acked-by: Sascha Hauer <kernel(a)pengutronix.de> Cc: linux-arm-kernel(a)list... 25 Jan 2010 11:39