index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
pinctrl: stm32: Manage irq affinity settings
Cheick Traore
1
-0
/
+1
10 days
pinmux: fix race causing mux_owner NULL with active mux_usecount
Mukesh Ojha
1
-11
/
+9
10 days
pinctrl: canaan: k230: Fix order of DT parse and pinctrl register
Ze Huang
1
-2
/
+5
10 days
pinctrl: canaan: k230: add NULL check in DT parse
Ze Huang
1
-1
/
+5
10 days
pinctrl: berlin: fix memory leak in berlin_pinctrl_build_state()
Yuan Chen
1
-2
/
+6
10 days
pinctrl: sunxi: Fix memory leak on krealloc failure
Yuan Chen
1
-3
/
+8
2025-07-17
pinctrl: qcom: msm: mark certain pins as invalid for interrupts
Bartosz Golaszewski
1
-0
/
+20
2025-07-17
pinctrl: nuvoton: Fix boot on ma35dx platforms
Miquel Raynal
1
-2
/
+8
2025-07-17
pinctrl: amd: Clear GPIO debounce for suspend
Mario Limonciello
1
-0
/
+11
2025-06-27
pinctrl: mcp23s08: Reset all pins to input at probe
Mike Looijmans
1
-0
/
+8
2025-06-27
pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get()
Gabor Juhos
1
-1
/
+4
2025-06-27
pinctrl: armada-37xx: propagate error from armada_37xx_pmx_gpio_set_direction()
Gabor Juhos
1
-3
/
+4
2025-06-27
pinctrl: armada-37xx: propagate error from armada_37xx_gpio_get_direction()
Gabor Juhos
1
-1
/
+4
2025-06-27
pinctrl: armada-37xx: propagate error from armada_37xx_pmx_set_by_name()
Gabor Juhos
1
-3
/
+1
2025-06-19
pinctrl: sunxi: dt: Consider pin base when calculating bank number from pin
Chen-Yu Tsai
1
-4
/
+4
2025-06-19
pinctrl: qcom: pinctrl-qcm2290: Add missing pins
Wojciech Slenska
1
-0
/
+9
2025-06-19
pinctrl: samsung: add gs101 specific eint suspend/resume callbacks
Peter Griffin
3
-12
/
+85
2025-06-19
pinctrl: samsung: add dedicated SoC eint suspend/resume callbacks
Peter Griffin
3
-85
/
+97
2025-06-19
pinctrl: samsung: refactor drvdata suspend & resume callbacks
Peter Griffin
4
-80
/
+42
2025-06-19
pinctrl: mediatek: Fix the invalid conditions
Hao Chang
3
-5
/
+8
2025-06-19
pinctrl: at91: Fix possible out-of-boundary access
Andy Shevchenko
1
-1
/
+5
2025-06-19
pinctrl: qcom: correct the ngpios entry for QCS8300
Lijuan Gao
1
-1
/
+1
2025-06-19
pinctrl: qcom: correct the ngpios entry for QCS615
Lijuan Gao
1
-1
/
+1
2025-06-19
pinctrl: qcom: tlmm-test: Fix potential null dereference in tlmm kunit test
Charles Han
1
-0
/
+1
2025-06-10
pinctrl: mediatek: eint: Fix invalid pointer dereference for v1 platforms
NĂcolas F. R. A. Prado
4
-19
/
+16
2025-06-10
pinctrl: armada-37xx: set GPIO output value before setting direction
Gabor Juhos
1
-8
/
+7
2025-06-10
pinctrl: armada-37xx: use correct OUTPUT_VAL register for GPIOs > 31
Gabor Juhos
1
-0
/
+3
2025-05-20
pinctrl: qcom: switch to devm_register_sys_off_handler()
Dmitry Baryshkov
1
-11
/
+12
2025-04-29
pinctrl: qcom: Fix PINGROUP definition for sm8750
Maulik Shah
1
-1
/
+3
2025-04-23
pinctrl: mediatek: common-v1: Fix error checking in mtk_eint_init()
Dan Carpenter
1
-3
/
+3
2025-04-23
pinctrl: mediatek: Fix new design debounce issue
Hao Chang
1
-1
/
+1
2025-04-17
pinctrl: mediatek: common-v1: Fix EINT breakage on older controllers
Chen-Yu Tsai
1
-1
/
+7
2025-04-15
pinctrl: airoha: fix wrong PHY LED mapping and PHY2 LED defines
Christian Marangi
1
-89
/
+70
2025-04-15
pinctrl: meson: define the pull up/down resistor value as 60 kOhm
Martin Blumenstingl
1
-1
/
+1
2025-04-15
pinctrl: imx: Return NULL if no group is matched and found
Hui Wang
1
-3
/
+3
2025-03-29
Merge tag 'pinctrl-v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
77
-1174
/
+7656
2025-03-24
pinctrl: mediatek: Add EINT support for multiple addresses
Hao Chang
5
-127
/
+254
2025-03-22
pinctrl: amlogic-a4: Drop surplus semicolon
Linus Walleij
1
-1
/
+1
2025-03-20
pinctrl: nuvoton: Reduce use of OF-specific APIs
Andy Shevchenko
4
-34
/
+21
2025-03-20
pinctrl: nuvoton: Convert to use struct group_desc
Andy Shevchenko
1
-37
/
+33
2025-03-20
pinctrl: nuvoton: Make use of struct pinfunction and PINCTRL_PINFUNCTION()
Andy Shevchenko
4
-35
/
+17
2025-03-20
pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
Andy Shevchenko
2
-28
/
+4
2025-03-20
pinctrl: npcm8xx: Fix incorrect struct npcm8xx_pincfg assignment
Andy Shevchenko
1
-2
/
+4
2025-03-20
pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
Dan Carpenter
1
-1
/
+1
2025-03-18
pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISP
Geert Uytterhoeven
1
-0
/
+1
2025-03-18
pinctrl: spacemit: PINCTRL_SPACEMIT_K1 should not default to y unconditionally
Geert Uytterhoeven
1
-1
/
+1
2025-03-18
Merge tag 'samsung-pinctrl-6.15' of https://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
4
-49
/
+408
2025-03-17
pinctrl: qcom: sa8775p: Enable egpio function
Wasim Nazir
1
-24
/
+34
2025-03-17
pinctrl: qcom: tlmm-test: Validate irq_enable delivers edge irqs
Bjorn Andersson
1
-0
/
+37
2025-03-17
pinctrl: qcom: Clear latched interrupt status when changing IRQ type
Stephan Gerhold
1
-6
/
+6
[next]