summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/gpio-names.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-17ARM: tegra: delete gpio-names.hStephen Warren1-247/+0
gpio-names.h defines IDs for GPIOs. This information now comes from device tree, so delete this stale header. The one remaining use-case is board-paz00.c's wifi_rfkill device. Isolate the knowledge of those GPIO IDs into that file. Let's hope the values stay valid:-) Signed-off-by: Stephen Warren <swarren@nvidia.com>
2010-08-06[ARM] tegra: add GPIO supportErik Gilling1-0/+247
v2: fixes from Mike Rapoport: - move gpio-names.h to arch/arm/mach-tegra fixes from Russell King - include linux/io.h and linux/gpio.h instead of asm/io.h and asm/gpio.h additional changes: - add macros to convert between irq and gpio numbers for platform data - change for_each_bit to for_each_set_bit in gpio.c v3: - minor bugfixes Signed-off-by: Colin Cross <ccross@android.com> Signed-off-by: Erik Gilling <konkers@android.com>