summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-04147-916/+11133
|\
| * pinctrl: Use device_get_match_data()Rob Herring2023-10-3019-108/+59
| * Merge tag 'intel-pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2023-10-1614-285/+188
| |\
| | * pinctrl: intel: fetch community only when we need itRaag Jadav2023-10-111-6/+7
| | * pinctrl: cherryview: reduce scope of PIN_CONFIG_BIAS_HIGH_IMPEDANCE caseRaag Jadav2023-10-111-1/+1
| | * pinctrl: cherryview: Convert to platform remove callback returning voidUwe Kleine-König2023-10-111-4/+2
| | * pinctrl: cherryview: Simplify code with cleanup helpersAndy Shevchenko2023-10-061-90/+46
| | * pinctrl: cherryview: Avoid duplicated I/OAndy Shevchenko2023-10-061-4/+7
| | * pinctrl: denverton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2023-10-061-1/+1
| | * pinctrl: broxton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()Andy Shevchenko2023-10-061-2/+1
| | * pinctrl: moorefield: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: merrifield: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: lynxpoint: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: cherryview: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: baytrail: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: lynxpoint: drop runtime PM supportRaag Jadav2023-10-031-29/+3
| | * pinctrl: baytrail: drop runtime PM supportRaag Jadav2023-10-031-17/+2
| | * pinctrl: intel: refine intel_config_set_pull() functionRaag Jadav2023-10-031-20/+21
| | * pinctrl: intel: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-031-1/+1
| | * pinctrl: Replace kernel.h by what is actually being usedAndy Shevchenko2023-10-035-17/+23
| | * pinctrl: denverton: Enable platform device in the absence of ACPI enumerationAndy Shevchenko2023-09-271-0/+7
| | * pinctrl: intel: Simplify code with cleanup helpersAndy Shevchenko2023-09-261-90/+56
| | * pinctrl: baytrail: fix debounce disable caseRaag Jadav2023-09-121-2/+9
| * | Merge tag 'samsung-pinctrl-6.7' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2023-10-164-31/+33
| |\ \
| | * | pinctrl: samsung: do not offset pinctrl numberspacesMateusz Majewski2023-10-092-13/+4
| | * | pinctrl: samsung: choose GPIO numberspace base dynamicallyMateusz Majewski2023-10-091-1/+1
| | * | pinctrl: samsung: use add_pin_ranges method to add pinctrl rangesMateusz Majewski2023-10-092-13/+20
| | * | pinctrl: samsung: defer pinctrl_enableMateusz Majewski2023-10-091-4/+8
| | * | pinctrl: samsung: Annotate struct exynos_muxed_weint_data with __counted_byKees Cook2023-10-082-2/+2
| | |/
| * | Merge tag 'renesas-pinctrl-for-v6.7-tag2' of git://git.kernel.org/pub/scm/lin...Linus Walleij2023-10-133-151/+593
| |\ \
| | * | pinctrl: renesas: rzn1: Convert to platform remove callback returning voidUwe Kleine-König2023-10-131-4/+2
| | * | pinctrl: renesas: rzg2l: Add RZ/G3S supportClaudiu Beznea2023-10-131-2/+124
| | * | pinctrl: renesas: rzg2l: Add support for different DS values on different groupsClaudiu Beznea2023-10-131-51/+272
| | * | pinctrl: renesas: rzg2l: Move DS and OI to SoC-specific configurationClaudiu Beznea2023-10-131-11/+31
| | * | pinctrl: renesas: rzg2l: Adapt function number for RZ/G3SClaudiu Beznea2023-10-131-2/+5
| | * | pinctrl: renesas: rzg2l: Adapt for different SD/PWPR register offsetsClaudiu Beznea2023-10-131-10/+42
| | * | pinctrl: renesas: rzg2l: Index all registers based on port offsetClaudiu Beznea2023-10-131-86/+88
| | * | pinctrl: renesas: rzg2l: Add validation of GPIO pin in rzg2l_gpio_request()Lad Prabhakar2023-10-131-0/+6
| | * | pinctrl: renesas: r8a7778: Add LBSC pins, groups, and functionsGeert Uytterhoeven2023-10-131-0/+38
| * | | pinctrl: sprd-sc9860: Convert to platform remove callback returning voidUwe Kleine-König2023-10-103-4/+3
| * | | pinctrl: qcom/msm: Convert to platform remove callback returning voidUwe Kleine-König2023-10-1049-51/+49
| * | | pinctrl: qcom/lpi: Convert to platform remove callback returning voidUwe Kleine-König2023-10-109-11/+9
| * | | pinctrl: ti: ti-iodelay: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-6/+2
| * | | pinctrl: qcom: ssbi-mpp: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2
| * | | pinctrl: qcom: ssbi-gpio: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2
| * | | pinctrl: qcom: spmi-mpp: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-3/+2
| * | | pinctrl: qcom: spmi-gpio: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-3/+2
| * | | pinctrl: tb10x: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2
| * | | pinctrl: stmfx: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2
| * | | pinctrl: single: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-4/+2