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
Age
Commit message (
Expand
)
Author
Lines
2025-11-19
Merge tag 'renesas-pinctrl-for-v6.19-tag2' of git://git.kernel.org/pub/scm/li...
Linus Walleij
-91
/
+68
2025-11-18
pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
Jared Kangas
-0
/
+1
2025-11-18
pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc
Jared Kangas
-1
/
+1
2025-11-18
pinctrl: cherryview: Convert to use intel_gpio_add_pin_ranges()
Andy Shevchenko
-19
/
+1
2025-11-18
pinctrl: intel: Export intel_gpio_add_pin_ranges()
Andy Shevchenko
-1
/
+13
2025-11-13
pinctrl: renesas: rzg2l: Refactor OEN register PWPR handling
John Madieu
-20
/
+33
2025-11-12
pinctrl: airoha: convert comma to semicolon
Chen Ni
-6
/
+6
2025-11-12
pinctrl: qcom: msm: Fix deadlock in pinmux configuration
Praveen Talari
-1
/
+1
2025-11-12
pinctrl: elkhartlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-25
/
+18
2025-11-12
pinctrl: cherryview: Switch to INTEL_GPP() macro
Andy Shevchenko
-26
/
+20
2025-11-12
pinctrl: emmitsburg: Switch to INTEL_GPP() macro
Andy Shevchenko
-20
/
+13
2025-11-12
pinctrl: denverton: Switch to INTEL_GPP() macro
Andy Shevchenko
-14
/
+7
2025-11-12
pinctrl: cedarfork: Switch to INTEL_GPP() macro
Andy Shevchenko
-22
/
+15
2025-11-11
pinctrl: airoha: add support for Airoha AN7583 PINs
Christian Marangi
-7
/
+740
2025-11-11
pinctrl: airoha: convert PWM GPIO to macro
Christian Marangi
-397
/
+68
2025-11-11
pinctrl: airoha: convert PHY LED GPIO to macro
Christian Marangi
-488
/
+100
2025-11-11
pinctrl: airoha: generalize pins/group/function/confs handling
Christian Marangi
-249
/
+318
2025-11-10
pinctrl: stm32: handle semaphore acquisition when handling pinctrl/pinmux
Gatien Chevallier
-8
/
+27
2025-11-10
pinctrl: rockchip: Add rk3506 pinctrl support
Ye Zhang
-8
/
+438
2025-11-10
Merge tag 'samsung-pinctrl-6.19' of https://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
-0
/
+212
2025-11-10
pinctrl: renesas: r8a779h0: Remove STPWT_EXTFXR
Geert Uytterhoeven
-2
/
+1
2025-11-10
pinctrl: renesas: r8a779h0: Remove CC5_OSCOUT
Huy Bui
-2
/
+1
2025-11-10
pinctrl: renesas: r8a779g0: Remove STPWT_EXTFXR
Huy Bui
-2
/
+1
2025-11-10
pinctrl: renesas: r8a779g0: Remove CC5_OSCOUT
Huy Bui
-2
/
+1
2025-11-10
pinctrl: renesas: r8a779g0: Remove AVB[01]_MII
Thanh Quan
-64
/
+32
2025-11-10
pinctrl: cirrus: Fix fwnode leak in cs42l43_pin_probe()
Haotian Zhang
-4
/
+19
2025-11-09
Merge tag 'renesas-pinctrl-for-v6.19-tag1' of git://git.kernel.org/pub/scm/li...
Linus Walleij
-76
/
+83
2025-11-05
pinctrl: sunrisepoint: Switch to INTEL_GPP() macro
Andy Shevchenko
-17
/
+9
2025-11-05
pinctrl: tigerlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-39
/
+31
2025-11-05
pinctrl: meteorpoint: Switch to INTEL_GPP() macro
Andy Shevchenko
-27
/
+19
2025-11-05
pinctrl: meteorlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-31
/
+23
2025-11-05
pinctrl: lakefield: Switch to INTEL_GPP() macro
Andy Shevchenko
-17
/
+9
2025-11-05
pinctrl: jasperlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-21
/
+13
2025-11-05
pinctrl: icelake: Switch to INTEL_GPP() macro
Andy Shevchenko
-34
/
+26
2025-11-05
pinctrl: cannonlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-38
/
+30
2025-11-05
pinctrl: alderlake: Switch to INTEL_GPP() macro
Andy Shevchenko
-38
/
+30
2025-11-05
pinctrl: intel: Introduce INTEL_GPP() macro
Andy Shevchenko
-0
/
+9
2025-11-05
pinctrl: cix: sky1: Provide pin control dummy states
Linus Walleij
-0
/
+16
2025-11-04
pinctrl: tangier: Unify messages with help of dev_err_probe()
Andy Shevchenko
-2
/
+1
2025-11-04
pinctrl: lynxpoint: Unify messages with help of dev_err_probe()
Andy Shevchenko
-18
/
+10
2025-11-04
pinctrl: intel: Unify messages with help of dev_err_probe()
Andy Shevchenko
-16
/
+8
2025-11-04
pinctrl: cherryview: Unify messages with help of dev_err_probe()
Andy Shevchenko
-16
/
+8
2025-11-04
pinctrl: baytrail: Unify messages with help of dev_err_probe()
Andy Shevchenko
-12
/
+8
2025-10-30
pinctrl: mpfs-iomux0: fix compile-time constant warning for LLVM prior to 17
Conor Dooley
-18
/
+18
2025-10-29
pinctrl: stm32: fix hwspinlock resource leak in probe function
Haotian Zhang
-1
/
+1
2025-10-29
pinctrl: mcp23s08: init reg_defaults from HW at probe and switch cache type
Maksim Kiselev
-36
/
+4
2025-10-29
pinctrl-scmi: remove unused struct members
Dan Carpenter
-2
/
+0
2025-10-28
pinctrl: stm32: Support I/O synchronization parameters
Antonio Borneo
-0
/
+258
2025-10-28
pinctrl: stm32: Avoid keeping a bool value in a u32 variable
Antonio Borneo
-1
/
+1
2025-10-28
pinctrl: stm32: Drop useless spinlock save and restore
Antonio Borneo
-25
/
+0
[prev]
[next]