Re: [PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-04-08 Thread Chris Ball
Hi, On Fri, Mar 30 2012, Stephen Warren wrote: > From: Stephen Warren > > Recent pinctrl discussions concluded that 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 remo

Re: [PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-04-04 Thread Olof Johansson
On Fri, Mar 30, 2012 at 05:00:00PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Recent pinctrl discussions concluded that 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

Re: [PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-04-01 Thread Linus Walleij
On Sat, Mar 31, 2012 at 1:00 AM, Stephen Warren wrote: > From: Stephen Warren > > Recent pinctrl discussions concluded that 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,

Re: [PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-03-31 Thread Chris Ball
Hi Stephen, On Fri, Mar 30 2012, Stephen Warren wrote: > From: Stephen Warren > > Recent pinctrl discussions concluded that 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,

[PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-03-30 Thread Stephen Warren
From: Stephen Warren Recent pinctrl discussions concluded that 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 calls to the Tegra-specific APIs from drivers and boa