]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm/tegra: Prep boards for gpio/pinmux conversion to pdevs
authorStephen Warren <swarren@nvidia.com>
Tue, 11 Oct 2011 22:16:12 +0000 (16:16 -0600)
committerOlof Johansson <olof@lixom.net>
Wed, 12 Oct 2011 00:19:56 +0000 (17:19 -0700)
commit940dd96fe9dec5b6ba4bb7ebc33212ff66db243c
tree50b4f28a9740e14211bae3751e6c7ae3d38e8402
parent976d167615b64e14bc1491ca51d424e2ba9a5e84
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 <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board-harmony-pinmux.c
arch/arm/mach-tegra/board-paz00-pinmux.c
arch/arm/mach-tegra/board-seaboard-pinmux.c
arch/arm/mach-tegra/board-trimslice-pinmux.c
arch/arm/mach-tegra/devices.c
arch/arm/mach-tegra/devices.h