From: Stephen Warren Date: Tue, 11 Oct 2011 22:16:12 +0000 (-0600) Subject: arm/tegra: Prep boards for gpio/pinmux conversion to pdevs X-Git-Tag: v3.2-rc1~92^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=940dd96fe9dec5b6ba4bb7ebc33212ff66db243c;p=pandora-kernel.git arm/tegra: Prep boards for gpio/pinmux conversion to pdevs The Tegra GPIO driver will be converted from static registration via postcore_initcall() to be a platform device later in this patch series. A new Tegra pinmux platform device will also be added. Prepare for this by modifying all boards to register the appropriate platform devices before-hand, so that when the drivers are converted, those devices will be probed, and git bisectability will be maintained. v2: Add resource definitions for GPIO and pinmux Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed