[PATCH 2/2] gpio: tegra: Delete tegra_gpio_enable/disable()
From: Linus Walleij <hidden>
Date: 2012-02-21 10:44:37
Also in:
linux-mmc, linux-tegra, lkml
From: Linus Walleij <hidden>
Date: 2012-02-21 10:44:37
Also in:
linux-mmc, linux-tegra, lkml
On Mon, Feb 20, 2012 at 7:27 AM, Stephen Warren [off-list ref] wrote:
Recent pinctrl discussions concluded that gpio_request() and other gpiolib APIs should in fact do whatever is required to mux a GPIO onto pins, by calling pinctrl APIs if required. This change implements this for the Tegra GPIO driver, and removes the old Tegra-specific APIs which did this. Signed-off-by: Stephen Warren <redacted> --- I don't believe this depends on other patches. There may be some slight context dependencies; this patch was generated against next-20120217, with my recently posted "gpio: tegra: Fix build issue due to irq_domain rework." applied on top.
Acked-by: Linus Walleij <redacted> Since it mainly touches mach-tegra stuff I think it's best to take this through the Tegra tree, Olof can you queue it? Yours, Linus Walleij