summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gpiolib: export gpiochip_get_descMarco Felsch2020-02-251-0/+1
* | pinctrl: mediatek: Fix some off by one bugsDan Carpenter2020-02-211-7/+7
* | pinctrl: ingenic: Improve unreachable code generationJosh Poimboeuf2020-02-211-1/+2
* | ipq8064: pinctrl: Fixed missing RGMII pincontrol definitionsAnsuel Smith2020-02-211-5/+5
* | dt-bindings: pinctrl: imx8mp: Replace the uint32-array with uint32-matrixAnson Huang2020-02-211-6/+19
* | dt-bindings: pinctrl: Convert i.MX8MN to json-schemaAnson Huang2020-02-212-39/+82
* | dt-bindings: pinctrl: Convert i.MX8MM to json-schemaAnson Huang2020-02-212-36/+82
* | dt-bindings: pinctrl: Convert i.MX8MQ to json-schemaAnson Huang2020-02-212-36/+82
* | pinctrl: uniphier: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-211-1/+1
* | pinctrl: Ingenic: Add missing parts for X1830.周琰杰 (Zhou Yanjie)2020-02-211-0/+31
* | pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-2124-41/+119
* | pinctrl: sunxi: Mask non-wakeup IRQs on suspendSamuel Holland2020-02-211-0/+2
* | pinctrl: sunxi: Forward calls to irq_set_irq_wakeSamuel Holland2020-02-211-2/+12
* | pinctrl: mediatek: remove set but not used variable 'e'YueHaibing2020-02-201-3/+1
* | pinctrl: da9062: add driver supportMarco Felsch2020-02-194-0/+314
* | MAINTAINERS: Sort entries in database for PIN CONTROLLERAndy Shevchenko2020-02-141-18/+18
* | pinctrl: bcm2835: Add support for all GPIOs on BCM2711Stefan Wahren2020-02-141-12/+42
* | pinctrl: bcm2835: Refactor platform dataStefan Wahren2020-02-141-13/+44
* | pinctrl: bcm2835: Drop unused defineStefan Wahren2020-02-141-3/+0
* | pinctrl: actions: Fix functions groups names for S700 SoCMatheus Castello2020-02-141-255/+255
* | pinctrl: mediatek: Add support for pin configuration dump via debugfs.Light Hsieh2020-02-142-0/+112
* | pinctrl: mediatek: Backward compatible to previous Mediatek's bias-pull usageLight Hsieh2020-02-145-28/+265
* | pinctrl: mediatek: Refine mtk_pinconf_get()Light Hsieh2020-02-141-25/+15
* | pinctrl: mediatek: Refine mtk_pinconf_get() and mtk_pinconf_set()Light Hsieh2020-02-143-108/+65
* | pinctrl: mediatek: Supporting driving setting without mapping current to regi...Light Hsieh2020-02-143-2/+19
* | pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_...Light Hsieh2020-02-142-6/+46
* | pinctrl: qcom: Add ipq6018 pinctrl driverSricharan R2020-02-143-0/+1118
* | dt-bindings: pinctrl: qcom: Add ipq6018 pinctrl bindingsSricharan R2020-02-141-0/+153
|/
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1053-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-051-1/+1