summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)Author
2023-11-04pinctrl: tegra: drop the wrapper around pinctrl_gpio_request()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski
2023-11-04gpio: tegra: use new pinctrl GPIO helpersBartosz Golaszewski
2023-07-19gpio: Explicitly include correct DT includesRob Herring
2022-10-20gpio: tegra: Convert to immutable irq chipSvyatoslav Ryhel
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier
2022-01-24gpio: tegra: Get rid of duplicate of_node assignmentAndy Shevchenko
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-02-15gpio: tegra: Fix irq_set_affinityDmitry Osipenko
2021-02-15gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko
2021-02-15gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko
2021-02-15gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko
2021-02-15gpio: tegra: Improve formatting of the codeDmitry Osipenko
2021-02-15gpio: tegra: Fix wake interruptDmitry Osipenko
2021-02-15gpio: tegra: Convert to gpio_irq_chipThierry Reding
2020-11-06gpio: tegra: Use raw_spinlockDmitry Osipenko
2020-11-06gpio: tegra: Add lockdep classDmitry Osipenko
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko
2019-12-20gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-07-06Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij
2019-06-27gpio: tegra: Clean-up debugfs initialisationJon Hunter
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-04-05drivers: gpio: tegra: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-02-19gpio: tegra: Fix offset of pinctrl callsLinus Walleij
2018-11-05gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-08-10gpio: tegra: Include the right headerLinus Walleij
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko
2018-02-22gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroAxel Lin
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding
2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding
2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław