summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/tegra
AgeCommit message (Expand)AuthorLines
2022-05-04pinctrl: tegra: tegra194: drop unused pin groupsKrzysztof Kozlowski-9/+0
2021-11-16pinctrl: tegra194: remove duplicate initializer againArnd Bergmann-1/+0
2021-11-16pinctrl: tegra: Return const pointer from tegra_pinctrl_get_group()Prathamesh Shete-2/+2
2021-10-26pinctrl: tegra: Fix warnings and errorPrathamesh Shete-3/+2
2021-10-26pinctrl: tegra: Use correct offset for pin groupPrathamesh Shete-2/+31
2021-10-24pinctrl: tegra: Add pinmux support for Tegra194Prathamesh Shete-35/+1759
2021-10-24pinctrl: tegra: include lpdr pin propertiesSuresh Mangipudi-164/+168
2020-08-09Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+0
2020-07-16pinctrl: tegra: pinctrl-tegra194: Do not initialise field twiceLee Jones-1/+0
2020-06-16pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar-2/+2
2020-04-28pinctrl: fix several typosDejin Zheng-1/+1
2020-03-27pinctrl: tegra: Add SFIO/GPIO programming on Tegra194Thierry Reding-0/+51
2020-03-27pinctrl: tegra: Renumber the GG.0 and GG.1 pinsThierry Reding-7/+4
2020-03-27pinctrl: tegra: Do not add default pin range on Tegra194Thierry Reding-2/+1
2020-03-27pinctrl: tegra: Pass struct tegra_pmx for pin range checkThierry Reding-3/+3
2020-03-27pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typoThierry Reding-1/+1
2020-03-27pinctrl: tegra: Fix whitespace issues for improved readabilityThierry Reding-16/+17
2020-01-07pinctrl: tegra: fix missing __iomem in suspend/resumeBen Dooks (Codethink)-2/+2
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing-5/+2
2019-10-04pinctrl: tegra: xusb: Add note about legacy statusThierry Reding-0/+6
2019-08-21pinctrl: tegra: Flush pinctrl writes during resumeSowjanya Komatineni-0/+4
2019-08-21pinctrl: tegra: Fix write barrier placement in pmx_writelSowjanya Komatineni-1/+3
2019-08-05pinctrl: tegra210: Add Tegra210 pinctrl pm opsSowjanya Komatineni-0/+1
2019-08-05pinctrl: tegra: Add suspend and resume supportSowjanya Komatineni-0/+62
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-56/+241
2019-06-25pinctrl: tegra: Add bitmask support for parked bitsThierry Reding-47/+57
2019-06-25pinctrl: tegra: Set specific GPIO compatible stringThierry Reding-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-72/+8
2019-06-01pinctrl: tegra: Add Tegra194 pinmux driverKrishna Yarlagadda-0/+175
2019-06-01pinctrl: tegra: Support 32 bit register accessKrishna Yarlagadda-8/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-09-20pinctrl: tegra: do not export tegra_pinctrl_probeStefan Agner-1/+0
2018-08-03pinctrl: tegra: Move drivers registration to arch_init levelDmitry Osipenko-5/+30
2018-07-29pinctrl: tegra: define GPIO compatible node per SoCStefan Agner-3/+9
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-3/+3
2018-05-16pinctrl: tegra20: Provide CDEV1/2 clock muxesDmitry Osipenko-12/+40
2018-01-03pinctrl: tegra: Delete two error messages for a failed memory allocation in t...Markus Elfring-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-08-14pinctrl: tegra: explicitly request exclusive reset controlPhilipp Zabel-1/+1
2017-05-29pinctrl: tegra: clean up modular vs. non-modular distinctionsPaul Gortmaker-36/+18
2017-04-24pinctrl: tegra: xusb: Silence sparse warningsThierry Reding-0/+4
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-21/+15
2016-06-22pinctrl: tegra: Fix build dependencyAxel Lin-1/+1
2016-05-30pinctrl: tegra: Get rid of parked_regLaxman Dewangan-1/+1
2016-05-30Revert "Revert "pinctrl: tegra: avoid parked_reg and parked_bank""Linus Walleij-20/+14
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-30/+47
2016-05-13Revert "pinctrl: tegra: avoid parked_reg and parked_bank"Linus Walleij-14/+20
2016-05-11pinctrl: tegra: avoid parked_reg and parked_bankLaxman Dewangan-20/+14
2016-05-11pinctrl: tegra: Correctly check the supported configurationLaxman Dewangan-1/+1
2016-04-29phy: Add Tegra XUSB pad controller supportThierry Reding-16/+4