summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-visconti.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: visconti: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-211-9/+1
| | | | | | | | | | | | | The platform_set_drvdata() call is only useful if we need to retrieve back the private information. Since the driver doesn't do that, it's not useful to have it. If this is removed, we can also just do a direct return on devm_gpiochip_add_data(). We don't need to print that this call failed as there are other ways to log/see this during probe. Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
* gpio: visconti: Add Toshiba Visconti GPIO supportNobuhiro Iwamatsu2021-02-151-0/+218
Add the GPIO driver for Toshiba Visconti ARM SoCs. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Reviewed-by: Punit Agrawal <punit1.agrawal@toshiba.co.jp> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>