summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds94-7231/+10986
2023-06-30Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds4-0/+2591
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2-22/+169
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki1-3/+3
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown1-0/+1
2023-06-21Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij6-105/+323
2023-06-19pinctrl: cherryview: Drop goto labelAndy Shevchenko1-4/+5
2023-06-19pinctrl: baytrail: invert if conditionRaag Jadav1-3/+1
2023-06-19pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureRaag Jadav1-0/+8
2023-06-19pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookRaag Jadav1-10/+10
2023-06-19pinctrl: tegra: avoid duplicate field initializersArnd Bergmann1-1/+0
2023-06-19pinctrl: mlxbf3: remove broken Kconfig 'select'Arnd Bergmann1-1/+0
2023-06-16pinctrl: spear: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2023-06-16pinctrl: lantiq: Remove unused of_gpio.h inclusionAndy Shevchenko2-2/+1
2023-06-16pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea1-0/+2
2023-06-16pinctrl: microchip-sgpio: check return value of devm_kasprintf()Claudiu Beznea1-0/+3
2023-06-16pinctrl: freescale: Fix a memory out of bounds when num_configs is 1Xiaolei Wang1-1/+2
2023-06-15pinctrl: intel: refine ->irq_set_type() hookRaag Jadav1-21/+24
2023-06-14pinctrl: intel: refine ->set_mux() hookRaag Jadav1-4/+5
2023-06-12pinctrl: amd: Use pm_pr_dbg to show debugging messagesMario Limonciello1-3/+3
2023-06-12pinctrl: baytrail: Use str_hi_lo() helperAndy Shevchenko1-1/+2
2023-06-09pinctrl: npcm7xx: Add missing check for ioremapJiasheng Jiang1-0/+2
2023-06-09pinctrl:sunplus: Add check for kmallocWells Lu1-2/+1
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsLu Hongfei1-3/+9
2023-06-09pinctrl: Relax user input size in pinmux_select()Andy Shevchenko1-4/+0
2023-06-09pinctrl: Duplicate user memory in one go in pinmux_select()Andy Shevchenko1-8/+3
2023-06-09pinctrl: tegra: Add Tegra234 pinmux driverPrathamesh Shete3-0/+1966
2023-06-09pinctrl: qcom: organize audio drivers in menuconfigKrzysztof Kozlowski1-12/+12
2023-06-09pinctrl: qcom: organize main SoC drivers in new Kconfig.msmKrzysztof Kozlowski2-412/+370
2023-06-09pinctrl: qcom: allow true compile testingKrzysztof Kozlowski1-1/+1
2023-06-09pinctrl: qcom: mark true OF dependency - common MSM pinctrl codeKrzysztof Kozlowski1-41/+2
2023-06-09pinctrl: qcom: drop unneeded GPIOLIB dependencyKrzysztof Kozlowski1-14/+8
2023-06-09pinctrl: qcom: correct language typo (Technologies)Krzysztof Kozlowski1-1/+1
2023-06-09pinctrl: qcom: fix indentation in KconfigKrzysztof Kozlowski1-2/+2
2023-06-09pinctrl: qcom: qdf2xxx: drop ACPI_PTRKrzysztof Kozlowski1-1/+1
2023-06-09pinctrl: qcom: Add IPQ5018 pinctrl driverSricharan Ramabadhran3-0/+795
2023-06-08pinctrl: stm32: add stm32mp257 pinctrl supportAlexandre Torgue4-0/+2591
2023-06-07pinctrl: intel: Add Intel Meteor Lake-S pin controller supportAndy Shevchenko1-6/+206
2023-06-06pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko1-1/+1
2023-06-06pinctrl: moorefield: Fix open-drain pin mode configurationAndy Shevchenko1-2/+12
2023-06-06pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko1-1/+1
2023-06-06pinctrl: merrifield: Fix open-drain pin mode configurationAndy Shevchenko1-2/+12
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko1-5/+10
2023-06-02pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQAndy Shevchenko1-1/+1
2023-06-02pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitionsAndy Shevchenko1-3/+2
2023-06-02pinctrl: baytrail: Unify style of error and debug messagesAndy Shevchenko1-41/+23
2023-06-02pinctrl: s32: separate const device data from struct s32_pinctrl_soc_infoChester Lin3-26/+32
2023-06-01pinctrl: tegra: Consistently refer to SoC dataThierry Reding1-7/+6
2023-06-01pinctrl: tegra: Duplicate pinmux functions tableThierry Reding8-35/+25
2023-05-30pinctrl: sunplus: Add check for kmallocWells Lu1-6/+18