]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: omap: move omap_gpio_request() and omap_gpio_free()
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 10 Jun 2019 17:10:49 +0000 (20:10 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Jun 2019 09:13:34 +0000 (11:13 +0200)
commit628af97507b05c6562a2da2d7301097e5440b4fb
treefe53d4ae356114094a5238b4eb72f951b5c5941b
parent969fde302b8839fb7d6c86b7bd661d9bf330be6f
gpio: omap: move omap_gpio_request() and omap_gpio_free()

Move these two functions to live beside the rest of the gpio chip
implementation, rather than in the middle of the irq chip
implementation.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-omap.c