aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2023-03-10pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functionsGeert Uytterhoeven1-122/+49
2023-03-10pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functionsGeert Uytterhoeven1-188/+279
2023-03-09pinctrl: qcom: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam1-2/+1
2023-03-07pinctrl: freescale: remove generic pin config core supportRasmus Villemoes3-100/+6
2023-03-07pinctrl: at91-pio4: use proper format specifier for unsigned intClaudiu Beznea1-1/+1
2023-03-07pinctrl: at91-pio4: use dev_err_probe()Claudiu Beznea1-12/+7
2023-03-07pinctrl: at91-pio4: use device_get_match_data()Claudiu Beznea1-5/+3
2023-03-07pinctrl: at91-pio4: use devm_clk_get_enabled()Claudiu Beznea1-13/+4
2023-03-06pinctrl: stm32: use dynamic allocation of GPIO baseDario Binacchi1-1/+1
2023-03-06pinctrl: ocelot: Fix alt mode for ocelotHoratiu Vultur1-1/+1
2023-03-06pinctrl: at91-pio4: fix domain name assignmentJohan Hovold1-1/+0
2023-03-06pinctrl: add NXP S32 SoC family supportChester Lin7-0/+1814
2023-03-06pinctrl: mediatek: fix naming inconsistencyArınç ÜNAL1-21/+21
2023-03-06pinctrl: mediatek: add missing options to PINCTRL_MT7981Arınç ÜNAL1-0/+2
2023-03-06pinctrl: at91: Utilise temporary variable for struct deviceAndy Shevchenko1-34/+26
2023-03-06pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko1-43/+21
2023-03-06pinctrl: at91: Use of_device_get_match_data()Andy Shevchenko1-4/+2
2023-03-06pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko1-10/+2
2023-03-06pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)Andy Shevchenko1-6/+17
2023-03-06gpiolib: remove asm-generic/gpio.hArnd Bergmann1-1/+0
2023-03-06pinctrl: renesas: r8a779g0: Add Audio SSI pins, groups, and functionsLinh Phung1-0/+26
2023-03-06pinctrl: renesas: r8a779g0: Add Audio Clock pins, groups, and functionsLinh Phung1-0/+26
2023-03-06pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin groupPhong Hoang1-1/+1
2023-03-06pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configurationHai Pham1-8/+0
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds77-651/+9290
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+12
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-669/+0
2023-02-10pinctrl: qcom: Add support for i2c specific pull featureAbel Vesa3-0/+9
2023-02-10pinctrl: starfive: Add StarFive JH7110 aon controller driverJianlong Huang3-0/+190
2023-02-10pinctrl: starfive: Add StarFive JH7110 sys controller driverJianlong Huang5-0/+1525
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman1-1/+1
2023-02-07pinctrl: add mt7981 pinctrl driverDaniel Golle3-0/+1054
2023-02-07pinctrl: qcom: Introduce IPQ5332 TLMM driverKathiravan T3-0/+872
2023-02-07pinctrl: intel: Restore the pins that used to be in Direct IRQ modeAndy Shevchenko1-3/+13
2023-02-06pinctrl: qcom: pinctrl-sm8550-lpass-lpi: add SM8550 LPASSKrzysztof Kozlowski3-0/+252
2023-02-06pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data groupKrzysztof Kozlowski1-1/+1
2023-02-06pinctrl: at91: use devm_kasprintf() to avoid potential leaksClaudiu Beznea2-3/+3
2023-02-01pinctrl: qcom: add the tlmm driver sa8775p platformsYadu MG3-0/+1547
2023-01-30pinctrl: aspeed: Revert "Force to disable the function's signal"Joel Stanley1-1/+10
2023-01-30Merge tag 'intel-pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij22-315/+177
2023-01-30Merge tag 'renesas-pinctrl-for-v6.3-tag1' of git://git.kernel.org/pub/scm/lin...Linus Walleij3-64/+317
2023-01-30gpio: Get rid of gpio_to_chip()Linus Walleij1-2/+12
2023-01-27pinctrl: at91: fix deferred probing supportRob Herring1-23/+13
2023-01-27pinctrl: single: fix potential NULL dereferenceMaxim Korotkov1-0/+2
2023-01-27pinctrl: amd: Fix debug output for debounce timeMario Limonciello1-0/+1
2023-01-27pinctrl: aspeed: Fix confusing types in return valueJoel Stanley1-1/+1
2023-01-27pinctrl: at91: Tag suspend/resume __maybe_unusedLinus Walleij1-2/+2
2023-01-26pinctrl: renesas: r8a77950: Add VIN[45] pins, groups, and functionsGeert Uytterhoeven1-0/+244
2023-01-26pinctrl: renesas: rzg2l: Add BUILD_BUG_ON() checksLad Prabhakar1-1/+7