summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij-79/+79
2025-09-08pinctrl: keembay: fix double free in keembay_build_functions()Dan Carpenter-3/+1
2025-09-08pinctrl: spacemit: fix typo in PRI_TDI pin nameHendrik Hamerlinck-1/+1
2025-09-08pinctrl: eswin: Fix regulator error check and Kconfig dependencyYulin Lu-1/+3
2025-09-08pinctrl: bcm: Add STB family pin controller driverIvan T. Ivanov-0/+1306
2025-09-08pinctrl: qcom: make the pinmuxing strictBartosz Golaszewski-0/+1
2025-09-08pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functionsBartosz Golaszewski-60/+60
2025-09-08pinctrl: qcom: add infrastructure for marking pin functions as GPIOsBartosz Golaszewski-0/+6
2025-09-08pinctrl: allow to mark pin functions as requestable GPIOsBartosz Golaszewski-3/+46
2025-09-08pinctrl: qcom: use generic pin function helpersBartosz Golaszewski-30/+14
2025-09-08pinctrl: make struct pinfunction a pointer in struct function_descBartosz Golaszewski-9/+19
2025-09-08pinctrl: constify pinmux_generic_get_function()Bartosz Golaszewski-16/+16
2025-09-08pinctrl: keembay: use a dedicated structure for the pinfunction descriptionBartosz Golaszewski-6/+11
2025-09-08pinctrl: keembay: release allocated memory in detach pathBartosz Golaszewski-2/+5
2025-09-08pinctrl: imx: don't access the pin function radix tree directlyBartosz Golaszewski-23/+18
2025-09-08pinctrl: mediatek: moore: replace struct function_desc with struct pinfunctionBartosz Golaszewski-16/+11
2025-09-08pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()Bartosz Golaszewski-26/+16
2025-09-08pinctrl: airoha: replace struct function_desc with struct pinfunctionBartosz Golaszewski-10/+5
2025-09-08pinctrl: ingenic: use struct pinfunction instead of struct function_descBartosz Golaszewski-25/+20
2025-09-08pinctrl: check the return value of pinmux_ops::get_function_name()Bartosz Golaszewski-1/+1
2025-09-08pinctrl: ma35: Use int type to store negative error codesQianfeng Rong-1/+2
2025-09-08pinctrl: armada-37xx: Use int type to store negative error codesQianfeng Rong-2/+4
2025-09-08pinctrl: renesas: r8a779g0: Fix trivial typo in SoC type commentMarek Vasut-1/+1
2025-09-08pinctrl: renesas: Use int type to store negative error codesQianfeng Rong-1/+2
2025-09-08pinctrl: renesas: rzg2l: Add suspend/resume support for Schmitt control regis...Biju Das-1/+11
2025-09-08pinctrl: renesas: rzg2l: Fix OEN resumeBiju Das-0/+11
2025-09-08Merge tag 'v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski-5/+6
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski-1/+1
2025-09-02pinctrl: samsung: Drop unused S3C24xx driver dataKrzysztof Kozlowski-4/+0
2025-09-01pinctrl: samsung: Add ARTPEC-8 SoC specific configurationSeonGu Kang-0/+63
2025-08-30Merge tag 'renesas-pinctrl-for-v6.18-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij-106/+916
2025-08-29drivers: firmware: xilinx: Switch to new family code in zynqmp_pm_get_family_...Jay Buddhabhatti-4/+3
2025-08-28pinctrl: meson-gxl: add missing i2c_d pinmuxDa Xue-0/+10
2025-08-27pinctrl: Add pinctrl_pm_select_init_state helper functionChristian Bruel-0/+13
2025-08-22pinctrl: airoha: Fix return value in pinconf callbacksLorenzo Bianconi-4/+4
2025-08-22pinctrl: amd: Don't access irq_data's hwirq member directlyMario Limonciello (AMD)-17/+23
2025-08-22pinctrl: STMFX: add missing HAS_IOMEM dependencyRandy Dunlap-0/+1
2025-08-22pinctrl: amd: Add PM debugging message for turning on/off wakesMario Limonciello (AMD)-0/+3
2025-08-21pinctrl: sunxi: use kcalloc() instead of kzalloc()Qianfeng Rong-2/+2
2025-08-21pinctrl: qcom: sc8180x: use kcalloc() instead of kzalloc()Qianfeng Rong-1/+1
2025-08-21pinctrl: pinctrl-zynqmp: use kcalloc() instead of kzalloc()Qianfeng Rong-1/+1
2025-08-21pinctrl: microchip-sgpio: use kcalloc() instead of kzalloc()Qianfeng Rong-1/+1
2025-08-20pinctrl: stm32: Constify static 'pinctrl_desc'Krzysztof Kozlowski-1/+1
2025-08-20pinctrl: renesas: rzt2h: Add support for RZ/N2HLad Prabhakar-0/+17
2025-08-20pinctrl: renesas: Add support for RZ/T2HThierry Bultel-0/+810
2025-08-19pinctrl: sx150x: Make the driver tristateFange Zhang-1/+5
2025-08-19pinctrl: meson-g12a: add GPIOC_7 pcie_clkreqn pinmuxDa Xue-0/+8
2025-08-19pinctrl: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang-3/+0
2025-08-19pinctrl: equilibrium: Remove redundant semicolonsLiao Yuanhong-1/+1
2025-08-19pinctrl: tegra: Add Tegra186 pinmux driverAaron Kling-0/+1984