summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: nuvoton: modify NPCM7xx pin configuration functionTomer Maimon2018-11-151-10/+3
* pinctrl: mediatek: Add initial pinctrl driver for MT6797 SoCManivannan Sadhasivam2018-11-154-0/+2519
* pinctrl: meson-gxl: remove invalid GPIOX tsin_a pinsNeil Armstrong2018-11-151-10/+2
* pinctrl: mediatek: Fix dependencies for EINT_MTKOlof Johansson2018-11-151-1/+1
* pinctrl: fsl: imx7ulp: change to use imx legacy bindingA.s. Dong2018-11-091-42/+0
* pinctrl: zynq: Use define directive for PIN_CONFIG_IO_STANDARDNathan Chancellor2018-11-091-6/+3
* pinctrl: lpc18xx: Use define directive for PIN_CONFIG_GPIO_PIN_INTNathan Chancellor2018-11-091-8/+2
* pinctrl: bcm2835: Use define directive for BCM2835_PINCONF_PARAM_PULLNathan Chancellor2018-11-091-4/+2
* pinctrl: sprd: Use define directive for sprd_pinconf_params valuesNathan Chancellor2018-11-091-4/+2
* pinctrl: max77620: Use define directive for max77620_pinconf_param valuesNathan Chancellor2018-11-091-8/+6
* pinctrl: qcom: spmi-gpio: fix gpio-hog related boot issuesBrian Masney2018-11-091-4/+17
* pinctrl: mediatek: clean up indentation issues, add missing tabColin Ian King2018-11-092-4/+4
* pinctrl: bcm2835: Use raw spinlock for RT compatibilityLukas Wunner2018-11-051-8/+8
* pinctrl: imx: add imx8qxp driverA.s. Dong2018-11-053-0/+240
* pinctrl: fsl: add scu based pinctrl supportA.s. Dong2018-11-055-170/+448
* pinctrl: pinctrl-at91-pio4: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* pinctrl: pinctrl-amd: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-42/+37
|\
| * pinctrl: msm: Use init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-42/+37
* | Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-23133-2530/+21539
|\ \
| * | pinctrl: sunxi: Fix a memory leak in 'sunxi_pinctrl_build_state()'Christophe JAILLET2018-10-161-4/+7
| * | pinctrl: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada2018-10-161-1/+1
| * | pinctrl: geminilake: Sort register offsets by valueAndy Shevchenko2018-10-161-1/+1
| * | pinctrl: geminilake: Get rid of unneeded ->probe() stubAndy Shevchenko2018-10-161-6/+1
| * | pinctrl: geminilake: Update pin list for B0 steppingAndy Shevchenko2018-10-161-18/+18
| * | pinctrl: renesas: Fix platform_no_drv_owner.cocci warningsYueHaibing2018-10-151-1/+0
| * | pinctrl: mediatek: Make eint_m u16Manivannan Sadhasivam2018-10-151-1/+1
| * | pinctrl: bcm: ns: Use uintptr_t for casting dataRafał Miłecki2018-10-121-2/+2
| * | pinctrl: madera: Fix uninitialized variable bug in madera_mux_set_muxGustavo A. R. Silva2018-10-121-1/+1
| * | pinctrl: gemini: Fix up TVC clock groupLinus Walleij2018-10-101-8/+36
| * | pinctrl: gemini: Drop noisy debug printsLinus Walleij2018-10-101-16/+16
| * | pinctrl: gemini: Mask and set properlyLinus Walleij2018-10-101-1/+2
| * | pinctrl: mediatek: select GPIOLIBArnd Bergmann2018-10-101-0/+1
| * | pinctrl: rza1: don't manually release devm managed resourcesUwe Kleine-König2018-10-101-7/+1
| * | Merge tag 'sh-pfc-for-v4.20-tag3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-10-104-2/+1021
| |\ \
| | * | pinctrl: sh-pfc: r8a77990: Add INTC-EX pins, groups and functionGeert Uytterhoeven2018-10-021-2/+62
| | * | pinctrl: renesas: Renesas RZ/N1 pinctrl driverPhil Edworthy2018-10-023-0/+959
| * | | pinctrl: bcm: add Northstar driverRafał Miłecki2018-10-103-0/+386
| * | | pinctrl: qcom: fix 'const' pointer handlingArnd Bergmann2018-10-031-1/+1
| * | | pinctrl: nomadik: Fix debugfsLinus Walleij2018-10-031-1/+1
| * | | pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko2018-10-031-1/+1
| * | | pinctrl: broxton: Convert unsigned to unsigned intAndy Shevchenko2018-10-031-53/+53
| * | | pinctrl: cherryview: Convert unsigned to unsigned intAndy Shevchenko2018-10-031-33/+33
| * | | pinctrl: baytrail: Convert unsigned to unsigned intAndy Shevchenko2018-10-031-6/+6
| * | | pinctrl: intel: Convert unsigned to unsigned intAndy Shevchenko2018-10-032-66/+67
| * | | pinctrl: msm: Actually use function 0 for gpio selectionStephen Boyd2018-10-021-1/+1
| * | | pinctrl: core: make sure strcmp() doesn't get a null parameterYanjiang Jin2018-10-011-2/+2
| * | | Merge tag 'sh-pfc-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-10-0136-310/+1291
| |\| |
| | * | pinctrl: sh-pfc: rcar: Rename automotive-only arrays to automotiveGeert Uytterhoeven2018-09-283-18/+18
| | * | pinctrl: sh-pfc: r8a77470: Add USB pin groupsFabrizio Castro2018-09-201-0/+30