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

2019-02-20 Thread Bartosz Golaszewski
wt., 19 lut 2019 o 21:55 Shravan Kumar Ramani napisaƂ(a): > > This patch adds support for the GPIO controller used by Mellanox > BlueField SOCs. > Thanks for addressing the issues. A couple more things I missed the last time are below. > Reviewed-by: David Woods > Signed-off-by: Shravan Kumar R

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

2019-02-19 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 | 246 ++