Re: [RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block

2019-02-04 Thread Bartosz Golaszewski
pon., 4 lut 2019 o 12:30 Linus Walleij napisaƂ(a): > > On Thu, Jan 31, 2019 at 1:08 PM Matti Vaittinen > wrote: > > > ROHM BD70528 PMIC has 4 GPIO pins. Allow them to be > > controlled by GPIO framework. > > > > IRQs are handled by regmap-irq and GPIO driver is not > > aware of the irq usage. > >

Re: [RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block

2019-02-04 Thread Matti Vaittinen
On Mon, Feb 04, 2019 at 12:29:53PM +0100, Linus Walleij wrote: > On Thu, Jan 31, 2019 at 1:08 PM Matti Vaittinen > wrote: > > > ROHM BD70528 PMIC has 4 GPIO pins. Allow them to be > > controlled by GPIO framework. > > > > IRQs are handled by regmap-irq and GPIO driver is not > > aware of the irq

Re: [RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block

2019-02-04 Thread Linus Walleij
On Thu, Jan 31, 2019 at 1:08 PM Matti Vaittinen wrote: > ROHM BD70528 PMIC has 4 GPIO pins. Allow them to be > controlled by GPIO framework. > > IRQs are handled by regmap-irq and GPIO driver is not > aware of the irq usage. > > Signed-off-by: Matti Vaittinen (...) > I dropped the review-by from

[RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block

2019-01-31 Thread Matti Vaittinen
ROHM BD70528 PMIC has 4 GPIO pins. Allow them to be controlled by GPIO framework. IRQs are handled by regmap-irq and GPIO driver is not aware of the irq usage. Signed-off-by: Matti Vaittinen --- I dropped the review-by from Linus Walleij because I would like to get a comment on if locking is re