Re: [PATCH 3/4] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver

2017-04-24 Thread Marek Vasut
On 04/24/2017 03:55 PM, Linus Walleij wrote: > On Sun, Apr 16, 2017 at 8:08 PM, Marek Vasut wrote: > >> Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC. >> This block is pretty trivial and supports setting GPIO direction >> as Input/Output and in case of

Re: [PATCH 3/4] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver

2017-04-24 Thread Linus Walleij
On Sun, Apr 16, 2017 at 8:08 PM, Marek Vasut wrote: > Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC. > This block is pretty trivial and supports setting GPIO direction > as Input/Output and in case of Output, supports setting value. > > Signed-off-by:

[PATCH 3/4] gpio: Add ROHM BD9571MWV-M PMIC GPIO driver

2017-04-16 Thread Marek Vasut
Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC. This block is pretty trivial and supports setting GPIO direction as Input/Output and in case of Output, supports setting value. Signed-off-by: Marek Vasut Cc: linux-g...@vger.kernel.org Cc: Geert