Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-09-08 Thread Uwe Kleine-König
Hello, On Wed, Aug 24, 2016 at 02:45:17PM +0530, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > > On 08/24/2016 09:58 AM, Vignesh R wrote: > >> This series adds support for rotary-switch on AM335x-ICE that is > >> connected to TI PCA9536 I2C GPIO expander. > >>

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-09-08 Thread Uwe Kleine-König
Hello, On Wed, Aug 24, 2016 at 02:45:17PM +0530, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > > On 08/24/2016 09:58 AM, Vignesh R wrote: > >> This series adds support for rotary-switch on AM335x-ICE that is > >> connected to TI PCA9536 I2C GPIO expander. > >>

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-09-05 Thread Uwe Kleine-König
Hello, On Wed, Aug 24, 2016 at 02:45:17PM +0530, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > > On 08/24/2016 09:58 AM, Vignesh R wrote: > >> This series adds support for rotary-switch on AM335x-ICE that is > >> connected to TI PCA9536 I2C GPIO expander. > >>

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-09-05 Thread Uwe Kleine-König
Hello, On Wed, Aug 24, 2016 at 02:45:17PM +0530, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > > On 08/24/2016 09:58 AM, Vignesh R wrote: > >> This series adds support for rotary-switch on AM335x-ICE that is > >> connected to TI PCA9536 I2C GPIO expander. > >>

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Daniel Mack
On 08/24/2016 11:15 AM, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: >> On 08/24/2016 09:58 AM, Vignesh R wrote: >>> This series adds support for rotary-switch on AM335x-ICE that is >>> connected to TI PCA9536 I2C GPIO expander. >>> First patch adds new generic

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Daniel Mack
On 08/24/2016 11:15 AM, Vignesh R wrote: > On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: >> On 08/24/2016 09:58 AM, Vignesh R wrote: >>> This series adds support for rotary-switch on AM335x-ICE that is >>> connected to TI PCA9536 I2C GPIO expander. >>> First patch adds new generic

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Vignesh R
Hi, On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > Hi, > > On 08/24/2016 09:58 AM, Vignesh R wrote: >> This series adds support for rotary-switch on AM335x-ICE that is >> connected to TI PCA9536 I2C GPIO expander. >> First patch adds new generic driver to read status of group of GPIO

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Vignesh R
Hi, On Wednesday 24 August 2016 02:05 PM, Daniel Mack wrote: > Hi, > > On 08/24/2016 09:58 AM, Vignesh R wrote: >> This series adds support for rotary-switch on AM335x-ICE that is >> connected to TI PCA9536 I2C GPIO expander. >> First patch adds new generic driver to read status of group of GPIO

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Daniel Mack
Hi, On 08/24/2016 09:58 AM, Vignesh R wrote: > This series adds support for rotary-switch on AM335x-ICE that is > connected to TI PCA9536 I2C GPIO expander. > First patch adds new generic driver to read status of group of GPIO > lines and report the value as an input event. The second patch adds

Re: [PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Daniel Mack
Hi, On 08/24/2016 09:58 AM, Vignesh R wrote: > This series adds support for rotary-switch on AM335x-ICE that is > connected to TI PCA9536 I2C GPIO expander. > First patch adds new generic driver to read status of group of GPIO > lines and report the value as an input event. The second patch adds

[PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Vignesh R
This series adds support for rotary-switch on AM335x-ICE that is connected to TI PCA9536 I2C GPIO expander. First patch adds new generic driver to read status of group of GPIO lines and report the value as an input event. The second patch adds DT entries for the same. v2:

[PATCH v3 0/2] AM335x-ICE: Add support for rotary switch

2016-08-24 Thread Vignesh R
This series adds support for rotary-switch on AM335x-ICE that is connected to TI PCA9536 I2C GPIO expander. First patch adds new generic driver to read status of group of GPIO lines and report the value as an input event. The second patch adds DT entries for the same. v2: