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
2024-06-24
pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the file
Lad Prabhakar
-7
/
+7
2024-06-24
pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62)
Lad Prabhakar
-2
/
+2
2024-06-24
pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wide
Lad Prabhakar
-6
/
+6
2024-06-18
pinctrl: freescale: Select missing features
Linus Walleij
-0
/
+2
2024-06-17
pinctrl: nuvoton: ma35d1: Fix an IS_ERR() vs NULL check
Dan Carpenter
-2
/
+2
2024-06-17
pinctrl: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+14
2024-06-17
pinctrl: zynqmp: Support muxing individual pins
Sean Anderson
-29
/
+54
2024-06-17
pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set
Huang-Huang Bao
-1
/
+3
2024-06-17
pinctrl: rockchip: use dedicated pinctrl type for RK3328
Huang-Huang Bao
-1
/
+5
2024-06-17
pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins
Huang-Huang Bao
-0
/
+51
2024-06-17
pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins
Huang-Huang Bao
-7
/
+1
2024-06-17
pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
-5
/
+6
2024-06-17
pinctrl: single: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
-3
/
+4
2024-06-17
pinctrl: core: fix possible memory leak when pinctrl_enable() fails
Yang Yingliang
-1
/
+11
2024-06-17
pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER
Hagar Hemdan
-1
/
+1
2024-06-17
pinctrl: bcm2835: Use string_choices API instead of ternary operator
Stefan Wahren
-2
/
+3
2024-06-17
pinctrl: bcm2835: Fix permissions of persist_gpio_outputs
Stefan Wahren
-1
/
+1
2024-06-17
pinctrl: tps6594: add missing support for LP8764 PMIC
Thomas Richard
-0
/
+1
2024-06-17
Merge tag 'renesas-pinctrl-for-v6.11-tag1' of git://git.kernel.org/pub/scm/li...
Linus Walleij
-217
/
+619
2024-06-17
pinctrl: keembay: Fix func conversion in keembay_build_functions()
Nathan Chancellor
-1
/
+1
2024-06-17
pinctrl: imx: support SCMI pinctrl protocol for i.MX95
Peng Fan
-0
/
+367
2024-06-17
pinctrl: scmi: add blocklist
Peng Fan
-0
/
+9
2024-06-17
pinctrl: qcom: sdm670: add pdc wakeirq map
Richard Acayan
-0
/
+19
2024-06-17
pinctrl: cy8c95x0: Use REGCACHE_MAPLE
Patrick Rudolph
-1
/
+1
2024-06-17
pinctrl: cy8c95x0: Use regmap ranges
Patrick Rudolph
-126
/
+53
2024-06-17
pinctrl: cy8c95x0: Use single I2C lock
Patrick Rudolph
-15
/
+17
2024-06-17
pinctrl: pinmux: Remove unused members from struct function_desc
Andy Shevchenko
-9
/
+0
2024-06-17
pinctrl: mediatek: moore: Convert to use func member
Andy Shevchenko
-8
/
+6
2024-06-17
pinctrl: keembay: Convert to use func member
Andy Shevchenko
-11
/
+11
2024-06-17
pinctrl: ingenic: Convert to use func member
Andy Shevchenko
-9
/
+7
2024-06-17
pinctrl: imx: Convert to use func member
Andy Shevchenko
-7
/
+7
2024-06-17
pinctrl: pinmux: Embed struct pinfunction into struct function_desc
Andy Shevchenko
-6
/
+9
2024-06-17
pinctrl: pinmux: Add a convenient define PINCTRL_FUNCTION_DESC()
Andy Shevchenko
-8
/
+14
2024-06-17
pinctrl: mediatek: moore: Provide a helper macro PINCTRL_PIN_FUNCTION()
Andy Shevchenko
-76
/
+84
2024-06-17
pinctrl: ingenic: Provide a helper macro INGENIC_PIN_FUNCTION()
Andy Shevchenko
-345
/
+352
2024-06-17
pinctrl: equilibrium: Make use of struct pinfunction
Andy Shevchenko
-23
/
+13
2024-06-17
pinctrl: berlin: Make use of struct pinfunction
Andy Shevchenko
-18
/
+9
2024-06-17
pinctrl: rockchip: update rk3308 iomux routes
Dmitry Yashin
-15
/
+2
2024-06-17
pinctrl: pinctrl-zynqmp: Use pin numbers stored in pin descriptor
Swati Agarwal
-1
/
+1
2024-06-17
pinctrl: ralink: mt76x8: fix pinmux function
Weihao Li
-61
/
+27
2024-06-17
pinctrl: pinctrl-tps6594: make tps65224_muxval_remap and tps6594_muxval_remap...
Nirmala Devi Mal Nadar
-2
/
+2
2024-06-17
pinctrl: qcom: spmi: Add PMC8380
Konrad Dybcio
-0
/
+1
2024-06-17
pinctrl: core: reset gpio_device in loop in pinctrl_pins_show()
Léo DUBOIN
-0
/
+1
2024-06-17
pinctrl: core: take into account the pins array in pinctrl_pins_show()
Léo DUBOIN
-4
/
+13
2024-06-17
pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver
Jacky Huang
-0
/
+3059
2024-06-17
pinctrl: st: Use scope based of_node_put() cleanups
Peng Fan
-26
/
+11
2024-06-17
pinctrl: stm32: Use scope based of_node_put() cleanups
Peng Fan
-3
/
+1
2024-06-17
pinctrl: imx: Add pinctrl driver support for i.MX91
Peng Fan
-0
/
+279
2024-06-17
pinctrl: qcom: spmi-gpio: drop broken pm8008 support
Johan Hovold
-1
/
+0
2024-06-11
pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC
Lad Prabhakar
-3
/
+371
[prev]
[next]