On Fri, Mar 30, 2012 at 04:59:53PM -0600, Stephen Warren wrote: > From: Stephen Warren <swarren@xxxxxxxxxx> > > This series: > * Updates the Tegra GPIO driver to interact with pinctrl per the recent > gpio.txt documentation changes. Consequently, there's no need for > tegra_gpio_enable() any more, and no need for board-pinmux.c to do > anything GPIO-related. > * Switches to the new Tegra pinctrl driver, and deletes the old one. > * Moves pinctrl configuration to the device tree when booted using DT, so > that board-dt-tegra*.c no longer depend on anything in board*.[ch]. > > Note to self: This series relies upon DT support in pinctrl, which > should be merged in 3.5. Tested in both legacy and DT boots of seaboard. This is looking great. As I mentioned in the last patch, I wish the device tree format wasn't quite this verbose, but it's still a step forward so I'm not too concerned. > 30 files changed, 1887 insertions(+), 3224 deletions(-) Woohoo! We're immimently close to getting rid of board files now. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html