summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-06-29Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown
2023-06-21Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2023-06-19pinctrl: cherryview: Drop goto labelAndy Shevchenko
2023-06-19pinctrl: baytrail: invert if conditionRaag Jadav
2023-06-19pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureRaag Jadav
2023-06-19pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookRaag Jadav
2023-06-19pinctrl: tegra: avoid duplicate field initializersArnd Bergmann
2023-06-19pinctrl: mlxbf3: remove broken Kconfig 'select'Arnd Bergmann
2023-06-16pinctrl: spear: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-06-16pinctrl: lantiq: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-06-16pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea
2023-06-16pinctrl: microchip-sgpio: check return value of devm_kasprintf()Claudiu Beznea
2023-06-16pinctrl: freescale: Fix a memory out of bounds when num_configs is 1Xiaolei Wang
2023-06-15pinctrl: intel: refine ->irq_set_type() hookRaag Jadav
2023-06-14pinctrl: intel: refine ->set_mux() hookRaag Jadav
2023-06-12pinctrl: amd: Use pm_pr_dbg to show debugging messagesMario Limonciello
2023-06-12pinctrl: baytrail: Use str_hi_lo() helperAndy Shevchenko
2023-06-09pinctrl: npcm7xx: Add missing check for ioremapJiasheng Jiang
2023-06-09pinctrl:sunplus: Add check for kmallocWells Lu
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsLu Hongfei
2023-06-09pinctrl: Relax user input size in pinmux_select()Andy Shevchenko
2023-06-09pinctrl: Duplicate user memory in one go in pinmux_select()Andy Shevchenko
2023-06-09pinctrl: tegra: Add Tegra234 pinmux driverPrathamesh Shete
2023-06-09pinctrl: qcom: organize audio drivers in menuconfigKrzysztof Kozlowski
2023-06-09pinctrl: qcom: organize main SoC drivers in new Kconfig.msmKrzysztof Kozlowski
2023-06-09pinctrl: qcom: allow true compile testingKrzysztof Kozlowski
2023-06-09pinctrl: qcom: mark true OF dependency - common MSM pinctrl codeKrzysztof Kozlowski
2023-06-09pinctrl: qcom: drop unneeded GPIOLIB dependencyKrzysztof Kozlowski
2023-06-09pinctrl: qcom: correct language typo (Technologies)Krzysztof Kozlowski
2023-06-09pinctrl: qcom: fix indentation in KconfigKrzysztof Kozlowski
2023-06-09pinctrl: qcom: qdf2xxx: drop ACPI_PTRKrzysztof Kozlowski
2023-06-09pinctrl: qcom: Add IPQ5018 pinctrl driverSricharan Ramabadhran
2023-06-08pinctrl: stm32: add stm32mp257 pinctrl supportAlexandre Torgue
2023-06-07pinctrl: intel: Add Intel Meteor Lake-S pin controller supportAndy Shevchenko
2023-06-06pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko
2023-06-06pinctrl: moorefield: Fix open-drain pin mode configurationAndy Shevchenko
2023-06-06pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Andy Shevchenko
2023-06-06pinctrl: merrifield: Fix open-drain pin mode configurationAndy Shevchenko
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko
2023-06-02pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQAndy Shevchenko
2023-06-02pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitionsAndy Shevchenko
2023-06-02pinctrl: baytrail: Unify style of error and debug messagesAndy Shevchenko
2023-06-02pinctrl: s32: separate const device data from struct s32_pinctrl_soc_infoChester Lin
2023-06-01pinctrl: tegra: Consistently refer to SoC dataThierry Reding
2023-06-01pinctrl: tegra: Duplicate pinmux functions tableThierry Reding
2023-05-30pinctrl: sunplus: Add check for kmallocWells Lu