index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
tegra
Age
Commit message (
Expand
)
Author
Lines
2026-01-19
pinctrl: tegra-xusb: Simplify locking with guard()
Krzysztof Kozlowski
-11
/
+5
2026-01-19
pinctrl: tegra-xusb: Return void in padctl enable/disable functions
Krzysztof Kozlowski
-6
/
+8
2025-10-14
pinctrl: tegra20: register csus_mux clock
Svyatoslav Ryhel
-2
/
+9
2025-08-19
pinctrl: tegra: Add Tegra186 pinmux driver
Aaron Kling
-0
/
+1984
2025-03-20
pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
Dan Carpenter
-1
/
+1
2025-03-17
pinctrl: tegra: Set SFIO mode to Mux Register
Prathamesh Shete
-0
/
+3
2025-03-14
pinctrl-tegra: Restore SFSEL bit when freeing pins
Prathamesh Shete
-8
/
+57
2025-03-14
pinctrl: tegra: Add descriptions for SoC data fields
Prathamesh Shete
-10
/
+16
2025-02-28
pinctrl-tegra: Add config property GPIO mode
Prathamesh Shete
-0
/
+13
2024-06-26
pinctrl: tegra: Use scope based of_node_put() cleanups
Peng Fan
-8
/
+3
2024-02-23
phy: constify of_phandle_args in xlate
Krzysztof Kozlowski
-1
/
+1
2023-11-13
pinctrl: tegra: Display pin function in pinconf-groups
Thierry Reding
-0
/
+8
2023-11-03
Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-4
/
+4
2023-09-27
pinctrl: tegra: add OF node when logging OF parsing errors
Luca Ceresoli
-4
/
+4
2023-09-27
Revert "pinctrl: tegra: Add support to display pin function"
Linus Walleij
-19
/
+2
2023-08-25
Merge tag 'intel-pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
-5
/
+2
2023-08-21
pinctrl: tegra: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
Andy Shevchenko
-5
/
+2
2023-07-20
pinctrl: Explicitly include correct DT includes
Rob Herring
-1
/
+0
2023-07-20
pinctrl: tegra: Add support to display pin function
Prathamesh Shete
-2
/
+19
2023-06-19
pinctrl: tegra: avoid duplicate field initializers
Arnd Bergmann
-1
/
+0
2023-06-09
pinctrl: tegra: Add Tegra234 pinmux driver
Prathamesh Shete
-0
/
+1966
2023-06-01
pinctrl: tegra: Consistently refer to SoC data
Thierry Reding
-7
/
+6
2023-06-01
pinctrl: tegra: Duplicate pinmux functions table
Thierry Reding
-35
/
+25
2022-11-14
pinctrl: tegra: Separate Tegra194 instances
Thierry Reding
-148
/
+173
2022-10-24
pinctrl: tegra: Add missing header(s)
Andy Shevchenko
-4
/
+9
2022-05-04
pinctrl: tegra: tegra194: drop unused pin groups
Krzysztof Kozlowski
-9
/
+0
2021-11-16
pinctrl: tegra194: remove duplicate initializer again
Arnd Bergmann
-1
/
+0
2021-11-16
pinctrl: tegra: Return const pointer from tegra_pinctrl_get_group()
Prathamesh Shete
-2
/
+2
2021-10-26
pinctrl: tegra: Fix warnings and error
Prathamesh Shete
-3
/
+2
2021-10-26
pinctrl: tegra: Use correct offset for pin group
Prathamesh Shete
-2
/
+31
2021-10-24
pinctrl: tegra: Add pinmux support for Tegra194
Prathamesh Shete
-35
/
+1759
2021-10-24
pinctrl: tegra: include lpdr pin properties
Suresh Mangipudi
-164
/
+168
2020-08-09
Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-1
/
+0
2020-07-16
pinctrl: tegra: pinctrl-tegra194: Do not initialise field twice
Lee Jones
-1
/
+0
2020-06-16
pinctrl: tegra: Use noirq suspend/resume callbacks
Vidya Sagar
-2
/
+2
2020-04-28
pinctrl: fix several typos
Dejin Zheng
-1
/
+1
2020-03-27
pinctrl: tegra: Add SFIO/GPIO programming on Tegra194
Thierry Reding
-0
/
+51
2020-03-27
pinctrl: tegra: Renumber the GG.0 and GG.1 pins
Thierry Reding
-7
/
+4
2020-03-27
pinctrl: tegra: Do not add default pin range on Tegra194
Thierry Reding
-2
/
+1
2020-03-27
pinctrl: tegra: Pass struct tegra_pmx for pin range check
Thierry Reding
-3
/
+3
2020-03-27
pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typo
Thierry Reding
-1
/
+1
2020-03-27
pinctrl: tegra: Fix whitespace issues for improved readability
Thierry Reding
-16
/
+17
2020-01-07
pinctrl: tegra: fix missing __iomem in suspend/resume
Ben Dooks (Codethink)
-2
/
+2
2019-11-05
pinctrl: use devm_platform_ioremap_resource() to simplify code
YueHaibing
-5
/
+2
2019-10-04
pinctrl: tegra: xusb: Add note about legacy status
Thierry Reding
-0
/
+6
2019-08-21
pinctrl: tegra: Flush pinctrl writes during resume
Sowjanya Komatineni
-0
/
+4
2019-08-21
pinctrl: tegra: Fix write barrier placement in pmx_writel
Sowjanya Komatineni
-1
/
+3
2019-08-05
pinctrl: tegra210: Add Tegra210 pinctrl pm ops
Sowjanya Komatineni
-0
/
+1
2019-08-05
pinctrl: tegra: Add suspend and resume support
Sowjanya Komatineni
-0
/
+62
2019-07-13
Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-56
/
+241
[next]