summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: qcom: Add affinity callbacks to msmgpio IRQ chipVenkata Narendra Kumar Gutta2020-05-121-0/+25
* Merge tag 'intel-pinctrl-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-04-173-7/+13
|\
| * pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao2020-04-171-0/+4
| * pinctrl: baytrail: Enable pin configuration setting for GPIO chipAndy Shevchenko2020-04-131-0/+1
| * pinctrl: sunrisepoint: Fix PAD lock register offset for SPT-HAndy Shevchenko2020-04-131-7/+8
* | pinctrl: qcom: fix wrong write in update_dual_edgeAnsuel Smith2020-04-161-1/+1
* | pinctrl: actions: fix function group name for i2c0_groupAmit Singh Tomar2020-04-161-1/+1
* | pinctrl: mediatek: remove shadow variable declarationLight Hsieh2020-04-161-2/+0
|/
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-042-5/+3
|\
| * pinctrl: Unconditionally assign .request()/.free()Thierry Reding2020-04-021-5/+2
| * gpio: export of_pinctrl_get to modulesStephen Rothwell2020-04-011-0/+1
* | Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-0253-607/+2911
|\ \
| * | pinctrl: qcom: fix compilation errorAnsuel Smith2020-03-311-1/+0
| * | pinctrl: qcom: use scm_call to route GPIO irq to AppsAjay Kishore2020-03-281-6/+37
| * | pinctrl: sprd: Add pin high impedance mode supportLinhua Xu2020-03-271-0/+12
| * | pinctrl: sprd: Use the correct pin output configurationLinhua Xu2020-03-271-3/+7
| * | pinctrl: tegra: Add SFIO/GPIO programming on Tegra194Thierry Reding2020-03-273-0/+51
| * | pinctrl: tegra: Renumber the GG.0 and GG.1 pinsThierry Reding2020-03-271-7/+4
| * | pinctrl: tegra: Do not add default pin range on Tegra194Thierry Reding2020-03-272-2/+1
| * | pinctrl: tegra: Pass struct tegra_pmx for pin range checkThierry Reding2020-03-271-3/+3
| * | pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typoThierry Reding2020-03-271-1/+1
| * | pinctrl: tegra: Fix whitespace issues for improved readabilityThierry Reding2020-03-271-16/+17
| * | pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-271-3/+3
| * | pinctrl: freescale: drop the dependency on ARM64 for i.MX8MPeng Fan2020-03-261-4/+4
| * | Revert "pinctrl: mvebu: armada-37xx: use use platform api"Linus Walleij2020-03-261-9/+3
| * | pinctrl: meson: add tsin pinctrl for meson gxbb/gxl/gxmIgor Vavro2020-03-122-0/+62
| * | pinctrl: sprd: Fix the kconfig warningBaolin Wang2020-03-031-3/+3
| * | pinctrl: ingenic: add hdmi-ddc pin control groupPaul Boddie2020-03-021-0/+7
| * | pinctrl: sirf/atlas7: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
| * | pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleBaolin Wang2020-02-292-3/+6
| * | pinctrl: Export some needed symbols at module load timeBaolin Wang2020-02-292-0/+2
| * | pinctrl: da9062: Fix error gpiolib.h pathYueHaibing2020-02-281-1/+1
| * | Merge tag 'sh-pfc-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2020-02-263-68/+248
| |\ \
| | * | pinctrl: sh-pfc: Remove use of ARCH_R8A7795Geert Uytterhoeven2020-02-211-2/+2
| | * | pinctrl: sh-pfc: gpio: Return early in gpio_pin_to_irq()Geert Uytterhoeven2020-02-211-4/+1
| | * | pinctrl: sh-pfc: checker: Add function GPIO checksGeert Uytterhoeven2020-02-211-0/+20
| | * | pinctrl: sh-pfc: checker: Add data register checksGeert Uytterhoeven2020-02-211-0/+8
| | * | pinctrl: sh-pfc: checker: Add ioctrl register checksGeert Uytterhoeven2020-02-211-0/+4
| | * | pinctrl: sh-pfc: checker: Add bias register checksGeert Uytterhoeven2020-02-211-0/+16
| | * | pinctrl: sh-pfc: checker: Add drive strength register checksGeert Uytterhoeven2020-02-211-0/+45
| | * | pinctrl: sh-pfc: checker: Improve pin group checksGeert Uytterhoeven2020-02-211-3/+10
| | * | pinctrl: sh-pfc: checker: Improve pin function checksGeert Uytterhoeven2020-02-211-2/+7
| | * | pinctrl: sh-pfc: checker: Improve pin checksGeert Uytterhoeven2020-02-211-14/+16
| | * | pinctrl: sh-pfc: checker: Add check for enum ID conflictsGeert Uytterhoeven2020-02-211-2/+47
| | * | pinctrl: sh-pfc: checker: Add check for config register conflictsGeert Uytterhoeven2020-02-211-0/+32
| | * | pinctrl: sh-pfc: checker: Add helper for safe name comparisonGeert Uytterhoeven2020-02-211-4/+11
| | * | pinctrl: sh-pfc: checker: Add helpers for reportingGeert Uytterhoeven2020-02-211-52/+44
| | * | pinctrl: sh-pfc: checker: Move data before codeGeert Uytterhoeven2020-02-101-3/+3
| * | | pinctrl: mediatek: Fix some off by one bugsDan Carpenter2020-02-211-7/+7
| * | | pinctrl: ingenic: Improve unreachable code generationJosh Poimboeuf2020-02-211-1/+2