summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-2/+2
|\
| * Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij2019-07-061-3/+15
| * gpio: tegra: Clean-up debugfs initialisationJon Hunter2019-06-271-15/+3Star
| * gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman2019-06-271-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
|/
* drivers: gpio: tegra: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-041-3/+1Star
* gpio: tegra: Fix offset of pinctrl callsLinus Walleij2019-02-191-4/+21
* gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
* Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-161-18/+10Star
|\
| * gpio: tegra: Include the right headerLinus Walleij2018-08-101-2/+2
| * gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner2018-07-291-9/+0Star
| * gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko2018-07-291-7/+8
* | gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko2018-08-031-1/+1
|/
* gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroAxel Lin2018-02-221-13/+3Star
* kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-1/+3
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
* gpio: tegra: Use unsigned int where possibleThierry Reding2017-08-141-32/+24Star
* gpio: tegra: Fix checkpatch warningsThierry Reding2017-08-141-12/+20
* gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding2017-08-141-2/+2
* gpio: tegra: Remove unnecessary checkThierry Reding2017-08-141-9/+2Star
* gpio: tegra: Use platform_get_irq()Thierry Reding2017-08-141-5/+5
* gpio: tegra: Use platform_irq_count()Thierry Reding2017-08-141-7/+6Star
* gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko2017-08-141-1/+2
* gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław2017-08-021-3/+3
* 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/+24Star
* 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/+0Star
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-3/+1Star
* 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-151-1/+0Star
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | 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/+1Star
* 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/+0Star
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-071-6/+5Star
|\