Re: [PATCH v2 2/2] input: add official Raspberry Pi's touchscreen driver

2018-12-21 Thread Dmitry Torokhov
On Thu, Dec 20, 2018 at 08:12:23PM +0100, Nicolas Saenz Julienne wrote: > On Thu, 2018-12-20 at 10:39 -0800, Eric Anholt wrote: > > Nicolas Saenz Julienne writes: > > > > > Add's support to Raspberry Pi's 7" Touch device. Instead of using a > > > conventional bus all information is copied into a

Re: [PATCH v2 2/2] input: add official Raspberry Pi's touchscreen driver

2018-12-20 Thread Nicolas Saenz Julienne
On Thu, 2018-12-20 at 10:39 -0800, Eric Anholt wrote: > Nicolas Saenz Julienne writes: > > > Add's support to Raspberry Pi's 7" Touch device. Instead of using a > > conventional bus all information is copied into a memory mapped > > area by > > RPi's firmware. > > > > Based on the driver found

Re: [PATCH v2 2/2] input: add official Raspberry Pi's touchscreen driver

2018-12-20 Thread Eric Anholt
Nicolas Saenz Julienne writes: > Add's support to Raspberry Pi's 7" Touch device. Instead of using a > conventional bus all information is copied into a memory mapped area by > RPi's firmware. > > Based on the driver found in RPi's kernel repository. > > Signed-off-by: Nicolas Saenz Julienne

[PATCH v2 2/2] input: add official Raspberry Pi's touchscreen driver

2018-12-11 Thread Nicolas Saenz Julienne
Add's support to Raspberry Pi's 7" Touch device. Instead of using a conventional bus all information is copied into a memory mapped area by RPi's firmware. Based on the driver found in RPi's kernel repository. Signed-off-by: Nicolas Saenz Julienne --- drivers/input/touchscreen/Kconfig