summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+13
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds145-513/+7922
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-210/+462
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski4-4/+4
2025-09-24pinctrl: use more common syntax for compound literalsBartosz Golaszewski5-5/+5
2025-09-23Merge tag 'apple-soc-drivers-6.18' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-0/+1
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Bartosz Golaszewski3-0/+227
2025-09-16pinctrl: Add MAX7360 pinctrl driverMathieu Dubois-Briand3-0/+227
2025-09-14pinctrl: apple: Add "apple,t8103-pinctrl" as compatibleJanne Grunau1-0/+1
2025-09-12pinctrl: Simplify printks with pOF formatKrzysztof Kozlowski2-10/+6
2025-09-12Merge tag 'renesas-pinctrl-for-v6.18-tag2' of git://git.kernel.org/pub/scm/li...Linus Walleij3-3/+25
2025-09-12Merge tag 'samsung-pinctrl-6.18' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij4-4/+63
2025-09-10pinctrl: qcom: Add SDM660 LPASS LPI TLMMRichard Acayan3-0/+171
2025-09-10pinctrl: qcom: lpass-lpi: Add ability to use custom pin offsetsNickolay Goppen2-2/+34
2025-09-09pinctrl: airoha: fix wrong MDIO function bitmaksChristian Marangi1-6/+9
2025-09-08pinctrl: airoha: fix wrong PHY LED mux value for LED1 GPIO46Christian Marangi1-8/+8
2025-09-08pinctrl: qcom: Add glymur pinctrl driverPankaj Patil3-0/+1788
2025-09-08pinctrl: qcom: sm8250: Add egpio supportSean Parker1-34/+47
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij35-79/+79
2025-09-08pinctrl: keembay: fix double free in keembay_build_functions()Dan Carpenter1-3/+1
2025-09-08pinctrl: spacemit: fix typo in PRI_TDI pin nameHendrik Hamerlinck1-1/+1
2025-09-08pinctrl: eswin: Fix regulator error check and Kconfig dependencyYulin Lu2-1/+3
2025-09-08pinctrl: bcm: Add STB family pin controller driverIvan T. Ivanov6-0/+1306
2025-09-08pinctrl: qcom: make the pinmuxing strictBartosz Golaszewski1-0/+1
2025-09-08pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functionsBartosz Golaszewski52-60/+60
2025-09-08pinctrl: qcom: add infrastructure for marking pin functions as GPIOsBartosz Golaszewski2-0/+6
2025-09-08pinctrl: allow to mark pin functions as requestable GPIOsBartosz Golaszewski2-3/+46
2025-09-08pinctrl: qcom: use generic pin function helpersBartosz Golaszewski2-30/+14
2025-09-08pinctrl: make struct pinfunction a pointer in struct function_descBartosz Golaszewski6-9/+19
2025-09-08pinctrl: constify pinmux_generic_get_function()Bartosz Golaszewski13-16/+16
2025-09-08pinctrl: keembay: use a dedicated structure for the pinfunction descriptionBartosz Golaszewski1-6/+11
2025-09-08pinctrl: keembay: release allocated memory in detach pathBartosz Golaszewski1-2/+5
2025-09-08pinctrl: imx: don't access the pin function radix tree directlyBartosz Golaszewski1-23/+18
2025-09-08pinctrl: mediatek: moore: replace struct function_desc with struct pinfunctionBartosz Golaszewski9-16/+11
2025-09-08pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()Bartosz Golaszewski1-26/+16
2025-09-08pinctrl: airoha: replace struct function_desc with struct pinfunctionBartosz Golaszewski1-10/+5
2025-09-08pinctrl: ingenic: use struct pinfunction instead of struct function_descBartosz Golaszewski1-25/+20
2025-09-08pinctrl: check the return value of pinmux_ops::get_function_name()Bartosz Golaszewski1-1/+1
2025-09-08pinctrl: ma35: Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-08pinctrl: armada-37xx: Use int type to store negative error codesQianfeng Rong1-2/+4
2025-09-08pinctrl: renesas: r8a779g0: Fix trivial typo in SoC type commentMarek Vasut1-1/+1
2025-09-08pinctrl: renesas: Use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-08pinctrl: renesas: rzg2l: Add suspend/resume support for Schmitt control regis...Biju Das1-1/+11
2025-09-08pinctrl: renesas: rzg2l: Fix OEN resumeBiju Das1-0/+11
2025-09-08Merge tag 'v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski3-5/+6
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-1/+1
2025-09-02pinctrl: samsung: Drop unused S3C24xx driver dataKrzysztof Kozlowski1-4/+0
2025-09-01pinctrl: samsung: Add ARTPEC-8 SoC specific configurationSeonGu Kang4-0/+63
2025-08-30Merge tag 'renesas-pinctrl-for-v6.18-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij4-106/+916