aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)Author
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-04-28Merge branch 'gic/cleanup' into next/socOlof Johansson
2013-04-03gpio: tegra: add gpio wakeup source handlingJoseph Lo
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas
2013-03-04gpio/tegra: assume CONFIG_OFStephen Warren
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28gpio: remove use of __devinitdataBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-17gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan
2012-11-08gpio: tegra: Drop exporting static functionsAxel Lin
2012-11-08gpio: tegra: Staticize non-exported symbolsAxel Lin
2012-11-08gpio: tegra: fix suspend/resume apisLaxman Dewangan
2012-10-26gpio/tegra: convert to use linear irqdomainLinus Walleij
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren
2012-04-18gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren
2012-04-18gpio: tegra: configure pins during irq_set_typeStephen Warren
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren
2012-02-06gpio: tegra: Parameterize the number of banksStephen Warren
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren
2012-01-02drivers/gpio/gpio-tegra.c: use devm_request_and_ioremapJulia Lawall
2011-10-31Merge branch 'depends/rmk/gpio' into next/develArnd Bergmann
2011-10-13gpio/tegra: Convert to a platform deviceStephen Warren
2011-09-27ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren
2011-08-24ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irqStephen Warren
2011-08-24ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpioStephen Warren
2011-07-05gpio/tegra: Use engineering names in DT compatible propertyStephen Warren
2011-06-15gpio/tegra: add devicetree supportGrant Likely
2011-06-15gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely