summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-09-29pinctrl: Ingenic: Add I2S pins support for Ingenic SoCs.周琰杰 (Zhou Yanjie)1-0/+70
2020-09-29pinctrl: Ingenic: Correct the pullup and pulldown parameters of JZ4780.周琰杰 (Zhou Yanjie)1-2/+10
2020-09-29pinctrl: Ingenic: Add SSI pins support for JZ4770 and JZ4780.周琰杰 (Zhou Yanjie)1-0/+267
2020-09-29pinctrl: aspeed-g6: Add bias controls for 1.8V GPIO banksAndrew Jeffery1-0/+17
2020-09-29pinctrl: aspeed: Use the right pinconf maskAndrew Jeffery1-1/+1
2020-09-29pinctrl: aspeed: Format pinconf debug consistent with pinmuxAndrew Jeffery1-3/+3
2020-09-29pinctrl: imx: Support building i.MX pinctrl core driver as moduleAnson Huang2-1/+7
2020-09-29pinctrl: imx: Support building SCU pinctrl core driver as moduleAnson Huang2-1/+6
2020-09-29pinctrl: imx: Use function callbacks for SCU related functionsAnson Huang5-39/+35
2020-09-27pinctrl: mediatek: Add MT8167 Pinctrl driverFabien Parent4-0/+1618
2020-09-22Merge tag 'intel-pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij5-134/+117
2020-09-22Merge tag 'renesas-pinctrl-for-v5.10-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij43-143/+296
2020-09-22pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede1-1/+13
2020-09-15pinctrl: renesas: Reintroduce SH_PFC for common sh-pfc codeGeert Uytterhoeven2-10/+42
2020-09-15pinctrl: Rename sh-pfc to renesasGeert Uytterhoeven43-11/+11
2020-09-15pinctrl: rzn1: Do not select GENERIC_PIN{CTRL_GROUPS,MUX_FUNCTIONS}Geert Uytterhoeven1-2/+0
2020-09-15pinctrl: rza1: Switch to using "output-enable"Geert Uytterhoeven1-1/+2
2020-09-15pinctrl: sh-pfc: Tidy up driver description titleKuninori Morimoto1-99/+99
2020-09-15pinctrl: sh-pfc: Align driver description titleKuninori Morimoto1-44/+44
2020-09-15pinctrl: sh-pfc: Collect Renesas related CONFIGs in one placeKuninori Morimoto7-44/+49
2020-09-15pinctrl: sh-pfc: Tidy up Emma Mobile EV2Kuninori Morimoto1-1/+1
2020-09-12pinctrl: devicetree: Keep deferring even on timeoutThierry Reding1-3/+2
2020-09-12pinctrl: mvebu: Fix i2c sda definition for 98DX3236Chris Packham1-1/+1
2020-09-12pinctrl: sx150x: Fix pinctrl enablement order bugMartin DEVERA1-6/+11
2020-09-12pinctrl: rockchip: depend on OFHeiko Stuebner1-0/+2
2020-09-12pinctrl: sunxi: add support for the Allwinner A100 pin controllerYangtao Li4-0/+825
2020-09-12pinctrl: visconti: Add Toshiba Visconti SoCs pinctrl supportNobuhiro Iwamatsu7-0/+775
2020-09-12pinctrl: actions: pinctrl-s900: Constify s900_padinfo[]Rikard Falkeborn1-1/+1
2020-09-12pinctrl: actions: pinctrl-s700: Constify s700_padinfo[]Rikard Falkeborn1-1/+1
2020-09-12pinctrl: actions: pinctrl-owl: Constify owl_pinctrl_ops and owl_pinmux_opsRikard Falkeborn1-2/+2
2020-09-12pinctrl: mcp23s08: Fix mcp23x17 precious rangeThomas Preston1-1/+1
2020-09-12pinctrl: mcp23s08: Fix mcp23x17_regmap initialiserThomas Preston1-11/+11
2020-09-07pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOsHans de Goede1-1/+13
2020-08-31pinctrl: sh-pfc: r8a7790: Add CAN pins, groups and functionsLad Prabhakar1-2/+110
2020-08-28pinctrl: mcp23s08: Improve error messaging in ->probe()Andy Shevchenko1-12/+11
2020-08-27pinctrl: mediatek: Add pinctrl driver for mt8192Zhiyong Tao4-0/+3692
2020-08-27pinctrl: actions: Add Actions S500 pinctrl driverCristian Ciocaltea3-0/+1734
2020-08-27pinctrl: qcom: Add msm8226 pinctrl driver.Bartosz Dudziak3-0/+640
2020-08-27pinctrl: armada-37xx: Add comment for pcie1_reset pin groupPali Rohár1-1/+1
2020-08-27pinctrl: nomadik: Fix pull direction debug infoAndrew Halaney1-10/+6
2020-08-20pinctrl: intel: Update header block to reflect direct dependenciesAndy Shevchenko1-1/+4
2020-08-20pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2-22/+7
2020-08-20pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()Andy Shevchenko2-24/+6
2020-08-18pinctrl: intel: Extract intel_pinctrl_get_soc_data() helper for wider useAndy Shevchenko2-6/+20
2020-08-18pinctrl: cherryview: Utilize temporary variable to hold device pointerAndy Shevchenko1-6/+5
2020-08-18pinctrl: cherryview: Switch to use struct intel_pinctrlAndy Shevchenko1-65/+39
2020-08-18pinctrl: cherryview: Move custom community members to separate data structAndy Shevchenko1-14/+31
2020-08-18pinctrl: cherryview: Drop stale commentAndy Shevchenko1-3/+0
2020-08-17pinctrl: sh-pfc: r8a7790: Add USB1 PWEN pin and groupLad Prabhakar1-1/+10
2020-08-09Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds75-1017/+5566