summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-1/+13
* gpio: tegra: Make lockdep class file-scopedThierry Reding2016-06-221-2/+7
* gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan2016-04-301-0/+16
* gpio: tegra: Add support for gpio debounceLaxman Dewangan2016-04-291-1/+68
* gpio: tegra: Get rid of all file scoped global variablesLaxman Dewangan2016-04-291-152/+198
* gpio: tegra: Make of_device_id compatible data to constantLaxman Dewangan2016-04-291-2/+2
* gpio: tegra: Don't open code of_device_get_match_data()Laxman Dewangan2016-04-291-26/+24
* gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-1/+1
* gpio: convert remaining users to gpiochip_add_data()Linus Walleij2016-01-051-1/+1
* gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose2015-11-171-49/+56
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-1/+0
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-3/+1
* gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner2015-07-141-2/+2
* Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-231-1/+1
|\
| * Drivers: gpio: Fix spelling errorsColin Cronin2015-05-191-1/+1
* | gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King2015-06-181-2/+2
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
|/
* gpio: tegra: Make of_device_id array constJingoo Han2014-05-091-1/+1
* gpio: tegra: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1
* gpio: tegra: add missing error handling to probeStephen Warren2013-12-111-1/+6
* gpio: tegra: use new gpio_lock_as_irq() APIStephen Warren2013-10-171-0/+18
* drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-6/+5
|\
| * gpio/tegra: assume CONFIG_OFStephen Warren2013-03-041-6/+5
* | Merge branch 'gic/cleanup' into next/socOlof Johansson2013-04-281-2/+1
|\ \
| * | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-2/+1
| |/
* / gpio: tegra: add gpio wakeup source handlingJoseph Lo2013-04-031-2/+19
|/
* gpio: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-5/+4
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\
| * gpio: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
| * gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* | gpio: tegra: read output value when gpio is set in direction_outLaxman Dewangan2012-11-171-0/+5
* | gpio: tegra: Drop exporting static functionsAxel Lin2012-11-081-2/+0
* | gpio: tegra: Staticize non-exported symbolsAxel Lin2012-11-081-2/+2
* | gpio: tegra: fix suspend/resume apisLaxman Dewangan2012-11-081-5/+13
* | gpio/tegra: convert to use linear irqdomainLinus Walleij2012-10-261-9/+5
|/
* gpio: tegra: remove useless includes of <mach/*.h>Stephen Warren2012-09-061-3/+0
* gpio: tegra: Hide tegra_gpio_enable/disable()Stephen Warren2012-04-181-18/+18
* gpio: tegra: configure pins during irq_set_typeStephen Warren2012-04-181-0/+3
* gpio: tegra: Iterate over the correct number of banksStephen Warren2012-04-041-2/+2
* gpio: tegra: fix register address calculations for Tegra30Stephen Warren2012-04-041-13/+42
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-281-1/+3
|\
| * gpio: tegra: tegra_gpio_config shouldn't be __initStephen Warren2012-03-191-1/+1
| * ARM: tegra: export tegra_gpio_{en,dis}ableArnd Bergmann2012-03-121-0/+2
* | gpio: tegra: Fix build issue due to irq_domain rework.Stephen Warren2012-02-261-8/+6
* | gpio: tegra: Parameterize the number of banksStephen Warren2012-02-061-9/+33
* | gpio: tegra: Dynamically allocate IRQ base, and support DTStephen Warren2012-02-061-7/+18
|/