summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-01100-1099/+10585
|\
| * pinctrl: freescale: Break dependency on SOC_IMX8MQ for i.MX8MQAbel Vesa2018-12-271-1/+1
| * pinctrl: imx-scu: Depend on IMX_SCUGuido Günther2018-12-271-0/+1
| * pinctrl: ocelot: Add dependency on HAS_IOMEMLinus Walleij2018-12-221-0/+1
| * Merge tag 'sh-pfc-for-v4.21-tag3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-12-2114-36/+58
| |\
| | * pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-lengthGeert Uytterhoeven2018-12-181-2/+1
| | * pinctrl: sh-pfc: Print actual field width for variable-width fieldsGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: sh7734: Fix shifted values in IPSR10Geert Uytterhoeven2018-12-181-8/+8
| | * pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 valueGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: sh7269: Add missing PCIOR0 fieldGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configurationGeert Uytterhoeven2018-12-181-2/+7
| | * pinctrl: sh-pfc: r8a77995: Remove bogus SEL_PWM[0-3]_3 configurationsGeert Uytterhoeven2018-12-181-4/+4
| | * pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 SEL_I2C1 field widthGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: sh7734: Add missing IPSR11 fieldGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: r8a77980: Add missing MOD_SEL0 fieldGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: r8a77970: Add missing MOD_SEL0 fieldGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: r8a7794: Remove bogus IPSR9 fieldGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: Validate pins/marks in pin groups at build timeGeert Uytterhoeven2018-12-181-1/+2
| | * pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 groupGeert Uytterhoeven2018-12-181-0/+1
| | * pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 groupGeert Uytterhoeven2018-12-181-3/+0
| | * pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b groupGeert Uytterhoeven2018-12-181-2/+1
| | * pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 groupGeert Uytterhoeven2018-12-181-0/+1
| | * pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii groupGeert Uytterhoeven2018-12-181-1/+1
| | * pinctrl: sh-pfc: r8a77990: Fix IOCTRL reg state after s2ram on R-Car E3Geert Uytterhoeven2018-12-181-0/+1
| | * pinctrl: rza1: Handle devm_kasprintf() failure casesNicholas Mc Guire2018-12-181-0/+5
| | * pinctrl: sh-pfc: r8a77990: Add support for pull-up only pinsGeert Uytterhoeven2018-12-181-5/+18
| * | pinctrl: ocelot: add MSCC Jaguar2 supportAlexandre Belloni2018-12-212-63/+280
| * | pinctrl: bcm: ns: support updated DT binding as syscon subnodeRafał Miłecki2018-12-211-10/+19
| * | pinctrl: imx8qxp: break the dependency on SOC_IMX8QXPAisheng Dong2018-12-211-1/+1
| * | pinctrl: uniphier: constify uniphier_pinctrl_socdataMasahiro Yamada2018-12-2111-12/+12
| * | pinctrl: mediatek: improve Kconfig dependenciesRyder Lee2018-12-211-8/+8
| * | pinctrl: msm: mark PM functions as __maybe_unusedArnd Bergmann2018-12-211-2/+2
| * | pinctrl: meson: meson8b: add the missing GPIO_GROUPs for BOOT and CARDMartin Blumenstingl2018-12-211-0/+28
| * | pinctrl: meson: meson8: add the missing GPIO_GROUPs for BOOT and CARDMartin Blumenstingl2018-12-211-0/+26
| * | pinctrl: meson: meson8: rename the "gpio" function to "gpio_periphs"Martin Blumenstingl2018-12-211-2/+2
| * | pinctrl: meson: meson8: rename the "gpio" function to "gpio_periphs"Martin Blumenstingl2018-12-211-2/+2
| * | pinctrl: meson: meson8b: fix the GPIO function for the GPIOAO pinsMartin Blumenstingl2018-12-211-5/+8
| * | pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pinsMartin Blumenstingl2018-12-211-0/+3
| * | pinctrl: xway: fix gpio-hog related boot issuesMartin Schiller2018-12-171-12/+27
| * | pinctrl: aspeed: Wrap -Woverride-init with cc-optionNathan Chancellor2018-12-161-1/+1
| * | pinctrl: sunxi: Deal with per-bank regulatorsMaxime Ripard2018-12-142-0/+69
| * | pinctrl: Use of_node_name_eq for node name comparisonsRob Herring2018-12-141-1/+1
| * | Merge tag 'intel-pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-12-1313-84/+46
| |\ \
| | * | pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_freeHans de Goede2018-12-051-5/+2
| | * | pinctrl: cherryview: Add chv_gpio_clear_triggering() helper functionHans de Goede2018-12-051-5/+14
| | * | pinctrl: baytrail: Code formatting fixesAndy Shevchenko2018-11-081-1/+1
| | * | pinctrl: icelake: Code formatting fixesAndy Shevchenko2018-11-081-1/+1
| | * | pinctrl: cannonlake: Code formatting fixesAndy Shevchenko2018-11-081-1/+1
| | * | pinctrl: geminilake: Code formatting fixesAndy Shevchenko2018-11-081-1/+1
| | * | pinctrl: broxton: Code formatting fixesAndy Shevchenko2018-11-081-3/+3