summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2023-07-13Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/s...Linus Walleij-16/+40
2023-07-13pinctrl: amd: Unify debounce handling into amd_pinconf_set()Mario Limonciello-16/+5
2023-07-13pinctrl: amd: Drop pull up select configurationMario Limonciello-13/+4
2023-07-13pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello-13/+15
2023-07-13pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello-3/+5
2023-07-10pinctrl: renesas: rzg2l: Handle non-unique subnode namesBiju Das-8/+20
2023-07-10pinctrl: renesas: rzv2m: Handle non-unique subnode namesGeert Uytterhoeven-8/+20
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-7231/+10986
2023-06-29Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-0/+2591
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-22/+169
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki-3/+3
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown-0/+1
2023-06-21Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-105/+323
2023-06-19pinctrl: cherryview: Drop goto labelAndy Shevchenko-4/+5
2023-06-19pinctrl: baytrail: invert if conditionRaag Jadav-3/+1
2023-06-19pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureRaag Jadav-0/+8
2023-06-19pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookRaag Jadav-10/+10
2023-06-19pinctrl: tegra: avoid duplicate field initializersArnd Bergmann-1/+0
2023-06-19pinctrl: mlxbf3: remove broken Kconfig 'select'Arnd Bergmann-1/+0
2023-06-16pinctrl: spear: Remove unused of_gpio.h inclusionAndy Shevchenko-1/+0
2023-06-16pinctrl: lantiq: Remove unused of_gpio.h inclusionAndy Shevchenko-2/+1
2023-06-16pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea-0/+2
2023-06-16pinctrl: microchip-sgpio: check return value of devm_kasprintf()Claudiu Beznea-0/+3
2023-06-16pinctrl: freescale: Fix a memory out of bounds when num_configs is 1Xiaolei Wang-1/+2
2023-06-15pinctrl: intel: refine ->irq_set_type() hookRaag Jadav-21/+24
2023-06-14pinctrl: intel: refine ->set_mux() hookRaag Jadav-4/+5
2023-06-12pinctrl: amd: Use pm_pr_dbg to show debugging messagesMario Limonciello-3/+3
2023-06-12pinctrl: baytrail: Use str_hi_lo() helperAndy Shevchenko-1/+2
2023-06-09pinctrl: npcm7xx: Add missing check for ioremapJiasheng Jiang-0/+2
2023-06-09pinctrl:sunplus: Add check for kmallocWells Lu-2/+1
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsLu Hongfei-3/+9
2023-06-09pinctrl: Relax user input size in pinmux_select()Andy Shevchenko-4/+0
2023-06-09pinctrl: Duplicate user memory in one go in pinmux_select()Andy Shevchenko-8/+3
2023-06-09pinctrl: tegra: Add Tegra234 pinmux driverPrathamesh Shete-0/+1966
2023-06-09pinctrl: qcom: organize audio drivers in menuconfigKrzysztof Kozlowski-12/+12
2023-06-09pinctrl: qcom: organize main SoC drivers in new Kconfig.msmKrzysztof Kozlowski-412/+370
2023-06-09pinctrl: qcom: allow true compile testingKrzysztof Kozlowski-1/+1
2023-06-09pinctrl: qcom: mark true OF dependency - common MSM pinctrl codeKrzysztof Kozlowski-41/+2
2023-06-09pinctrl: qcom: drop unneeded GPIOLIB dependencyKrzysztof Kozlowski-14/+8
2023-06-09pinctrl: qcom: correct language typo (Technologies)Krzysztof Kozlowski-1/+1
2023-06-09pinctrl: qcom: fix indentation in KconfigKrzysztof Kozlowski-2/+2
2023-06-09pinctrl: qcom: qdf2xxx: drop ACPI_PTRKrzysztof Kozlowski-1/+1
2023-06-09pinctrl: qcom: Add IPQ5018 pinctrl driverSricharan Ramabadhran-0/+795
2023-06-08pinctrl: stm32: add stm32mp257 pinctrl supportAlexandre Torgue-0/+2591
2023-06-07pinctrl: intel: Add Intel Meteor Lake-S pin controller supportAndy Shevchenko-6/+206
2023-06-06pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko-1/+1
2023-06-06pinctrl: moorefield: Fix open-drain pin mode configurationAndy Shevchenko-2/+12
2023-06-06pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko-1/+1
2023-06-06pinctrl: merrifield: Fix open-drain pin mode configurationAndy Shevchenko-2/+12
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko-5/+10