aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra186.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier1-9/+6
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linuxLinus Torvalds1-1/+80
2022-05-04gpio: tegra186: Add HTE supportDipen Patel1-1/+80
2022-04-19gpio: tegra186: Make the irqchip immutableMarc Zyngier1-9/+23
2022-03-07gpio: tegra186: Add IRQ per bank for Tegra241Akhil R1-0/+2
2022-02-19gpio: tegra186: Fix chip_data type confusionMarc Zyngier1-4/+10
2021-12-23gpio: tegra186: Add support for Tegra241Akhil R1-0/+52
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-12-17gpio: tegra186: Add support for Tegra234Prathamesh Shete1-0/+76
2021-09-22gpio: tegra186: Support multiple interrupts per bankThierry Reding1-7/+41
2021-09-22gpio: tegra186: Force one interrupt per bankThierry Reding1-6/+62
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-6/+24
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-6/+3
2021-08-05gpio: tegra186: Add ACPI supportAkhil R1-6/+24
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-13/+1
2021-05-23gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean1-7/+1
2021-05-23gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean1-6/+0
2021-05-12gpio: tegra186: Don't set parent IRQ affinityJon Hunter1-11/+0
2021-02-15gpio: tegra186: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij1-0/+11
2020-10-10gpio: tegra186: Allow optional irq parent callbacksMarc Zyngier1-2/+13
2020-05-05gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab1-0/+1
2020-03-27gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding1-0/+8
2020-03-27gpio: tegra186: Add support for pin rangesThierry Reding1-0/+56
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao1-3/+10
2019-11-12gpio: tegra186: Add debounce supportThierry Reding1-0/+38
2019-11-12gpio: tegra186: Program interrupt route mappingThierry Reding1-0/+46
2019-11-12gpio: tegra186: Derive register offsets from bank/portThierry Reding1-95/+100
2019-11-12Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski1-3/+1
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-2/+2
2019-11-05gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski1-3/+1
2019-10-05gpio: tegra186: Implement wake event supportThierry Reding1-18/+79
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-4/+1
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding1-35/+35
2018-12-14gpio: tegra186: Rename flow variable to typeThierry Reding1-3/+3
2018-07-02gpio: tegra186: Add support for Tegra194Mikko Perttunen1-0/+74
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin1-3/+0
2017-11-08gpio: Add Tegra186 supportThierry Reding1-0/+623