Re: [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver.

2020-05-19 Thread Paul Cercueil
Hi Andy, Le mar. 19 mai 2020 à 23:43, Andy Shevchenko a écrit : On Sun, May 17, 2020 at 10:49 PM Artur Rojek wrote: Add a driver for joystick devices connected to ADC controllers supporting the Industrial I/O subsystem. ... +static int adc_joystick_handle(const void *data, void

Re: [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver.

2020-05-19 Thread Andy Shevchenko
On Sun, May 17, 2020 at 10:49 PM Artur Rojek wrote: > > Add a driver for joystick devices connected to ADC controllers > supporting the Industrial I/O subsystem. ... > +static int adc_joystick_handle(const void *data, void *private) > +{ > + struct adc_joystick *joy = private; > +

Re: [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver.

2020-05-19 Thread Jonathan Cameron
On Sun, 17 May 2020 21:49:04 +0200 Artur Rojek wrote: > Add a driver for joystick devices connected to ADC controllers > supporting the Industrial I/O subsystem. > > Signed-off-by: Artur Rojek > Tested-by: Paul Cercueil > Tested-by: Heiko Stuebner > Acked-by: Dmitry Torokhov For the rest

Re: [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver.

2020-05-17 Thread kbuild test robot
Hi Artur, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on input/next robh/for-next v5.7-rc5 next-20200515] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also

[PATCH v7 7/7] input: joystick: Add ADC attached joystick driver.

2020-05-17 Thread Artur Rojek
Add a driver for joystick devices connected to ADC controllers supporting the Industrial I/O subsystem. Signed-off-by: Artur Rojek Tested-by: Paul Cercueil Tested-by: Heiko Stuebner Acked-by: Dmitry Torokhov --- Changes: v2: - sanity check supported channel format on probe, - rename