Re: [PATCH v3 1/2] gpio: add GPO driver for PCA9570

2020-07-02 Thread Sungbo Eo
On 2020-07-01 06:30, Andy Shevchenko wrote: On Tue, Jun 30, 2020 at 7:08 PM Sungbo Eo wrote: NXP PCA9570 is 4-bit I2C GPO expander without interrupt functionality. Its ports are controlled only by a data byte without register address. As there is no other driver similar enough to be adapted f

Re: [PATCH v3 1/2] gpio: add GPO driver for PCA9570

2020-06-30 Thread Andy Shevchenko
On Tue, Jun 30, 2020 at 7:08 PM Sungbo Eo wrote: > > NXP PCA9570 is 4-bit I2C GPO expander without interrupt functionality. > Its ports are controlled only by a data byte without register address. > > As there is no other driver similar enough to be adapted for it, a new > driver is introduced her

[PATCH v3 1/2] gpio: add GPO driver for PCA9570

2020-06-30 Thread Sungbo Eo
NXP PCA9570 is 4-bit I2C GPO expander without interrupt functionality. Its ports are controlled only by a data byte without register address. As there is no other driver similar enough to be adapted for it, a new driver is introduced here. Signed-off-by: Sungbo Eo --- v3: * remove mutex * rename