summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-1432-41/+33
| * | | | | pinctrl: at91-pio4: Get rid of legacy callLinus Walleij2018-09-141-11/+10
| * | | | | pinctrl: at91: don't use the same irqchip with multiple gpiochipsLudovic Desroches2018-09-141-14/+14
| * | | | | pinctrl: at91-pio4: fix has_config check in atmel_pctl_dt_subnode_to_map()Dan Carpenter2018-09-131-6/+2
| * | | | | pinctrl: qcom: spmi-mpp: Fix drive strength settingStephen Boyd2018-09-101-1/+5
| * | | | | pinctrl: sirf: atlas7: remove set but not used variables 'conf, bank'YueHaibing2018-09-051-4/+0
| * | | | | pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliantDouglas Anderson2018-09-051-7/+12
| * | | | | pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliantDouglas Anderson2018-09-051-7/+21
| * | | | | Merge tag 'sh-pfc-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2018-08-318-397/+1326
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | pinctrl: sh-pfc: r8a77990: Add DU pins, groups and functionLaurent Pinchart2018-08-301-0/+110
| | * | | | pinctrl: sh-pfc: r8a77965: Add Audio SSI pin supportHoan Nguyen An2018-08-281-0/+232
| | * | | | pinctrl: sh-pfc: r8a77965: Add Audio clock pin supportHoan Nguyen An2018-08-281-0/+160
| | * | | | pinctrl: sh-pfc: r8a7796: Add R8A774A1 PFC supportBiju Das2018-08-285-397/+453
| | * | | | pinctrl: sh-pfc: r8a77990: Add PWM pins, groups and functionsTakeshi Kihara2018-08-281-0/+211
| | * | | | pinctrl: sh-pfc: r8a77470: Add EtherAVB pin groupsBiju Das2018-08-281-0/+133
| | * | | | pinctrl: sh-pfc: r8a77965: Add SATA pins, groups and functionsTakeshi Kihara2018-08-271-0/+27
| | |/ / /
| * | | | pinctrl: remove unnecessary unlikely()Igor Stoppa2018-08-311-1/+1
| * | | | pinctrl: lewisburg: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: sunrisepoint: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: icelake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: geminilake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: cedarfork: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: cannonlake: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: broxton: Define PM ops via INTEL_PINCTRL_PM_OPS()Andy Shevchenko2018-08-311-4/+1
| * | | | pinctrl: intel: Introduce common macro for PM operationsAndy Shevchenko2018-08-311-0/+5
| * | | | pinctrl: sunrisepoint: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko2018-08-311-10/+3
| * | | | pinctrl: cannonlake: Convert to use intel_pinctrl_probe_by_hid()Andy Shevchenko2018-08-311-10/+3
| * | | | pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal APIAndy Shevchenko2018-08-312-0/+10
| * | | | pinctrl: baytrail: Convert to use device_get_match_data()Andy Shevchenko2018-08-311-6/+3
| * | | | pinctrl: geminilake: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko2018-08-311-22/+3
| * | | | pinctrl: broxton: Convert to use intel_pinctrl_probe_by_uid()Andy Shevchenko2018-08-311-39/+2
| * | | | pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal APIAndy Shevchenko2018-08-312-0/+40
| * | | | Merge branch 'ib-ingenic' into develLinus Walleij2018-08-292-16/+452
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | pinctrl: ingenic: Include the right headerLinus Walleij2018-08-291-1/+1
| | * | | pinctrl: ingenic: Drop dependency on MACH_INGENICPaul Cercueil2018-08-291-2/+2
| | * | | pinctrl: ingenic: Add support for the JZ4725BPaul Cercueil2018-08-291-0/+98
| | * | | pinctrl: ingenic: Implement .get_direction for GPIO chipsPaul Cercueil2018-08-291-0/+16
| | * | | pinctrl: ingenic: Merge GPIO functionalityPaul Cercueil2018-08-292-8/+331
| | * | | pinctrl: ingenic: Mark probe function as __initPaul Cercueil2018-08-291-4/+3
| | * | | pinctrl: ingenic: Probe driver at subsys_initcallPaul Cercueil2018-08-291-1/+1
| | |/ /
| * | | pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-2917-69/+66
| * | | pinctrl: intel: Fix a spelling typo in kernel documentationAndy Shevchenko2018-08-291-1/+1
| * | | pinctrl: lpc18xx: mark expected switch fall-throughsGustavo A. R. Silva2018-08-291-0/+6
| * | | pinctrl: uniphier: drop meaningless pin from SD1 pin-mux of Pro4Masahiro Yamada2018-08-291-3/+2
| * | | pinctrl: madera: Fix missing space in debugfs outputRichard Fitzgerald2018-08-291-1/+1
| * | | pinctrl: madera: Return ENOTSUPP for unsupported pin attributesRichard Fitzgerald2018-08-291-2/+2
| * | | pinctrl: madera: Set is_genericRichard Fitzgerald2018-08-291-1/+1
| * | | pinctrl: meson-g12a: add pinctrl driver supportYixun Lan2018-08-293-0/+1411
| * | | pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driverTomer Maimon2018-08-295-0/+2090