summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: tegra: drop the wrapper around pinctrl_gpio_request()Bartosz Golaszewski2023-11-041-6/+1
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* gpio: tegra: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-4/+4
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* gpio: tegra: Convert to immutable irq chipSvyatoslav Ryhel2022-10-201-16/+44
* gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier2022-07-101-9/+6
* gpio: tegra: Get rid of duplicate of_node assignmentAndy Shevchenko2022-01-241-1/+0
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-5/+4
* gpio: tegra: Fix irq_set_affinityDmitry Osipenko2021-02-151-1/+2
* gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko2021-02-151-6/+9
* gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko2021-02-151-4/+4
* gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko2021-02-151-5/+3
* gpio: tegra: Improve formatting of the codeDmitry Osipenko2021-02-151-5/+10
* gpio: tegra: Fix wake interruptDmitry Osipenko2021-02-151-3/+13
* gpio: tegra: Convert to gpio_irq_chipThierry Reding2021-02-151-72/+146
* gpio: tegra: Use raw_spinlockDmitry Osipenko2020-11-061-5/+13
* gpio: tegra: Add lockdep classDmitry Osipenko2020-11-061-0/+4
* gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren2020-04-281-0/+1
* gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko2019-12-201-8/+2
* gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko2019-12-201-1/+6
* gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko2019-12-201-2/+2
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* 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/+3
| * 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/+1
|/
* drivers: gpio: tegra: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
* gpio: tegra: Fix offset of pinctrl callsLinus Walleij2019-02-191-4/+21
* gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-08-151-18/+10
|\
| * gpio: tegra: Include the right headerLinus Walleij2018-08-101-2/+2
| * gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner2018-07-291-9/+0
| * 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/+3
* 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/+24
* 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/+2
* gpio: tegra: Use platform_get_irq()Thierry Reding2017-08-141-5/+5
* gpio: tegra: Use platform_irq_count()Thierry Reding2017-08-141-7/+6
* 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