index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
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
2025-03-22
pinctrl: bcm281xx: Fix incorrect regmap max_registers value
Artur Weber
1
-1
/
+1
2025-02-21
pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
Andy Shevchenko
1
-1
/
+1
2025-02-17
pinctrl: samsung: fix fwnode refcount cleanup if platform_get_irq_optional() ...
Javier Carrasco
1
-1
/
+1
2025-02-08
pinctrl: amd: Take suspend type into consideration which pins are non-wake
Maciej S. Szmigiero
2
-10
/
+24
2025-02-08
pinctrl: stm32: Add check for clk_enable()
Mingwei Zheng
1
-38
/
+38
2025-02-08
of: remove internal arguments from of_property_for_each_u32()
Luca Ceresoli
2
-6
/
+2
2025-01-09
pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking
Evgenii Shatokhin
1
-0
/
+6
2024-12-14
pinctrl: qcom: spmi-mpp: Add PM8937 compatible
Barnabás Czémán
1
-0
/
+1
2024-12-14
pinctrl: qcom-pmic-gpio: add support for PM8937
Barnabás Czémán
1
-0
/
+2
2024-12-14
pinmux: Use sequential access to access desc->pinmux data
Mukesh Ojha
3
-77
/
+100
2024-12-14
pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
Esben Haabendal
1
-1
/
+1
2024-12-09
pinctrl: qcom: spmi: fix debugfs drive strength
Johan Hovold
1
-1
/
+1
2024-12-09
pinctrl: k210: Undef K210_PC_DEFAULT
zhang jiao
1
-1
/
+1
2024-12-09
pinctrl: zynqmp: drop excess struct member description
Bartosz Golaszewski
1
-1
/
+0
2024-10-22
pinctrl: apple: check devm_kasprintf() returned value
Ma Ke
1
-0
/
+3
2024-10-22
pinctrl: stm32: check devm_kasprintf() returned value
Ma Ke
1
-2
/
+7
2024-10-22
pinctrl: ocelot: fix system hang on level based interrupts
Sergey Matsievskiy
1
-4
/
+4
2024-10-04
pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function
Wang Jianzheng
1
-13
/
+29
2024-10-04
pinctrl: single: fix missing error code in pcs_probe()
Yang Yingliang
1
-1
/
+2
2024-10-04
pinctrl: ti: ti-iodelay: Fix some error handling paths
Christophe JAILLET
1
-31
/
+21
2024-10-04
pinctrl: ti: iodelay: Use scope based of_node_put() cleanups
Peng Fan
1
-28
/
+15
2024-10-04
pinctrl: Use device_get_match_data()
Rob Herring
19
-108
/
+59
2024-10-04
pinctrl: ti: ti-iodelay: Convert to platform remove callback returning void
Uwe Kleine-König
1
-6
/
+2
2024-09-30
pinctrl: at91: make it work with current gpiolib
Thomas Blocher
1
-1
/
+4
2024-09-18
pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
Mika Westerberg
1
-0
/
+1
2024-09-04
pinctrl: starfive: jh7110: Correct the level trigger configuration of iev reg...
Hal Feng
1
-2
/
+2
2024-09-04
pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
Nícolas F. R. A. Prado
1
-26
/
+29
2024-09-04
pinctrl: single: fix potential NULL dereference in pcs_get_function()
Ma Ke
1
-0
/
+2
2024-09-04
pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
Huang-Huang Bao
1
-1
/
+1
2024-08-03
pinctrl: renesas: r8a779g0: Fix TPU suffixes
Geert Uytterhoeven
1
-65
/
+63
2024-08-03
pinctrl: renesas: r8a779g0: Fix TCLK suffixes
Geert Uytterhoeven
1
-22
/
+22
2024-08-03
pinctrl: renesas: r8a779g0: FIX PWM suffixes
Geert Uytterhoeven
1
-40
/
+36
2024-08-03
pinctrl: renesas: r8a779g0: Fix IRQ suffixes
Geert Uytterhoeven
1
-18
/
+18
2024-08-03
pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
Geert Uytterhoeven
1
-98
/
+94
2024-08-03
pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
Geert Uytterhoeven
1
-106
/
+102
2024-08-03
pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
Geert Uytterhoeven
1
-10
/
+10
2024-08-03
pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
Geert Uytterhoeven
1
-13
/
+11
2024-08-03
pinctrl: freescale: mxs: Fix refcount of child
Peng Fan
1
-2
/
+2
2024-08-03
pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-5
/
+6
2024-08-03
pinctrl: ti: ti-iodelay: Drop if block with always false condition
Uwe Kleine-König
1
-3
/
+0
2024-08-03
pinctrl: single: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-3
/
+4
2024-08-03
pinctrl: core: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
1
-1
/
+11
2024-08-03
pinctrl: rockchip: update rk3308 iomux routes
Dmitry Yashin
1
-15
/
+2
2024-07-05
pinctrl: qcom: spmi-gpio: drop broken pm8008 support
Johan Hovold
1
-1
/
+0
2024-07-05
pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
Huang-Huang Bao
1
-1
/
+3
2024-07-05
pinctrl: rockchip: use dedicated pinctrl type for RK3328
Huang-Huang Bao
2
-1
/
+5
2024-07-05
pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
Huang-Huang Bao
1
-0
/
+51
2024-07-05
pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
Huang-Huang Bao
1
-7
/
+1
2024-07-05
pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
Hagar Hemdan
1
-1
/
+1
2024-06-12
pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs
Danila Tikhonov
1
-10
/
+10
[next]