Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Haojian Zhuang
On Wed, Aug 8, 2012 at 8:54 PM, Arnd Bergmann wrote: > The irq_to_gpio function was removed from the pxa platform > in linux-3.2, and this driver has been broken since. > > Without this patch, building raumfeld_defconfig results in: > > drivers/input/touchscreen/eeti_ts.c: In function

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
On Wednesday 08 August 2012, Daniel Mack wrote: > > > > I've taken your patch instead now, > > Will that go to some other tree than linux-input now? I have it in the arm-soc tree for now, but I don't really care which tree it goes through, as long as it does. I've kept a version of this patch

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Daniel Mack
On 08.08.2012 16:19, Arnd Bergmann wrote: > On Wednesday 08 August 2012, Daniel Mack wrote: >> On 08.08.2012 14:54, Arnd Bergmann wrote: >>> The irq_to_gpio function was removed from the pxa platform >>> in linux-3.2, and this driver has been broken since. >>> >>> Without this patch, building

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
On Wednesday 08 August 2012, Daniel Mack wrote: > On 08.08.2012 14:54, Arnd Bergmann wrote: > > The irq_to_gpio function was removed from the pxa platform > > in linux-3.2, and this driver has been broken since. > > > > Without this patch, building raumfeld_defconfig results in: > > > >

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Daniel Mack
On 08.08.2012 14:54, Arnd Bergmann wrote: > The irq_to_gpio function was removed from the pxa platform > in linux-3.2, and this driver has been broken since. > > Without this patch, building raumfeld_defconfig results in: > > drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active':

[PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig results in: drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active': drivers/input/touchscreen/eeti_ts.c:65:2: error:

[PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig results in: drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active': drivers/input/touchscreen/eeti_ts.c:65:2: error:

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Daniel Mack
On 08.08.2012 14:54, Arnd Bergmann wrote: The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig results in: drivers/input/touchscreen/eeti_ts.c: In function 'eeti_ts_irq_active':

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
On Wednesday 08 August 2012, Daniel Mack wrote: On 08.08.2012 14:54, Arnd Bergmann wrote: The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig results in:

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Daniel Mack
On 08.08.2012 16:19, Arnd Bergmann wrote: On Wednesday 08 August 2012, Daniel Mack wrote: On 08.08.2012 14:54, Arnd Bergmann wrote: The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Arnd Bergmann
On Wednesday 08 August 2012, Daniel Mack wrote: I've taken your patch instead now, Will that go to some other tree than linux-input now? I have it in the arm-soc tree for now, but I don't really care which tree it goes through, as long as it does. I've kept a version of this patch in one

Re: [PATCH 2/6] ARM: pxa remove irq_to_gpio from eeti_ts driver

2012-08-08 Thread Haojian Zhuang
On Wed, Aug 8, 2012 at 8:54 PM, Arnd Bergmann a...@arndb.de wrote: The irq_to_gpio function was removed from the pxa platform in linux-3.2, and this driver has been broken since. Without this patch, building raumfeld_defconfig results in: drivers/input/touchscreen/eeti_ts.c: In function