aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-1/+13
2016-06-22gpio: tegra: Make lockdep class file-scopedGravatar Thierry Reding 1-2/+7
2016-04-30gpio: tegra: Implement gpio_get_direction callbackGravatar Laxman Dewangan 1-0/+16
2016-04-29gpio: tegra: Add support for gpio debounceGravatar Laxman Dewangan 1-1/+68
2016-04-29gpio: tegra: Get rid of all file scoped global variablesGravatar Laxman Dewangan 1-152/+198
2016-04-29gpio: tegra: Make of_device_id compatible data to constantGravatar Laxman Dewangan 1-2/+2
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Gravatar Laxman Dewangan 1-26/+24
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-1/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Gravatar Linus Walleij 1-1/+1
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultGravatar Suzuki K. Poulose 1-49/+56
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-07-28gpio: kill off set_irq_flags usageGravatar Rob Herring 1-1/+0
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-3/+1
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Gravatar Thomas Gleixner 1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerGravatar Russell King 1-2/+2
2015-05-19Drivers: gpio: Fix spelling errorsGravatar Colin Cronin 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-09gpio: tegra: Make of_device_id array constGravatar Jingoo Han 1-1/+1
2014-05-09gpio: tegra: remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2013-12-11gpio: tegra: add missing error handling to probeGravatar Stephen Warren 1-1/+6
2013-10-17gpio: tegra: use new gpio_lock_as_irq() APIGravatar Stephen Warren 1-0/+18
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+0
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-6/+5
2013-04-28Merge branch 'gic/cleanup' into next/socGravatar Olof Johansson 1-2/+1
2013-04-03gpio: tegra: add gpio wakeup source handlingGravatar Joseph Lo 1-2/+19
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileGravatar Catalin Marinas 1-2/+1
2013-03-04gpio/tegra: assume CONFIG_OFGravatar Stephen Warren 1-6/+5
2013-01-22gpio: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-5/+4
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2012-11-28gpio: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-17gpio: tegra: read output value when gpio is set in direction_outGravatar Laxman Dewangan 1-0/+5
2012-11-08gpio: tegra: Drop exporting static functionsGravatar Axel Lin 1-2/+0
2012-11-08gpio: tegra: Staticize non-exported symbolsGravatar Axel Lin 1-2/+2
2012-11-08gpio: tegra: fix suspend/resume apisGravatar Laxman Dewangan 1-5/+13
2012-10-26gpio/tegra: convert to use linear irqdomainGravatar Linus Walleij 1-9/+5
2012-09-06gpio: tegra: remove useless includes of <mach/*.h>Gravatar Stephen Warren 1-3/+0
2012-04-18gpio: tegra: Hide tegra_gpio_enable/disable()Gravatar Stephen Warren 1-18/+18
2012-04-18gpio: tegra: configure pins during irq_set_typeGravatar Stephen Warren 1-0/+3
2012-04-04gpio: tegra: Iterate over the correct number of banksGravatar Stephen Warren 1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Gravatar Stephen Warren 1-13/+42
2012-03-28Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+3
2012-03-19gpio: tegra: tegra_gpio_config shouldn't be __initGravatar Stephen Warren 1-1/+1
2012-03-12ARM: tegra: export tegra_gpio_{en,dis}ableGravatar Arnd Bergmann 1-0/+2
2012-02-26gpio: tegra: Fix build issue due to irq_domain rework.Gravatar Stephen Warren 1-8/+6
2012-02-06gpio: tegra: Parameterize the number of banksGravatar Stephen Warren 1-9/+33
2012-02-06gpio: tegra: Dynamically allocate IRQ base, and support DTGravatar Stephen Warren 1-7/+18