Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-29 Thread Jonathan Cameron
On Fri, 22 Dec 2017 17:07:20 +0200 Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > The driver registers an input device and connects to the give IIO device > from devicetree. It requires an IIO trigger

Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-29 Thread Jonathan Cameron
On Fri, 22 Dec 2017 17:07:20 +0200 Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > The driver registers an input device and connects to the give IIO device > from devicetree. It requires an IIO trigger (acting as a consumer) and >

Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-26 Thread Rob Herring
On Fri, Dec 22, 2017 at 05:07:20PM +0200, Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > The driver registers an input device and connects to the give IIO device > from devicetree. It requires an IIO trigger (acting as a consumer)

Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-26 Thread Rob Herring
On Fri, Dec 22, 2017 at 05:07:20PM +0200, Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > The driver registers an input device and connects to the give IIO device > from devicetree. It requires an IIO trigger (acting as a consumer)

Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-22 Thread Philippe Ombredanne
Eugen, On Fri, Dec 22, 2017 at 4:07 PM, Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > --- /dev/null > +++ b/drivers/input/touchscreen/sama5d2_rts.c > @@ -0,0 +1,287 @@ > +/* > + * Microchip

Re: [PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-22 Thread Philippe Ombredanne
Eugen, On Fri, Dec 22, 2017 at 4:07 PM, Eugen Hristev wrote: > This is the implementation of the Microchip SAMA5D2 SOC resistive > touchscreen driver. > --- /dev/null > +++ b/drivers/input/touchscreen/sama5d2_rts.c > @@ -0,0 +1,287 @@ > +/* > + * Microchip resistive touchscreen (RTS) driver

[PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-22 Thread Eugen Hristev
This is the implementation of the Microchip SAMA5D2 SOC resistive touchscreen driver. The driver registers an input device and connects to the give IIO device from devicetree. It requires an IIO trigger (acting as a consumer) and three IIO channels : one for X position, one for Y position and one

[PATCH 13/14] input: touchscreen: sama5d2_rts: SAMA5D2 Resistive touchscreen driver

2017-12-22 Thread Eugen Hristev
This is the implementation of the Microchip SAMA5D2 SOC resistive touchscreen driver. The driver registers an input device and connects to the give IIO device from devicetree. It requires an IIO trigger (acting as a consumer) and three IIO channels : one for X position, one for Y position and one