]> 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)
commitb7dda7a989eaeab796c6cce4cacd4537c87d4623
treefe53d4ae356114094a5238b4eb72f951b5c5941b
parent431cc6b983866db4b5e452f3fbc3b87c39f21db6
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