summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: sh7734: Add missing cfg macro parameter to fix buildGeert Uytterhoeven2015-12-011-3/+3
* pinctrl: mediatek: Add get_direction support.Hongzhou Yang2015-11-181-7/+4
* pinctrl: fix qcom ssbi drivers for 64-bit compilationArnd Bergmann2015-11-172-2/+2
* pinctrl: imx1-core: add missing of_node_putVaishali Thakkar2015-11-171-2/+6
* pinctrl: remove redundant if conditional from KconfigMasahiro Yamada2015-11-171-4/+0
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-0221-290/+42
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-1621-290/+42
* | Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-11-0277-2958/+10792
|\ \
| * | pinctrl: pinconf: remove needless loopLaurent Meunier2015-10-311-8/+5
| * | pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada2015-10-313-9/+9
| * | pinctrl: zynq: fix UTF-8 errorsLinus Walleij2015-10-311-2/+2
| * | pinctrl: zynq: Initialize earlyMike Looijmans2015-10-301-1/+11
| * | pinctrl: at91: add missing of_node_putJulia Lawall2015-10-271-1/+4
| * | pinctrl: tegra-xusb: Correct lane mux optionsJon Hunter2015-10-271-9/+0
| * | pinctrl: intel: Add Intel Broxton pin controller supportMika Westerberg2015-10-273-0/+1074
| * | pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOsMika Westerberg2015-10-271-4/+12
| * | pinctrl: intel: Add support for multiple GPIO chips sharing the interruptMika Westerberg2015-10-271-15/+37
| * | drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson2015-10-271-0/+32
| * | pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada2015-10-271-3/+7
| * | pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driverPramod Kumar2015-10-271-128/+3
| * | Merge branch 'sh-pfc-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij2015-10-2624-144/+531
| |\ \
| | * | pinctrl: sh-pfc: Remove obsolete r8a7778 platform_device_id entryGeert Uytterhoeven2015-10-201-3/+0
| | * | pinctrl: sh-pfc: Remove obsolete r8a7779 platform_device_id entryGeert Uytterhoeven2015-10-201-3/+0
| | * | pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven2015-10-207-6/+5
| | * | pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven2015-10-2024-53/+53
| | * | pinctrl: sh-pfc: r8a7778: Add bias (pull-up) pinconf supportUlrich Hecht2015-10-201-21/+242
| | * | pinctrl: sh-pfc: Add macros defining GP ports with config flagsUlrich Hecht2015-10-201-22/+25
| | * | pinctrl: sh-pfc: r8a7794: Add VIN pin groupsKoji Matsuoka2015-10-201-0/+184
| | * | pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to shared header fileSergei Shtylyov2015-10-203-37/+23
| * | | pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontrollerHans de Goede2015-10-231-6/+18
| * | | pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl blockHans de Goede2015-10-231-3/+3
| * | | pinctrl: baytrail: Fix compilation warnings when !CONFIG_PMMika Westerberg2015-10-161-0/+2
| * | | pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg2015-10-161-20/+20
| * | | pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=nJonas Gorski2015-10-162-2/+2
| * | | pinctrl: atlas7: support atlas7 step B changesWei Chen2015-10-161-288/+1540
| * | | pinctrl: berlin: fix BG2CD field widthsThomas Hebb2015-10-161-30/+32
| * | | pinctrl: berlin: fix my family name spellingAntoine Ténart2015-10-165-8/+8
| * | | pinctrl: berlin: add explicit dependency on OFAntoine Tenart2015-10-161-0/+3
| * | | pinctrl: berlin: select the pinctrl driver according to the SoC usedAntoine Tenart2015-10-161-3/+3
| * | | pinctrl: berlin: add the berlin4ct pinctrl driverJisheng Zhang2015-10-163-0/+509
| * | | pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=yJisheng Zhang2015-10-161-1/+1
| * | | pinctrl: berlin: introduce berlin_pinctrl_probe_regmap()Jisheng Zhang2015-10-162-9/+21
| * | | pinctrl: pinconf-generic: add "input-schmitt" DT propertyMasahiro Yamada2015-10-021-0/+1
| * | | pinctrl: pinconf-generic: sort pin configuration params alphabeticallyMasahiro Yamada2015-10-021-17/+17
| * | | pinctrl: at91-pio4: irq argument as been removed from irq flow handlersLudovic Desroches2015-10-021-2/+3
| * | | pinctrl: at91-pio4: use irq_set_handler_lockedLudovic Desroches2015-10-021-5/+5
| * | | pinctrl: freescale: imx7d: support iomux lpsr controllerAdrian Alonso2015-10-021-0/+30
| * | | pinctrl: freescale: imx: add shared input select reg supportAdrian Alonso2015-10-021-1/+27
| * | | pinctrl: freescale: imx: allow mux_reg offset zeroAdrian Alonso2015-10-022-1/+5
| * | | pinctrl: freescale: imx: fix system crash if enable two pinctl instancesRobin Gong2015-10-022-2/+2