| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/gpio: don't check resource with devm_ioremap_resource | Wolfram Sang | 2013-05-18 | 1 | -5/+0 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-05-06 | 1 | -6/+5 |
|\ |
|
| * | gpio/tegra: assume CONFIG_OF | Stephen Warren | 2013-03-04 | 1 | -6/+5 |
* | | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 2013-04-28 | 1 | -2/+1 |
|\ \ |
|
| * | | arm: Move chained_irq_(enter|exit) to a generic file | Catalin Marinas | 2013-03-26 | 1 | -2/+1 |
| |/ |
|
* / | gpio: tegra: add gpio wakeup source handling | Joseph Lo | 2013-04-03 | 1 | -2/+19 |
|/ |
|
* | gpio: Convert to devm_ioremap_resource() | Thierry Reding | 2013-01-22 | 1 | -5/+4 |
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-12-11 | 1 | -2/+2 |
|\ |
|
| * | gpio: remove use of __devinitdata | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
| * | gpio: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | | gpio: tegra: read output value when gpio is set in direction_out | Laxman Dewangan | 2012-11-17 | 1 | -0/+5 |
* | | gpio: tegra: Drop exporting static functions | Axel Lin | 2012-11-08 | 1 | -2/+0 |
* | | gpio: tegra: Staticize non-exported symbols | Axel Lin | 2012-11-08 | 1 | -2/+2 |
* | | gpio: tegra: fix suspend/resume apis | Laxman Dewangan | 2012-11-08 | 1 | -5/+13 |
* | | gpio/tegra: convert to use linear irqdomain | Linus Walleij | 2012-10-26 | 1 | -9/+5 |
|/ |
|
* | gpio: tegra: remove useless includes of <mach/*.h> | Stephen Warren | 2012-09-06 | 1 | -3/+0 |
* | gpio: tegra: Hide tegra_gpio_enable/disable() | Stephen Warren | 2012-04-18 | 1 | -18/+18 |
* | gpio: tegra: configure pins during irq_set_type | Stephen Warren | 2012-04-18 | 1 | -0/+3 |
* | gpio: tegra: Iterate over the correct number of banks | Stephen Warren | 2012-04-04 | 1 | -2/+2 |
* | gpio: tegra: fix register address calculations for Tegra30 | Stephen Warren | 2012-04-04 | 1 | -13/+42 |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-28 | 1 | -1/+3 |
|\ |
|
| * | gpio: tegra: tegra_gpio_config shouldn't be __init | Stephen Warren | 2012-03-19 | 1 | -1/+1 |
| * | ARM: tegra: export tegra_gpio_{en,dis}able | Arnd Bergmann | 2012-03-12 | 1 | -0/+2 |
* | | gpio: tegra: Fix build issue due to irq_domain rework. | Stephen Warren | 2012-02-26 | 1 | -8/+6 |
* | | gpio: tegra: Parameterize the number of banks | Stephen Warren | 2012-02-06 | 1 | -9/+33 |
* | | gpio: tegra: Dynamically allocate IRQ base, and support DT | Stephen Warren | 2012-02-06 | 1 | -7/+18 |
|/ |
|
* | drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap | Julia Lawall | 2012-01-02 | 1 | -8/+1 |
* | Merge branch 'depends/rmk/gpio' into next/devel | Arnd Bergmann | 2011-10-31 | 1 | -7/+16 |
|\ |
|
| * | ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h> | Stephen Warren | 2011-09-27 | 1 | -0/+1 |
| * | ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq | Stephen Warren | 2011-08-24 | 1 | -1/+5 |
| * | ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio | Stephen Warren | 2011-08-24 | 1 | -6/+10 |
* | | gpio/tegra: Convert to a platform device | Stephen Warren | 2011-10-13 | 1 | -48/+95 |
|/ |
|
* | gpio/tegra: Use engineering names in DT compatible property | Stephen Warren | 2011-07-05 | 1 | -1/+1 |
* | gpio/tegra: add devicetree support | Grant Likely | 2011-06-15 | 1 | -0/+10 |
* | gpio/tegra: Move Tegra gpio driver to drivers/gpio | Grant Likely | 2011-06-15 | 1 | -0/+431 |