summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-tegra186.c
AgeCommit message (Expand)Author
2024-04-24gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete
2023-07-19gpio: Explicitly include correct DT includesRob Herring
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-06-09gpio: tegra186: Check PMC driver status before any requestPrathamesh Shete
2023-05-26gpio: tegra186: Check GPIO pin permission before access.Prathamesh Shete
2023-04-26gpio: tegra186: Add Tegra234 hte supportDipen Patel
2023-02-02gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Tom Rix
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete
2022-10-24gpio: tegra186: Add missing header(s)Andy Shevchenko
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-04gpio: tegra186: Add HTE supportDipen Patel
2022-04-19gpio: tegra186: Make the irqchip immutableMarc Zyngier
2022-03-07gpio: tegra186: Add IRQ per bank for Tegra241Akhil R
2022-02-19gpio: tegra186: Fix chip_data type confusionMarc Zyngier
2021-12-23gpio: tegra186: Add support for Tegra241Akhil R
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2021-12-17gpio: tegra186: Add support for Tegra234Prathamesh Shete
2021-09-22gpio: tegra186: Support multiple interrupts per bankThierry Reding
2021-09-22gpio: tegra186: Force one interrupt per bankThierry Reding
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-08-05gpio: tegra186: Add ACPI supportAkhil R
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-05-23gpio: gpio-tegra186: remove platform_set_drvdata() + cleanup probeAlexandru Ardelean
2021-05-23gpio: gpio-tegra186: remove empty remove hookAlexandru Ardelean
2021-05-12gpio: tegra186: Don't set parent IRQ affinityJon Hunter
2021-02-15gpio: tegra186: convert comma to semicolonZheng Yongjun
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij
2020-10-10gpio: tegra186: Allow optional irq parent callbacksMarc Zyngier
2020-05-05gpio: tegra186: export MODULE_DEVICE_TABLEMian Yousaf Kaukab
2020-03-27gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1Thierry Reding
2020-03-27gpio: tegra186: Add support for pin rangesThierry Reding
2020-01-15gpiolib: Add support for the irqdomain which doesn't use irq_fwspec as argKevin Hao
2019-11-12gpio: tegra186: Add debounce supportThierry Reding
2019-11-12gpio: tegra186: Program interrupt route mappingThierry Reding
2019-11-12gpio: tegra186: Derive register offsets from bank/portThierry Reding
2019-11-12Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-11-05gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski
2019-10-05gpio: tegra186: Implement wake event supportThierry Reding
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner
2019-02-14gpio: tegra186: Use TEGRA186_ prefix for GPIO namesThierry Reding
2018-12-14gpio: tegra186: Rename flow variable to typeThierry Reding
2018-07-02gpio: tegra186: Add support for Tegra194Mikko Perttunen
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin
2017-11-08gpio: Add Tegra186 supportThierry Reding