summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-tegra186.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: tegra186: Add IRQ per bank for Tegra241Akhil R2022-03-071-0/+2
* gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-02-191-4/+10
* gpio: tegra186: Add support for Tegra241Akhil R2021-12-231-0/+52
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* gpio: tegra186: Add support for Tegra234Prathamesh Shete2021-12-171-0/+76
* gpio: tegra186: Support multiple interrupts per bankThierry Reding2021-09-221-7/+41
* gpio: tegra186: Force one interrupt per bankThierry Reding2021-09-221-6/+62
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-6/+24
|\
| * gpio: tegra186: Add ACPI supportAkhil R2021-08-051-6/+24
* | gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-6/+3
|/
* Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-051-13/+1
|\
| * gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean2021-05-231-7/+1
| * gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean2021-05-231-6/+0
* | gpio: tegra186: Don't set parent IRQ affinityJon Hunter2021-05-121-11/+0
|/
* gpio: tegra186: convert comma to semicolonZheng Yongjun2021-02-151-1/+1
* gpio: tegra186: Set affinity callback to parentLinus Walleij2020-12-041-0/+11
* gpio: tegra186: Allow optional irq parent callbacksMarc Zyngier2020-10-101-2/+13
* gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab2020-05-051-0/+1
* gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding2020-03-271-0/+8
* gpio: tegra186: Add support for pin rangesThierry Reding2020-03-271-0/+56
* gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao2020-01-151-3/+10
* gpio: tegra186: Add debounce supportThierry Reding2019-11-121-0/+38
* gpio: tegra186: Program interrupt route mappingThierry Reding2019-11-121-0/+46
* gpio: tegra186: Derive register offsets from bank/portThierry Reding2019-11-121-95/+100
* Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2019-11-121-3/+1
|\
| * gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-3/+1
* | gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-2/+2
* | gpio: tegra186: Implement wake event supportThierry Reding2019-10-051-18/+79
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner2019-06-191-4/+1
* gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding2019-02-141-35/+35
* gpio: tegra186: Rename flow variable to typeThierry Reding2018-12-141-3/+3
* gpio: tegra186: Add support for Tegra194Mikko Perttunen2018-07-021-0/+74
* gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin2017-11-131-3/+0
* gpio: Add Tegra186 supportThierry Reding2017-11-081-0/+623