Re: [PATCH v2 2/2] input: add ADC resistor ladder driver

2016-07-10 Thread Jonathan Cameron
On 09/07/16 02:24, Alexandre Belloni wrote: > A common way of multiplexing buttons on a single input in cheap devices is > to use a resistor ladder on an ADC. This driver supports that configuration > by polling an ADC channel provided by IIO. > > Signed-off-by: Alexandre Belloni Acked-by: Jonath

[PATCH v2 2/2] input: add ADC resistor ladder driver

2016-07-08 Thread Alexandre Belloni
A common way of multiplexing buttons on a single input in cheap devices is to use a resistor ladder on an ADC. This driver supports that configuration by polling an ADC channel provided by IIO. Signed-off-by: Alexandre Belloni --- Changes in v2: - removed dependency on COMPILE_TEST which is not