aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-16pinctrl: mcp23s08: Refactor mcp23s08_spi_regmap_init()Andy Shevchenko1-33/+28
2020-04-16pinctrl: mcp23s08: Drop unused parameter in mcp23s08_probe_one()Andy Shevchenko1-3/+3
2020-04-16pinctrl: mcp23s08: Consolidate SPI and I²C codeAndy Shevchenko1-228/+233
2020-04-16pinctrl: mcp23s08: Deduplicate IRQ chip fillingAndy Shevchenko1-13/+7
2020-04-16pinctrl: mcp23s08: Get rid of legacy platform dataAndy Shevchenko1-30/+12
2020-04-16pinctrl: imx: Add imx8dxl driverAnson Huang3-0/+201
2020-04-16pinctrl: qcom: fix wrong write in update_dual_edgeAnsuel Smith1-1/+1
2020-04-16pinctrl: actions: fix function group name for i2c0_groupAmit Singh Tomar1-1/+1
2020-04-16pinctrl: sunxi: handle probe defferalCorentin Labbe1-2/+5
2020-04-16pinctrl: mediatek: remove shadow variable declarationLight Hsieh1-2/+0
2020-04-16pinctrl: mediatek: make MediaTek MT6765 pinctrl ready for buiding loadable moduleLight Hsieh2-1/+5
2020-04-16pinctrl: mediatek: make MediaTek pinctrl v2 driver ready for buidling loadable moduleLight Hsieh5-4/+51
2020-04-16pinctrl: nomadik:remove unneeded variableDing Xiang1-3/+1
2020-04-15pinctrl: baytrail: Use platform_get_irq_optional() explicitlyAndy Shevchenko1-5/+4
2020-04-14pinctrl: intel: Add Intel Jasper Lake pin controller supportAndy Shevchenko3-0/+353
2020-04-14pinctrl: intel: Introduce new flag to force GPIO base to be 0Andy Shevchenko2-0/+5
2020-04-14pinctrl: tigerlake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-17/+15
2020-04-14pinctrl: icelake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-16/+14
2020-04-14pinctrl: cannonlake: Use generic flag for special GPIO base treatmentAndy Shevchenko1-30/+28
2020-04-14pinctrl: intel: Introduce common flags for GPIO mapping schemeAndy Shevchenko2-8/+25
2020-04-13pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko1-0/+1
2020-04-13pinctrl: cherryview: Use GENMASK() consistentlyAndy Shevchenko1-8/+8
2020-04-13pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko1-7/+8
2020-04-13pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)Andy Shevchenko1-165/+97
2020-04-13pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210Jonathan Bakker1-24/+49
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-5/+3
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds53-607/+2911
2020-04-02pinctrl: Unconditionally assign .request()/.free()Thierry Reding1-5/+2
2020-04-01gpio: export of_pinctrl_get to modulesStephen Rothwell1-0/+1
2020-03-31pinctrl: qcom: fix compilation errorAnsuel Smith1-1/+0
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+54
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+5
2020-03-28pinctrl: qcom: use scm_call to route GPIO irq to AppsAjay Kishore1-6/+37
2020-03-27pinctrl: sprd: Add pin high impedance mode supportLinhua Xu1-0/+12
2020-03-27pinctrl: sprd: Use the correct pin output configurationLinhua Xu1-3/+7
2020-03-27pinctrl: tegra: Add SFIO/GPIO programming on Tegra194Thierry Reding3-0/+51
2020-03-27pinctrl: tegra: Renumber the GG.0 and GG.1 pinsThierry Reding1-7/+4
2020-03-27pinctrl: tegra: Do not add default pin range on Tegra194Thierry Reding2-2/+1
2020-03-27pinctrl: tegra: Pass struct tegra_pmx for pin range checkThierry Reding1-3/+3
2020-03-27pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typoThierry Reding1-1/+1
2020-03-27pinctrl: tegra: Fix whitespace issues for improved readabilityThierry Reding1-16/+17
2020-03-27pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2020-03-26pinctrl: freescale: drop the dependency on ARM64 for i.MX8MPeng Fan1-4/+4
2020-03-26Revert "pinctrl: mvebu: armada-37xx: use use platform api"Linus Walleij1-9/+3
2020-03-24irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut1-4/+14
2020-03-12pinctrl: meson: add tsin pinctrl for meson gxbb/gxl/gxmIgor Vavro2-0/+62
2020-03-09pinctrl: qcom: Assign irq_eoi conditionallyLinus Walleij1-2/+1
2020-03-09pinctrl: falcon: fix syntax errorMathias Kresin1-1/+1
2020-03-09pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bugLinus Walleij1-1/+1
2020-03-08pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue1-2/+43