gpio/tegra: Convert to a platform device
authorStephen Warren <swarren@nvidia.com>
Tue, 11 Oct 2011 22:16:14 +0000 (16:16 -0600)
committerOlof Johansson <olof@lixom.net>
Thu, 13 Oct 2011 22:04:52 +0000 (15:04 -0700)
v3: Make regs variable static. Remove empty init of tegra_gpio_banks.

v2: Retrieve IRQ and memory addresses from resources instead of hard-
coding them. Add back initialization of tegra_gpio_chip.of_node.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
[olof: switched probe routine to __devinit]
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found