summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: bcm2835: Direct GPIO config changes to generic pinctrlStefan Wahren2019-02-081-1/+2
* pinctrl: bcm2835: declare pin config as genericStefan Wahren2019-02-081-0/+1
* pinctrl: qcom: qcs404: Drop unused UFS_RESET macroBjorn Andersson2019-02-081-25/+0
* pinctrl: at91: add slewrate support for SAM9X60Claudiu Beznea2019-02-082-0/+49
* pinctrl: at91: add compatibles for SAM9X60 pin controllerClaudiu Beznea2019-02-081-0/+2
* pinctrl: at91: add drive strength support for SAM9X60Claudiu Beznea2019-02-082-0/+54
* pinctrl: at91: add option to use drive strength bitsClaudiu Beznea2019-02-081-12/+20
* pinctrl: freescale: Add imx8mm pinctrl driver supportBai Ping2019-01-303-0/+356
* Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_".Zhou Yanjie2019-01-301-23/+23
* Pinctrl: Ingenic: Add missing parts for JZ4770 and JZ4780.Zhou Yanjie2019-01-301-2/+44
* 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
|\ \
| * | 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
| |/
* | 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