| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-07-07 | gpio: tegra: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -3/+5 |
| 2024-11-22 | Fix a potential abuse of seq_printf() format string in drivers | David Wang | 1 | -1/+1 |
| 2024-09-02 | gpio: tegra: Replace of_node_to_fwnode() with more suitable API | Andy Shevchenko | 1 | -2/+3 |
| 2023-11-04 | pinctrl: tegra: drop the wrapper around pinctrl_gpio_request() | Bartosz Golaszewski | 1 | -6/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_free_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_request_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | gpio: tegra: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -4/+4 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2022-10-20 | gpio: tegra: Convert to immutable irq chip | Svyatoslav Ryhel | 1 | -16/+44 |
| 2022-07-10 | gpio: Remove dynamic allocation from populate_parent_alloc_arg() | Marc Zyngier | 1 | -9/+6 |
| 2022-01-24 | gpio: tegra: Get rid of duplicate of_node assignment | Andy Shevchenko | 1 | -1/+0 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -5/+4 |
| 2021-02-15 | gpio: tegra: Fix irq_set_affinity | Dmitry Osipenko | 1 | -1/+2 |
| 2021-02-15 | gpio: tegra: Support building driver as a loadable module | Dmitry Osipenko | 1 | -6/+9 |
| 2021-02-15 | gpio: tegra: Clean up whitespaces in tegra_gpio_driver | Dmitry Osipenko | 1 | -4/+4 |
| 2021-02-15 | gpio: tegra: Use debugfs_create_devm_seqfile() | Dmitry Osipenko | 1 | -5/+3 |
| 2021-02-15 | gpio: tegra: Improve formatting of the code | Dmitry Osipenko | 1 | -5/+10 |
| 2021-02-15 | gpio: tegra: Fix wake interrupt | Dmitry Osipenko | 1 | -3/+13 |
| 2021-02-15 | gpio: tegra: Convert to gpio_irq_chip | Thierry Reding | 1 | -72/+146 |
| 2020-11-06 | gpio: tegra: Use raw_spinlock | Dmitry Osipenko | 1 | -5/+13 |
| 2020-11-06 | gpio: tegra: Add lockdep class | Dmitry Osipenko | 1 | -0/+4 |
| 2020-04-28 | gpio: tegra: mask GPIO IRQs during IRQ shutdown | Stephen Warren | 1 | -0/+1 |
| 2019-12-20 | gpio: tegra: Use NOIRQ phase for suspend/resume | Dmitry Osipenko | 1 | -8/+2 |
| 2019-12-20 | gpio: tegra: Properly handle irq_set_irq_wake() error | Dmitry Osipenko | 1 | -1/+6 |
| 2019-12-20 | gpio: tegra: Use generic readl_relaxed/writel_relaxed accessors | Dmitry Osipenko | 1 | -2/+2 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-08-05 | gpio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -2/+2 |
| 2019-07-06 | Revert "gpio: tegra: Clean-up debugfs initialisation" | Linus Walleij | 1 | -3/+15 |
| 2019-06-27 | gpio: tegra: Clean-up debugfs initialisation | Jon Hunter | 1 | -15/+3 |
| 2019-06-27 | gpio: tegra: No need to cast away return value of debugfs_create_file() | Greg Kroah-Hartman | 1 | -2/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
| 2019-04-05 | drivers: gpio: tegra: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2019-02-19 | gpio: tegra: Fix offset of pinctrl calls | Linus Walleij | 1 | -4/+21 |
| 2018-11-05 | gpio: gpio-tegra: simplify getting .driver_data | Wolfram Sang | 1 | -4/+2 |
| 2018-08-15 | Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -18/+10 |
| 2018-08-10 | gpio: tegra: Include the right header | Linus Walleij | 1 | -2/+2 |
| 2018-08-03 | gpio: tegra: Move driver registration to subsys_init level | Dmitry Osipenko | 1 | -1/+1 |
| 2018-07-29 | gpio: tegra: drop tegra specific GPIO lockdep classes | Stefan Agner | 1 | -9/+0 |
| 2018-07-29 | gpio: tegra: Fix tegra_gpio_irq_set_type() | Dmitry Osipenko | 1 | -7/+8 |
| 2018-02-22 | gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macro | Axel Lin | 1 | -13/+3 |
| 2017-12-28 | kernel/irq: Extend lockdep class for request mutex | Andrew Lunn | 1 | -1/+3 |
| 2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -2/+2 |
| 2017-08-14 | gpio: tegra: Use unsigned int where possible | Thierry Reding | 1 | -32/+24 |
| 2017-08-14 | gpio: tegra: Fix checkpatch warnings | Thierry Reding | 1 | -12/+20 |
| 2017-08-14 | gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies | Thierry Reding | 1 | -2/+2 |
| 2017-08-14 | gpio: tegra: Remove unnecessary check | Thierry Reding | 1 | -9/+2 |
| 2017-08-14 | gpio: tegra: Use platform_get_irq() | Thierry Reding | 1 | -5/+5 |
| 2017-08-14 | gpio: tegra: Use platform_irq_count() | Thierry Reding | 1 | -7/+6 |
| 2017-08-14 | gpio: tegra: remove gpio_to_irq() from hw irq handlers | Grygorii Strashko | 1 | -1/+2 |
| 2017-08-02 | gpio: tegra: fix unbalanced chained_irq_enter/exit | Michał Mirosław | 1 | -3/+3 |
| 2017-01-26 | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 1 | -1/+13 |
| 2016-06-22 | gpio: tegra: Make lockdep class file-scoped | Thierry Reding | 1 | -2/+7 |
| 2016-04-30 | gpio: tegra: Implement gpio_get_direction callback | Laxman Dewangan | 1 | -0/+16 |
| 2016-04-29 | gpio: tegra: Add support for gpio debounce | Laxman Dewangan | 1 | -1/+68 |
| 2016-04-29 | gpio: tegra: Get rid of all file scoped global variables | Laxman Dewangan | 1 | -152/+198 |
| 2016-04-29 | gpio: tegra: Make of_device_id compatible data to constant | Laxman Dewangan | 1 | -2/+2 |
| 2016-04-29 | gpio: tegra: Don't open code of_device_get_match_data() | Laxman Dewangan | 1 | -26/+24 |
| 2016-02-23 | gpio: tegra: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -1/+1 |
| 2016-01-05 | gpio: convert remaining users to gpiochip_add_data() | Linus Walleij | 1 | -1/+1 |
| 2015-11-17 | gpio-tegra: Do not create the debugfs entry by default | Suzuki K. Poulose | 1 | -49/+56 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring | 1 | -1/+0 |
| 2015-07-14 | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -3/+1 |
| 2015-07-14 | gpio/gpio-tegra: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -2/+2 |
| 2015-06-23 | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
| 2015-06-18 | gpio: gpio-tegra: Fix race in installing chained IRQ handler | Russell King | 1 | -2/+2 |
| 2015-05-19 | Drivers: gpio: Fix spelling errors | Colin Cronin | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-10-28 | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 1 | -2/+2 |
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-05-09 | gpio: tegra: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
| 2014-05-09 | gpio: tegra: remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
| 2013-12-11 | gpio: tegra: add missing error handling to probe | Stephen Warren | 1 | -1/+6 |
| 2013-10-17 | gpio: tegra: use new gpio_lock_as_irq() API | Stephen Warren | 1 | -0/+18 |
| 2013-05-18 | drivers/gpio: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -5/+0 |
| 2013-05-06 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -6/+5 |
| 2013-04-28 | Merge branch 'gic/cleanup' into next/soc | Olof Johansson | 1 | -2/+1 |
| 2013-04-03 | gpio: tegra: add gpio wakeup source handling | Joseph Lo | 1 | -2/+19 |
| 2013-03-26 | arm: Move chained_irq_(enter|exit) to a generic file | Catalin Marinas | 1 | -2/+1 |
| 2013-03-04 | gpio/tegra: assume CONFIG_OF | Stephen Warren | 1 | -6/+5 |
| 2013-01-22 | gpio: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -5/+4 |
| 2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2012-11-28 | gpio: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-17 | gpio: tegra: read output value when gpio is set in direction_out | Laxman Dewangan | 1 | -0/+5 |
| 2012-11-08 | gpio: tegra: Drop exporting static functions | Axel Lin | 1 | -2/+0 |
| 2012-11-08 | gpio: tegra: Staticize non-exported symbols | Axel Lin | 1 | -2/+2 |
| 2012-11-08 | gpio: tegra: fix suspend/resume apis | Laxman Dewangan | 1 | -5/+13 |
| 2012-10-26 | gpio/tegra: convert to use linear irqdomain | Linus Walleij | 1 | -9/+5 |
| 2012-09-06 | gpio: tegra: remove useless includes of <mach/*.h> | Stephen Warren | 1 | -3/+0 |
| 2012-04-18 | gpio: tegra: Hide tegra_gpio_enable/disable() | Stephen Warren | 1 | -18/+18 |
| 2012-04-18 | gpio: tegra: configure pins during irq_set_type | Stephen Warren | 1 | -0/+3 |
| 2012-04-04 | gpio: tegra: Iterate over the correct number of banks | Stephen Warren | 1 | -2/+2 |
| 2012-04-04 | gpio: tegra: fix register address calculations for Tegra30 | Stephen Warren | 1 | -13/+42 |
| 2012-03-28 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -1/+3 |
| 2012-03-19 | gpio: tegra: tegra_gpio_config shouldn't be __init | Stephen Warren | 1 | -1/+1 |
| 2012-03-12 | ARM: tegra: export tegra_gpio_{en,dis}able | Arnd Bergmann | 1 | -0/+2 |
| 2012-02-26 | gpio: tegra: Fix build issue due to irq_domain rework. | Stephen Warren | 1 | -8/+6 |
| 2012-02-06 | gpio: tegra: Parameterize the number of banks | Stephen Warren | 1 | -9/+33 |
| 2012-02-06 | gpio: tegra: Dynamically allocate IRQ base, and support DT | Stephen Warren | 1 | -7/+18 |
| 2012-01-02 | drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap | Julia Lawall | 1 | -8/+1 |
| 2011-10-31 | Merge branch 'depends/rmk/gpio' into next/devel | Arnd Bergmann | 1 | -7/+16 |
| 2011-10-13 | gpio/tegra: Convert to a platform device | Stephen Warren | 1 | -48/+95 |
| 2011-09-27 | ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h> | Stephen Warren | 1 | -0/+1 |
| 2011-08-24 | ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq | Stephen Warren | 1 | -1/+5 |
| 2011-08-24 | ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio | Stephen Warren | 1 | -6/+10 |
| 2011-07-05 | gpio/tegra: Use engineering names in DT compatible property | Stephen Warren | 1 | -1/+1 |
| 2011-06-15 | gpio/tegra: add devicetree support | Grant Likely | 1 | -0/+10 |
| 2011-06-15 | gpio/tegra: Move Tegra gpio driver to drivers/gpio | Grant Likely | 1 | -0/+431 |