commit | 88d8951e5896da908d31bc24735efae801566066 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Oct 11 16:16:14 2011 -0600 |
committer | Olof Johansson <olof@lixom.net> | Thu Oct 13 15:04:52 2011 -0700 |
tree | df8879f15c27f8469950f82846b683a3064aacbc | |
parent | 1ebc8496e8cc193706d7a7b375d0017a96e01277 [diff] |
gpio/tegra: Convert to a platform device 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>