[PATCH 1/2] ARM: OMAP2+: remove unused omap4-keypad file and code

2014-05-17 Thread Joachim Eastwood
This has been unused since omap4 board files went away. Signed-off-by: Joachim Eastwood --- arch/arm/mach-omap2/devices.c | 33 - arch/arm/mach-omap2/omap4-keypad.h | 8 2 files changed, 41 deletions(-) delete mode 100644 arch/arm/mach-omap2/omap4

[PATCH 0/2] remove unused omap4-keypad files and pdata support

2014-05-17 Thread Joachim Eastwood
Hi, This patch removes unused omap4-keypad init functions from mach-omap2 and makes the driver DT only. Board files for omap4 are long gone and this has been unused since. Note: This has only been compile tested! Joachim Eastwood (2): ARM: OMAP2+: remove unused omap4-keypad file and code

[PATCH 2/2] Input: omap-keypad - remove platform data support

2014-05-17 Thread Joachim Eastwood
This is unused since all users (OMAP4/5) are DT only. Signed-off-by: Joachim Eastwood --- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/omap4-keypad.c | 31 ++ include/linux/platform_data/omap4-keypad.h | 13 - 3 files

Re: TSC2004 driver

2014-08-06 Thread Joachim Eastwood
ee driver that is not easily >> obtained. I have patches that add tsc2004 support to the tsc2007 driver, but I really can't recommend them. The interrupt handling is broken so for each touch event the chip needs to be software reset... The driver you posted a link to above also has flaw bt

Re: [PATCH 02/10] arm: at91: move platfarm_data to include/linux/platform_data/atmel.h

2012-11-10 Thread Joachim Eastwood
.h" The at91_ether driver in net-next does not need to be change since it all mach includes has already been removed by other patches and it includes linux/platform_data/macb.h directly. What tree was these patches based on? The at91_ether driver changes has been in linux-next for a

Re: [PATCH v4 02/24] pwm: use pwm_get_xxx() helpers where appropriate

2015-11-16 Thread Joachim Eastwood
ers/pwm/pwm-lpc18xx-sct.c > @@ -249,7 +249,7 @@ static int lpc18xx_pwm_enable(struct pwm_chip *chip, > struct pwm_device *pwm) >LPC18XX_PWM_EVSTATEMSK(lpc18xx_data->duty_event), >LPC18XX_PWM_EVSTATEMSK_ALL); > > - if (pwm->polarity == PWM_POLARITY_NORMAL) {