Re: [PATCH] ARM: OMAP: fix the ads7846 init code

2012-07-23 Thread Igor Grinberg
Hi Kevin, On 07/12/12 02:00, Kevin Hilman wrote: > Hi Igor, > > Igor Grinberg writes: > >> In case a board provides the gpio_pendown and not board_pdata, >> the GPIO debounce is not taken care of. >> Fix this by taking care of GPIO debounce in any case. >> >> Signed-off-by: Igor Grinberg > >

Re: [PATCH] ARM: OMAP: fix the ads7846 init code

2012-07-11 Thread Kevin Hilman
Hi Igor, Igor Grinberg writes: > In case a board provides the gpio_pendown and not board_pdata, > the GPIO debounce is not taken care of. > Fix this by taking care of GPIO debounce in any case. > > Signed-off-by: Igor Grinberg I just notice this this patch causing some faults in current l-o ma

[PATCH] ARM: OMAP: fix the ads7846 init code

2012-06-14 Thread Igor Grinberg
In case a board provides the gpio_pendown and not board_pdata, the GPIO debounce is not taken care of. Fix this by taking care of GPIO debounce in any case. Signed-off-by: Igor Grinberg --- arch/arm/mach-omap2/common-board-devices.c | 22 -- 1 files changed, 12 insertions(+