summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2022-05-19Merge tag 'pinctrl-v5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+6
2022-05-14pinctrl: sunxi: f1c100s: Fix signal name comment for PA2 SPI pinAndre Przywara-1/+1
2022-05-14pinctrl: sunxi: fix f1c100s uart2 functionIotaHydrae-1/+1
2022-05-03Merge tag 'aspeed-v5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-9/+8
2022-05-01pinctrl: mediatek: mt8365: fix IES control pinsMattijs Korpershoek-1/+1
2022-05-01pinctrl: ocelot: Fix for lan966x alt modeHoratiu Vultur-1/+3
2022-04-24pinctrl: pistachio: fix use of irq_of_parse_and_map()Lv Ruyi-3/+3
2022-04-23pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requestedMarek Vasut-2/+17
2022-04-22pinctrl: rockchip: sort the rk3308_mux_recalced_data entriesLuca Ceresoli-14/+14
2022-04-22pinctrl: rockchip: fix RK3308 pinmux bitsLuca Ceresoli-15/+30
2022-04-22Merge tag 'samsung-pinctrl-fixes-5.18' of https://git.kernel.org/pub/scm/linu...Linus Walleij-8/+5
2022-04-21pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOIMarek Vasut-0/+4
2022-04-21pinctrl: Fix an error in pin-function table of SP7021Wells Lu-0/+8
2022-04-21pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski-7/+4
2022-04-21pinctrl: mediatek: moore: Fix build errorYueHaibing-0/+1
2022-04-18pinctrl: qcom: sm6350: fix order of UFS & SDC pinsLuca Weiss-8/+8
2022-04-13pinctrl: pinctrl-aspeed-g6: add FWQSPI function-groupJohnny Huang-2/+9
2022-04-13pinctrl: pinctrl-aspeed-g6: remove FWQSPID group in pinctrlJae Hyun Yoo-11/+3
2022-04-06pinctrl: alderlake: Fix register offsets for ADL-N variantAndy Shevchenko-20/+40
2022-04-04pinctrl: samsung: staticize fsd_pin_ctrlKrzysztof Kozlowski-1/+1
2022-03-28Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3913/+16367
2022-03-27pinctrl: mediatek: common-v1: fix semicolon.cocci warningskernel test robot-1/+1
2022-03-25pinctrl: nuvoton: wpcm450: Fix build error without OFZheng Bin-0/+1
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+10
2022-03-24pinctrl: qcom-pmic-gpio: Add support for pm8450Dmitry Baryshkov-0/+1
2022-03-24pinctrl: ingenic: Fix regmap on X series SoCsAidan MacDonald-1/+45
2022-03-24pinctrl: nuvoton: Fix return value check in wpcm450_gpio_register()Jialin Zhang-2/+3
2022-03-24pinctrl: nuvoton: wpcm450: off by one in wpcm450_gpio_register()Dan Carpenter-1/+1
2022-03-24pinctrl: nuvoton: wpcm450: select GENERIC_PINCTRL_GROUPSJonathan Neuschäfer-0/+1
2022-03-24pinctrl: nuvoton: Fix sparse warningLinus Walleij-3/+3
2022-03-24pinctrl: mediatek: mt8186: Account for probe refactoringLinus Walleij-6/+2
2022-03-23Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-21/+72
2022-03-17pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callbackAngeloGioacchino Del Regno-103/+71
2022-03-17pinctrl: mediatek: common-v1: Commonize spec_pupd callbackAngeloGioacchino Del Regno-75/+46
2022-03-17pinctrl: mediatek: common-v1: Use common probe functionAngeloGioacchino Del Regno-60/+15
2022-03-17pinctrl: mediatek: common-v1: Add common probe functionAngeloGioacchino Del Regno-0/+13
2022-03-17pinctrl: mediatek: paris: Unify probe function by using OF match dataAngeloGioacchino Del Regno-47/+19
2022-03-15pinctrl/rockchip: Add missing of_node_put() in rockchip_pinctrl_probeMiaoqian Lin-0/+2
2022-03-15pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probeMiaoqian Lin-1/+3
2022-03-15pinctrl: berlin: fix error return code of berlin_pinctrl_build_state()Meng Tang-0/+2
2022-03-15pinctrl: qcom: Introduce sc8280xp TLMM driverBjorn Andersson-0/+1963
2022-03-15pinctrl: microchip-sgpio: wait until output is actually setMichael Walle-1/+68
2022-03-15pinctrl: microchip-sgpio: return error in spgio_output_set()Michael Walle-8/+8
2022-03-15pinctrl: microchip-sgpio: use regmap_update_bits()Michael Walle-11/+4
2022-03-15pinctrl: microchip-sgpio: don't do RMW for interrupt ack registerMichael Walle-1/+8
2022-03-15pinctrl: microchip-sgpio: lock RMW accessMichael Walle-0/+15
2022-03-15pinctrl: ocelot: Fix interrupt parsingHoratiu Vultur-2/+2
2022-03-15pinctrl: imx: Reduce printk message level for empty nodesAlexander Stein-1/+1
2022-03-15pinctrl: zynq: use module_platform_driver to simplify the codeSrinivas Neeli-5/+2
2022-03-15pinctrl: qcom: cleanup commentsTom Rix-3/+3