[PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-08-16 Thread Hui Wang
The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework and don't support this API anymore. The i.MX6q sabrelite platform equips an egalax touchscreen controller, and this platform already transfered to GENERIC_GPIO framework, to support this driver, we use a more generic way to get gp

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-08-16 Thread Shawn Guo
On Thu, Aug 16, 2012 at 06:47:29PM +0800, Hui Wang wrote: > The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework > and don't support this API anymore. > > The i.MX6q sabrelite platform equips an egalax touchscreen controller, > and this platform already transfered to GENERIC_GPIO fr

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-10-09 Thread Arnd Bergmann
On Friday 17 August 2012, Shawn Guo wrote: > On Thu, Aug 16, 2012 at 06:47:29PM +0800, Hui Wang wrote: > > The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework > > and don't support this API anymore. > > > > The i.MX6q sabrelite platform equips an egalax touchscreen controller, > >

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-10-09 Thread Hui Wang
Arnd Bergmann wrote: On Friday 17 August 2012, Shawn Guo wrote: On Thu, Aug 16, 2012 at 06:47:29PM +0800, Hui Wang wrote: The irq_to_gpio() is old, most platforms use GENERIC_GPIO framework and don't support this API anymore. The i.MX6q sabrelite platform equips an egalax touchscreen c

Re: [PATCH v4 1/3] Input: egalax_ts: get gpio from devicetree node

2012-10-09 Thread Arnd Bergmann
On Wednesday 10 October 2012, Hui Wang wrote: > > > > What's the status on this patch? I'm still getting build errors from this > > driver, so I guess it was never accepted for the 3.7 merge window. > > > > Arnd > > > > > I forgot to resend this patchset After Dmitry was back to the mailli