aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra.c
AgeCommit message (Expand)Author
2020-06-03gpio: 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
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2016-06-22gpio: tegra: Make lockdep class file-scopedThierry Reding
2016-04-30gpio: tegra: Implement gpio_get_direction callbackLaxman Dewangan
2016-04-29gpio: tegra: Add support for gpio debounceLaxman Dewangan
2016-04-29gpio: tegra: Get rid of all file scoped global variablesLaxman Dewangan
2016-04-29gpio: tegra: Make of_device_id compatible data to constantLaxman Dewangan
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Laxman Dewangan
2016-02-23gpio: tegra: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: convert remaining users to gpiochip_add_data()Linus Walleij
2015-11-17gpio-tegra: Do not create the debugfs entry by defaultSuzuki K. Poulose
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/gpio-tegra: Use irq_set_handler_locked()Thomas Gleixner
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-18gpio: gpio-tegra: Fix race in installing chained IRQ handlerRussell King
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang