summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780.Zhou Yanjie2019-01-301-58/+191
| * | | pinctrl: berlin: as370: use generic "pwm" as pwm function nameJisheng Zhang2019-01-281-29/+29
| * | | Merge tag 'sh-pfc-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-01-2812-343/+288
| |\ \ \ | | | |/ | | |/|
| | * | pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and namesGeert Uytterhoeven2019-01-211-3/+3
| | * | pinctrl: sh-pfc: r8a77990: Add TMU pins, groups and functionsTakeshi Kihara2019-01-211-2/+51
| | * | pinctrl: sh-pfc: r8a77965: Replace DU_DOTCLKIN2 by DU_DOTCLKIN3Geert Uytterhoeven2019-01-211-3/+3
| | * | pinctrl: sh-pfc: r8a7791: Fix VIN1 versioned groupsGeert Uytterhoeven2019-01-211-34/+34
| | * | pinctrl: sh-pfc: r8a77980: Deduplicate VIN1 pin definitionsGeert Uytterhoeven2019-01-211-43/+21
| | * | pinctrl: sh-pfc: r8a77970: Deduplicate VIN[01] pin definitionsGeert Uytterhoeven2019-01-211-86/+42
| | * | pinctrl: sh-pfc: r8a7796: Deduplicate VIN5 pin definitionsGeert Uytterhoeven2019-01-211-64/+26
| | * | pinctrl: sh-pfc: r8a7795: Deduplicate VIN5 pin definitionsGeert Uytterhoeven2019-01-211-64/+26
| | * | pinctrl: sh-pfc: r8a7794: Initialize TDSEL register for ES1.0Wolfram Sang2019-01-211-0/+16
| | * | pinctrl: sh-pfc: r8a7790: Initialize TDSEL register for ES1.0Wolfram Sang2019-01-211-0/+17
| | * | pinctrl: sh-pfc: Print pin group when debuggingGeert Uytterhoeven2019-01-211-0/+2
| | * | Revert "pinctrl: sh-pfc: r8a77990: Add support for pull-up only pins"Geert Uytterhoeven2019-01-211-18/+5
| | * | pinctrl: sh-pfc: r8a77990: GP6_9 does not have pull-down capabilityGeert Uytterhoeven2019-01-211-1/+10
| | * | pinctrl: sh-pfc: r8a77995: Fix MOD_SEL bit numberingTakeshi Kihara2019-01-211-4/+7
| | * | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numberingTakeshi Kihara2019-01-211-14/+18
| | * | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit2 when using RX2, TX2 and SCK2Takeshi Kihara2019-01-211-5/+5
| | * | pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit3 when using TX0Takeshi Kihara2019-01-211-2/+2
| * | | pinctrl: sirf: drop pointless static qualifier in sirfsoc_gpio_probeYueHaibing2019-01-281-1/+1
| * | | pinctrl: ti-iodelay: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-01-281-1/+0
| * | | pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy2019-01-281-222/+0
| * | | pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.hVladimir Zapolskiy2019-01-281-0/+1
| * | | Merge branch 'ib-qcom-spmi' of /home/linus/linux-gpio into develLinus Walleij2019-01-281-24/+116
| |\ \ \
| * \ \ \ Merge branch 'ib-meson-fixes' into develLinus Walleij2019-01-222-8/+17
| |\ \ \ \
| | * | | | pinctrl: meson: add optional region for drive strengthJerome Brunet2019-01-212-0/+7
| | * | | | pinctrl: meson: fix G12A ao pull registers base addressXingyu Chen2019-01-211-10/+12
| | | |/ / | | |/| |
| * | | | pinctrl: ti: iodelay: Lower the priority of printsNishanth Menon2019-01-211-3/+3
| * | | | pinctrl: mcp23s08: Allocate irq_chip dynamicLars Poeschel2019-01-211-11/+17
| * | | | pinctrl: armada-37xx: change suspend/resume timeMiquel Raynal2019-01-211-2/+2
| * | | | pinctrl: meson: meson8b: add the eth_rxd2 and eth_rxd3 pinsMartin Blumenstingl2019-01-141-1/+5
| * | | | pinctrl/amd: fix typoMatteo Croce2019-01-111-1/+1
| * | | | pinctrl: sirf: atlas7: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-2/+2
| * | | | pinctrl: mcp23s08: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-2/+1
| * | | | pinctrl: mediatek: add EINT support to virtual GPIOschuanjia.liu2019-01-111-1/+7
| * | | | pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT2019-01-111-0/+1
| * | | | pinctrl: armada-37xx: Correct mpp definitionsMarek BehĂșn2019-01-111-4/+6
| * | | | pinctrl: imx: add imx8qm driverAisheng Dong2019-01-113-0/+334
| |/ / /
* | | | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-083-50/+250
|\ \ \ \
| * \ \ \ Merge branch 'ib-qcom-ssbi' into develLinus Walleij2019-02-212-26/+132
| |\ \ \ \
| | * | | | qcom: ssbi-gpio: correct boundary conditions in pm8xxx_domain_translateBrian Masney2019-02-141-1/+2
| | * | | | qcom: ssbi-gpio: add support for hierarchical IRQ chipBrian Masney2019-02-132-12/+124
| | * | | | pinctrl: qcom: ssbi-gpio: hardcode IRQ countsBrian Masney2019-02-131-14/+7
| | | |/ / | | |/| |
| * | | | Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-176-29/+37
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | qcom: spmi-gpio: Fix boundary conditions IRQ domain translateBjorn Andersson2019-02-131-1/+2
| * | | | pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in KconfigBrian Masney2019-02-041-0/+1
| | |/ / | |/| |
| * | | qcom: spmi-gpio: add support for hierarchical IRQ chipBrian Masney2019-01-241-10/+105
| * | | pinctrl: qcom: spmi-gpio: hardcode IRQ countsBrian Masney2019-01-211-17/+11
| * | | pinctrl: qcom: spmi-gpio: add support for three new variantsBrian Masney2019-01-211-0/+3
| | |/ | |/|