summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-11-0291-3000/+11047
|\
| * 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-275-2/+65
| * pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada2015-10-271-3/+7
| * pinctrl: cygnus: Add new compatible string for gpio controller driverPramod Kumar2015-10-271-2/+2
| * pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driverPramod Kumar2015-10-271-128/+3
| * pinctrl: cygnus: Optional DT property to support pin mappingsPramod Kumar2015-10-271-3/+9
| * Merge branch 'sh-pfc-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij2015-10-2625-145/+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
| | * usb: renesas_usbhs: Remove unneeded #include <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven2015-10-201-1/+0
| | * 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: dt-binding: document berlin4ct SoC pinctrlJisheng Zhang2015-10-161-1/+4
| * | 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-022-49/+49
| * | 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: imx: imx7d iomuxc-lpsr devicetree bindingsAdrian Alonso2015-10-021-1/+62
| * | 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
| * | pinctrl: at91-pio4: add PM stuffLudovic Desroches2015-10-021-0/+76
| * | pinctrl: sunxi: add allwinner A83T PIO controller supportVishnu Patekar2015-10-024-0/+609
OpenPOWER on IntegriCloud