Re: [PATCH v3 2/5] input: misc: Add IBM Operation Panel driver

2020-09-13 Thread Dmitry Torokhov
Hi Eddie, On Wed, Sep 09, 2020 at 03:30:56PM -0500, Eddie James wrote: > Add a driver to get the button events from the panel and provide > them to userspace with the input subsystem. The panel is > connected with I2C and controls the bus, so the driver registers > as an I2C slave device. > > Sig

Re: [PATCH v3 2/5] input: misc: Add IBM Operation Panel driver

2020-09-09 Thread Wolfram Sang
On Wed, Sep 09, 2020 at 03:30:56PM -0500, Eddie James wrote: > Add a driver to get the button events from the panel and provide > them to userspace with the input subsystem. The panel is > connected with I2C and controls the bus, so the driver registers > as an I2C slave device. > > Signed-off-by:

[PATCH v3 2/5] input: misc: Add IBM Operation Panel driver

2020-09-09 Thread Eddie James
Add a driver to get the button events from the panel and provide them to userspace with the input subsystem. The panel is connected with I2C and controls the bus, so the driver registers as an I2C slave device. Signed-off-by: Eddie James Reviewed-by: Joel Stanley --- MAINTAINERS