summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: rockchip: fix pinmux reset in rockchip_pmx_setHuang-Huang Bao2024-06-171-1/+3
* pinctrl: rockchip: use dedicated pinctrl type for RK3328Huang-Huang Bao2024-06-172-1/+5
* pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pinsHuang-Huang Bao2024-06-171-0/+51
* pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pinsHuang-Huang Bao2024-06-171-7/+1
* pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFERHagar Hemdan2024-06-171-1/+1
* pinctrl: bcm2835: Fix permissions of persist_gpio_outputsStefan Wahren2024-06-171-1/+1
* pinctrl: tps6594: add missing support for LP8764 PMICThomas Richard2024-06-171-0/+1
* pinctrl: qcom: spmi-gpio: drop broken pm8008 supportJohan Hovold2024-06-171-1/+0
* pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore}Claudiu Beznea2024-05-271-2/+2
* Merge tag 'mfd-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-05-222-52/+294
|\
| *-. Merge branches 'ib-mfd-misc-pinctrl-regulator-6.10', 'ib-mfd-pinctrl-regulato...Lee Jones2024-05-101-0/+69
| |\ \
| | * | pinctrl: rk805: Add rk816 pinctrl supportAlex Bee2024-05-031-0/+69
| | |/
| * / pinctrl: pinctrl-tps6594: Add TPS65224 PMIC pinctrl and GPIONirmala Devi Mal Nadar2024-05-031-52/+225
| |/
* | Merge tag 'pinctrl-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-2023-215/+533
|\ \
| * \ Merge tag 'samsung-pinctrl-6.10' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij2024-05-063-4/+205
| |\ \
| | * | pinctrl: samsung: drop redundant drvdata assignmentKrzysztof Kozlowski2024-04-301-2/+0
| | * | pinctrl: samsung: support a bus clockAndré Draszik2024-04-293-4/+207
| | |/
| * | pinctrl: bcm2835: Make pin freeing behavior configurableStefan Wahren2024-05-061-4/+15
| * | pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regsDanila Tikhonov2024-05-031-10/+10
| * | Merge tag 'renesas-pinctrl-for-v6.10-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2024-04-292-14/+140
| |\ \
| | * | pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfacesPaul Barker2024-04-251-0/+2
| | * | pinctrl: renesas: r8a779h0: Add INTC-EX pins, groups, and functionGeert Uytterhoeven2024-04-231-0/+112
| | * | pinctrl: renesas: r8a779h0: Fix IRQ suffixesGeert Uytterhoeven2024-04-231-12/+12
| | * | pinctrl: renesas: rzg2l: Remove extra space in function parameterLad Prabhakar2024-04-231-1/+1
| * | | pinctrl: pinconf-generic: print hex valuePeng Fan2024-04-171-1/+1
| * | | pinctrl: realtek: fix module autoloadingKrzysztof Kozlowski2024-04-172-0/+2
| * | | pinctrl: qcom: sm7150: fix module autoloadingKrzysztof Kozlowski2024-04-171-0/+1
| * | | pinctrl: loongson2: fix module autoloadingKrzysztof Kozlowski2024-04-171-0/+1
| * | | pinctrl: mediatek: fix module autoloadingKrzysztof Kozlowski2024-04-172-0/+2
| * | | pinctrl: freescale: imx8ulp: fix module autoloadingKrzysztof Kozlowski2024-04-171-0/+1
| * | | pinctrl: Use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfsAndy Shevchenko2024-04-081-17/+9
| * | | pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handlingMatthijs Kooijman2024-04-041-6/+12
| * | | pinctrl: pinctrl-single: Remove some unused fields in struct pcs_functionChristophe JAILLET2024-04-041-4/+0
| * | | pinctrl: max77620: Remove an unused fields in struct max77620_pin_info and ma...Christophe JAILLET2024-04-041-2/+0
| * | | pinctrl: sunxi: sun9i-a80-r: drop driver owner assignmentKrzysztof Kozlowski2024-04-041-1/+0
| * | | pinctrl: aw9523: Fix indentation in a few placesAndy Shevchenko2024-04-041-9/+8
| * | | pinctrl: aw9523: Sort headers and group pinctrl/*Andy Shevchenko2024-04-041-5/+6
| * | | pinctrl: aw9523: Make use of dev_err_probe()Andy Shevchenko2024-04-041-6/+3
| * | | pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irqAndy Shevchenko2024-04-041-8/+0
| * | | pinctrl: aw9523: Get rid of redundant ' & U8_MAX' piecesAndy Shevchenko2024-04-041-7/+7
| * | | pinctrl: aw9523: Use temporary variable for HW IRQ numberAndy Shevchenko2024-04-041-8/+8
| * | | pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko2024-04-041-26/+6
| * | | pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple()Andy Shevchenko2024-04-041-5/+2
| * | | pinctrl: aw9523: Use correct error code for not supported functionalityAndy Shevchenko2024-04-041-4/+5
| * | | pinctrl: aw9523: Destroy mutex on ->remove()Andy Shevchenko2024-04-041-7/+1
| * | | pinctrl: armada-37xx: remove an unused variableArnd Bergmann2024-04-021-3/+0
| * | | pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirqThomas Richard2024-03-281-19/+9
| * | | pinctrl: qcom: spmi-gpio: Add PMIH0108 and PMD8028 supportAnjelique Melendez2024-03-281-0/+2
| * | | pinctrl: qcom: spmi-gpio: Add PMXR2230 and PM6450 supportAnjelique Melendez2024-03-281-0/+2
| * | | pinctrl: bcm2835: Implement bcm2711_pinconf_getStefan Wahren2024-03-281-1/+40