aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4
2021-02-15gpio: tegra: Fix irq_set_affinityDmitry Osipenko1-1/+2
2021-02-15gpio: tegra: Support building driver as a loadable moduleDmitry Osipenko1-6/+9
2021-02-15gpio: tegra: Clean up whitespaces in tegra_gpio_driverDmitry Osipenko1-4/+4
2021-02-15gpio: tegra: Use debugfs_create_devm_seqfile()Dmitry Osipenko1-5/+3
2021-02-15gpio: tegra: Improve formatting of the codeDmitry Osipenko1-5/+10
2021-02-15gpio: tegra: Fix wake interruptDmitry Osipenko1-3/+13
2021-02-15gpio: tegra: Convert to gpio_irq_chipThierry Reding1-72/+146
2020-11-06gpio: tegra: Use raw_spinlockDmitry Osipenko1-5/+13
2020-11-06gpio: tegra: Add lockdep classDmitry Osipenko1-0/+4
2020-04-28gpio: tegra: mask GPIO IRQs during IRQ shutdownStephen Warren1-0/+1
2019-12-20gpio: tegra: Use NOIRQ phase for suspend/resumeDmitry Osipenko1-8/+2
2019-12-20gpio: tegra: Properly handle irq_set_irq_wake() errorDmitry Osipenko1-1/+6
2019-12-20gpio: tegra: Use generic readl_relaxed/writel_relaxed accessorsDmitry Osipenko1-2/+2
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-1/+4
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+2
2019-07-06Revert "gpio: tegra: Clean-up debugfs initialisation"Linus Walleij1-3/+15
2019-06-27gpio: tegra: Clean-up debugfs initialisationJon Hunter1-15/+3
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-04-05drivers: gpio: tegra: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-02-19gpio: tegra: Fix offset of pinctrl callsLinus Walleij1-4/+21
2018-11-05gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang1-4/+2
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-18/+10
2018-08-10gpio: tegra: Include the right headerLinus Walleij1-2/+2
2018-08-03gpio: tegra: Move driver registration to subsys_init levelDmitry Osipenko1-1/+1
2018-07-29gpio: tegra: drop tegra specific GPIO lockdep classesStefan Agner1-9/+0
2018-07-29gpio: tegra: Fix tegra_gpio_irq_set_type()Dmitry Osipenko1-7/+8
2018-02-22gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macroAxel Lin1-13/+3
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-1/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding1-32/+24
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding1-12/+20
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding1-2/+2
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding1-9/+2
2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding1-5/+5
2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding1-7/+6
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko1-1/+2
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław1-3/+3
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-1/+13
2016-06-22gpio: tegra: Make lockdep class file-scopedThierry Reding1-2/+7
2016-04-30gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan1-0/+16
2016-04-29gpio: tegra: Add support for gpio debounceLaxman Dewangan1-1/+68
2016-04-29gpio: tegra: Get rid of all file scoped global variablesLaxman Dewangan1-152/+198
2016-04-29gpio: tegra: Make of_device_id compatible data to constantLaxman Dewangan1-2/+2
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Laxman Dewangan1-26/+24
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-1/+1
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij1-1/+1
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose1-49/+56