summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2020-10-14Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-501/+10422
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-0/+1
2020-10-12Merge tag 'irq-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+6
2020-10-07pinctrl: amd: Add missing pins to the pin group listShyam Sundar S K-1/+68
2020-10-07pinctrl: visconti: PINCTRL_TMPV7700 should depend on ARCH_VISCONTIGeert Uytterhoeven-2/+2
2020-10-07pinctrl: mediatek: Free eint data on failureEnric Balletbo i Serra-6/+18
2020-10-06pinctrl: qcom: Set IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flagMaulik Shah-1/+2
2020-10-06pinctrl: qcom: Use return value from irq_set_wake() callMaulik Shah-5/+3
2020-10-06pinctrl: qcom: Set IRQCHIP_SET_TYPE_MASKED and IRQCHIP_MASK_ON_SUSPEND flagsMaulik Shah-0/+2
2020-10-01pinctrl: single: fix debug output when #pinctrl-cells = 2Drew Fustini-1/+1
2020-10-01pinctrl: single: fix pinctrl_spec.args_count bounds checkDrew Fustini-1/+1
2020-10-01pinctrl: mediatek: check mtk_is_virt_gpio input parameterHanks Chen-0/+4
2020-10-01pinctrl: qcom: sm8250: correct sdc2_clkDmitry Baryshkov-1/+1
2020-09-30pinctrl: sunrisepoint: Modify COMMUNITY macros to be consistentAndy Shevchenko-33/+27
2020-09-30pinctrl: cannonlake: Modify COMMUNITY macros to be consistentAndy Shevchenko-11/+11
2020-09-30pinctrl: tigerlake: Fix register offsets for TGL-H variantAndy Shevchenko-17/+25
2020-09-30pinctrl: mediatek: use devm_platform_ioremap_resource_byname()Wang Xiaojun-26/+5
2020-09-30pinctrl: nuvoton: npcm7xx: Constify static ops structsRikard Falkeborn-3/+3
2020-09-29pinctrl: mediatek: mt7622: add antsel pins/groupsChuanhong Guo-0/+103
2020-09-29pinctrl: ocelot: simplify the return expression of ocelot_gpiochip_register()Qinglang Miao-6/+2
2020-09-29pinctrl: at91-pio4: add support for sama7g5 SoCEugen Hristev-0/+7
2020-09-29pinctrl: spear: simplify the return expression of tvc_connect()Qinglang Miao-7/+1
2020-09-29pinctrl: spear: simplify the return expression of spear310_pinctrl_probeLiu Shixin-7/+1
2020-09-29pinctrl: bcm: fix kconfig dependency warning when !GPIOLIBNecip Fazil Yildiran-0/+1
2020-09-29pinctrl: sprd: use module_platform_driver to simplify the codeLiu Shixin-12/+1
2020-09-29pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs.周琰杰 (Zhou Yanjie)-0/+70
2020-09-29pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780.周琰杰 (Zhou Yanjie)-2/+10
2020-09-29pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.周琰杰 (Zhou Yanjie)-0/+267
2020-09-29pinctrl: aspeed-g6: Add bias controls for 1.8V GPIO banksAndrew Jeffery-0/+17
2020-09-29pinctrl: aspeed: Use the right pinconf maskAndrew Jeffery-1/+1
2020-09-29pinctrl: aspeed: Format pinconf debug consistent with pinmuxAndrew Jeffery-3/+3
2020-09-29pinctrl: imx: Support building i.MX pinctrl core driver as moduleAnson Huang-1/+7
2020-09-29pinctrl: imx: Support building SCU pinctrl core driver as moduleAnson Huang-1/+6
2020-09-29pinctrl: imx: Use function callbacks for SCU related functionsAnson Huang-39/+35
2020-09-27pinctrl: mediatek: Add MT8167 Pinctrl driverFabien Parent-0/+1618
2020-09-21Merge tag 'intel-pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-134/+117
2020-09-21Merge tag 'renesas-pinctrl-for-v5.10-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij-143/+296
2020-09-21pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede-1/+13
2020-09-15pinctrl: renesas: Reintroduce SH_PFC for common sh-pfc codeGeert Uytterhoeven-10/+42
2020-09-15pinctrl: Rename sh-pfc to renesasGeert Uytterhoeven-11/+11
2020-09-15pinctrl: rzn1: Do not select GENERIC_PIN{CTRL_GROUPS,MUX_FUNCTIONS}Geert Uytterhoeven-2/+0
2020-09-15pinctrl: rza1: Switch to using "output-enable"Geert Uytterhoeven-1/+2
2020-09-15pinctrl: sh-pfc: Tidy up driver description titleKuninori Morimoto-99/+99
2020-09-15pinctrl: sh-pfc: Align driver description titleKuninori Morimoto-44/+44
2020-09-15pinctrl: sh-pfc: Collect Renesas related CONFIGs in one placeKuninori Morimoto-44/+49
2020-09-15pinctrl: sh-pfc: Tidy up Emma Mobile EV2Kuninori Morimoto-1/+1
2020-09-12pinctrl: devicetree: Keep deferring even on timeoutThierry Reding-3/+2
2020-09-12pinctrl: mvebu: Fix i2c sda definition for 98DX3236Chris Packham-1/+1
2020-09-12pinctrl: sx150x: Fix pinctrl enablement order bugMartin DEVERA-6/+11
2020-09-12pinctrl: rockchip: depend on OFHeiko Stuebner-0/+2