aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren1-13/+42
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+3
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren1-1/+1
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann1-0/+2
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren1-8/+6
2012-02-06gpio: tegra: Parameterize the number of banksStephen Warren1-9/+33
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren1-7/+18
2012-01-02drivers/gpio/gpio-tegra.c: use devm_request_and_ioremapJulia Lawall1-8/+1
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann1-7/+16
2011-10-13gpio/tegra: Convert to a platform deviceStephen Warren1-48/+95
2011-09-27ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren1-0/+1
2011-08-24ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irqStephen Warren1-1/+5
2011-08-24ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpioStephen Warren1-6/+10
2011-07-05gpio/tegra: Use engineering names in DT compatible propertyStephen Warren1-1/+1
2011-06-15gpio/tegra: add devicetree supportGrant Likely1-0/+10
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely1-0/+431