Re: [PATCH v3 1/1] gpio: add driver for Mellanox BlueField GPIO controller

2019-02-21 Thread Linus Walleij
Hi Shravan, thank you for your patch! On Wed, Feb 20, 2019 at 11:07 PM Shravan Kumar Ramani wrote: > This patch adds support for the GPIO controller used by Mellanox > BlueField SOCs. > > Reviewed-by: David Woods > Signed-off-by: Shravan Kumar Ramani (...) > +config GPIO_MLXBF > +

Re: [PATCH v3 1/1] gpio: add driver for Mellanox BlueField GPIO controller

2019-02-21 Thread Bartosz Golaszewski
śr., 20 lut 2019 o 23:07 Shravan Kumar Ramani napisał(a): > > This patch adds support for the GPIO controller used by Mellanox > BlueField SOCs. > Starts to look good. Just some minor points. First: when submitting new versions - please list the changes from the last one (or even better: all

[PATCH v3 1/1] gpio: add driver for Mellanox BlueField GPIO controller

2019-02-20 Thread Shravan Kumar Ramani
This patch adds support for the GPIO controller used by Mellanox BlueField SOCs. Reviewed-by: David Woods Signed-off-by: Shravan Kumar Ramani --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile | 1 + drivers/gpio/gpio-mlxbf.c | 222