aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 94-7231/+10986
2023-06-29Merge tag 'soc-newsoc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 4-0/+2591
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 2-22/+169
2023-06-26Merge branches 'pm-sleep' and 'pm-domains'Gravatar Rafael J. Wysocki 1-3/+3
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCGravatar Mark Brown 1-0/+1
2023-06-21Merge tag 'intel-pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Walleij 6-105/+323
2023-06-19pinctrl: cherryview: Drop goto labelGravatar Andy Shevchenko 1-4/+5
2023-06-19pinctrl: baytrail: invert if conditionGravatar Raag Jadav 1-3/+1
2023-06-19pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failureGravatar Raag Jadav 1-0/+8
2023-06-19pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hookGravatar Raag Jadav 1-10/+10
2023-06-19pinctrl: tegra: avoid duplicate field initializersGravatar Arnd Bergmann 1-1/+0
2023-06-19pinctrl: mlxbf3: remove broken Kconfig 'select'Gravatar Arnd Bergmann 1-1/+0
2023-06-16pinctrl: spear: Remove unused of_gpio.h inclusionGravatar Andy Shevchenko 1-1/+0
2023-06-16pinctrl: lantiq: Remove unused of_gpio.h inclusionGravatar Andy Shevchenko 2-2/+1
2023-06-16pinctrl: at91-pio4: check return value of devm_kasprintf()Gravatar Claudiu Beznea 1-0/+2
2023-06-16pinctrl: microchip-sgpio: check return value of devm_kasprintf()Gravatar Claudiu Beznea 1-0/+3
2023-06-16pinctrl: freescale: Fix a memory out of bounds when num_configs is 1Gravatar Xiaolei Wang 1-1/+2
2023-06-15pinctrl: intel: refine ->irq_set_type() hookGravatar Raag Jadav 1-21/+24
2023-06-14pinctrl: intel: refine ->set_mux() hookGravatar Raag Jadav 1-4/+5
2023-06-12pinctrl: amd: Use pm_pr_dbg to show debugging messagesGravatar Mario Limonciello 1-3/+3
2023-06-12pinctrl: baytrail: Use str_hi_lo() helperGravatar Andy Shevchenko 1-1/+2
2023-06-09pinctrl: npcm7xx: Add missing check for ioremapGravatar Jiasheng Jiang 1-0/+2
2023-06-09pinctrl:sunplus: Add check for kmallocGravatar Wells Lu 1-2/+1
2023-06-09pinctrl: nxp: Fix resource leaks in for_each_child_of_node() loopsGravatar Lu Hongfei 1-3/+9
2023-06-09pinctrl: Relax user input size in pinmux_select()Gravatar Andy Shevchenko 1-4/+0
2023-06-09pinctrl: Duplicate user memory in one go in pinmux_select()Gravatar Andy Shevchenko 1-8/+3
2023-06-09pinctrl: tegra: Add Tegra234 pinmux driverGravatar Prathamesh Shete 3-0/+1966
2023-06-09pinctrl: qcom: organize audio drivers in menuconfigGravatar Krzysztof Kozlowski 1-12/+12
2023-06-09pinctrl: qcom: organize main SoC drivers in new Kconfig.msmGravatar Krzysztof Kozlowski 2-412/+370
2023-06-09pinctrl: qcom: allow true compile testingGravatar Krzysztof Kozlowski 1-1/+1
2023-06-09pinctrl: qcom: mark true OF dependency - common MSM pinctrl codeGravatar Krzysztof Kozlowski 1-41/+2
2023-06-09pinctrl: qcom: drop unneeded GPIOLIB dependencyGravatar Krzysztof Kozlowski 1-14/+8
2023-06-09pinctrl: qcom: correct language typo (Technologies)Gravatar Krzysztof Kozlowski 1-1/+1
2023-06-09pinctrl: qcom: fix indentation in KconfigGravatar Krzysztof Kozlowski 1-2/+2
2023-06-09pinctrl: qcom: qdf2xxx: drop ACPI_PTRGravatar Krzysztof Kozlowski 1-1/+1
2023-06-09pinctrl: qcom: Add IPQ5018 pinctrl driverGravatar Sricharan Ramabadhran 3-0/+795
2023-06-08pinctrl: stm32: add stm32mp257 pinctrl supportGravatar Alexandre Torgue 4-0/+2591
2023-06-07pinctrl: intel: Add Intel Meteor Lake-S pin controller supportGravatar Andy Shevchenko 1-6/+206
2023-06-06pinctrl: moorefield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Gravatar Andy Shevchenko 1-1/+1
2023-06-06pinctrl: moorefield: Fix open-drain pin mode configurationGravatar Andy Shevchenko 1-2/+12
2023-06-06pinctrl: merrifield: Use BUFCFG_PINMODE_GPIO in ->pin_dbg_show()Gravatar Andy Shevchenko 1-1/+1
2023-06-06pinctrl: merrifield: Fix open-drain pin mode configurationGravatar Andy Shevchenko 1-2/+12
2023-06-06pinctrl: cherryview: Return correct value if pin in push-pull modeGravatar Andy Shevchenko 1-5/+10
2023-06-02pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQGravatar Andy Shevchenko 1-1/+1
2023-06-02pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitionsGravatar Andy Shevchenko 1-3/+2
2023-06-02pinctrl: baytrail: Unify style of error and debug messagesGravatar Andy Shevchenko 1-41/+23
2023-06-02pinctrl: s32: separate const device data from struct s32_pinctrl_soc_infoGravatar Chester Lin 3-26/+32
2023-06-01pinctrl: tegra: Consistently refer to SoC dataGravatar Thierry Reding 1-7/+6
2023-06-01pinctrl: tegra: Duplicate pinmux functions tableGravatar Thierry Reding 8-35/+25
2023-05-30pinctrl: sunplus: Add check for kmallocGravatar Wells Lu 1-6/+18