Re: [PATCH] mfd: Add TWL4030 PWM driver

2012-03-20 Thread Bernhard Walle
Am 20.03.12 23:02, schrieb Arnd Bergmann: > On Tuesday 20 March 2012, Bernhard Walle wrote: >> >> This PWM driver uses the PWM of the TWL4030. The driver for the TWL6030 >> PWM has been used as mode, but the PWM registers are different. >> >> The driver c

[PATCH] mfd: Add TWL4030 PWM driver

2012-03-20 Thread Bernhard Walle
This PWM driver uses the PWM of the TWL4030. The driver for the TWL6030 PWM has been used as mode, but the PWM registers are different. The driver can be used and has been tested in conjunction with pwm-backlight to control a backlight LED of a LCD touch screen. Signed-off-by: Bernhard Walle

[PATCH] mtd: omap2: Release memory region in .remove function

2012-02-17 Thread Bernhard Walle
When the driver is compiled as module, it's not possible to unload and reload the driver again: omap2-nand: probe of omap2-nand.0 failed with error -16 This patch fixes the problem because it releases the memory region, so that it can be requested again. Signed-off-by: Bernhard

[PATCH] ARM: OMAP2+: GPMC: Export gpmc_enable_hwecc and gpmc_calculate_ecc

2012-02-17 Thread Bernhard Walle
defined! Signed-off-by: Bernhard Walle --- arch/arm/mach-omap2/gpmc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index dfffbbf..00d5108 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpm