Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-30 Thread Tony Lindgren
* Dmitry Torokhov [160829 20:26]: > Applied, thank you. > > DTS change should go through some other tree though. Thanks I'm picking up the dts patch into omap-for-v4.9/dt. Tony

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-30 Thread Tony Lindgren
* Dmitry Torokhov [160829 20:26]: > Applied, thank you. > > DTS change should go through some other tree though. Thanks I'm picking up the dts patch into omap-for-v4.9/dt. Tony

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-29 Thread Dmitry Torokhov
On Mon, Aug 29, 2016 at 09:50:28AM +0530, Vignesh R wrote: > > > On Thursday 25 August 2016 10:26 PM, Dmitry Torokhov wrote: > > On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: > >> Add a driver to read group of GPIO lines and provide its status as a > >> numerical value as input

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-29 Thread Dmitry Torokhov
On Mon, Aug 29, 2016 at 09:50:28AM +0530, Vignesh R wrote: > > > On Thursday 25 August 2016 10:26 PM, Dmitry Torokhov wrote: > > On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: > >> Add a driver to read group of GPIO lines and provide its status as a > >> numerical value as input

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-28 Thread Vignesh R
On Thursday 25 August 2016 10:26 PM, Dmitry Torokhov wrote: > On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: >> Add a driver to read group of GPIO lines and provide its status as a >> numerical value as input event to the system. This will help in >> interfacing devices, that can be

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-28 Thread Vignesh R
On Thursday 25 August 2016 10:26 PM, Dmitry Torokhov wrote: > On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: >> Add a driver to read group of GPIO lines and provide its status as a >> numerical value as input event to the system. This will help in >> interfacing devices, that can be

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-25 Thread Dmitry Torokhov
On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: > Add a driver to read group of GPIO lines and provide its status as a > numerical value as input event to the system. This will help in > interfacing devices, that can be connected over GPIOs, that provide > input to the system by driving

Re: [PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-25 Thread Dmitry Torokhov
On Wed, Aug 24, 2016 at 01:28:58PM +0530, Vignesh R wrote: > Add a driver to read group of GPIO lines and provide its status as a > numerical value as input event to the system. This will help in > interfacing devices, that can be connected over GPIOs, that provide > input to the system by driving

[PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-24 Thread Vignesh R
Add a driver to read group of GPIO lines and provide its status as a numerical value as input event to the system. This will help in interfacing devices, that can be connected over GPIOs, that provide input to the system by driving GPIO lines connected to them like a rotary dial or a switch. For

[PATCH v3 1/2] input: misc: Add generic input driver to read encoded GPIO lines

2016-08-24 Thread Vignesh R
Add a driver to read group of GPIO lines and provide its status as a numerical value as input event to the system. This will help in interfacing devices, that can be connected over GPIOs, that provide input to the system by driving GPIO lines connected to them like a rotary dial or a switch. For