aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-14pinctrl: bcm2835: Fix initial value for direction_outputStefan Wahren1-6/+7
2015-12-10pinctrl: intel: fix offset calculation issue of register PAD_OWNQipeng Zha1-4/+5
2015-12-10pinctrl: intel: fix bug of register offset calculationQipeng Zha4-17/+20
2015-12-10pinctrl: freescale: add ZERO_OFFSET_VALID flag for vf610 pinctrlShawn Guo1-1/+1
2015-12-01pinctrl: sh-pfc: sh7734: Add missing cfg macro parameter to fix buildGeert Uytterhoeven1-3/+3
2015-11-18pinctrl: mediatek: Add get_direction support.Hongzhou Yang1-7/+4
2015-11-17pinctrl: fix qcom ssbi drivers for 64-bit compilationArnd Bergmann2-2/+2
2015-11-17pinctrl: imx1-core: add missing of_node_putVaishali Thakkar1-2/+6
2015-11-17pinctrl: remove redundant if conditional from KconfigMasahiro Yamada1-4/+0
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds21-290/+42
2015-11-02Merge tag 'pinctrl-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds77-2958/+10792
2015-10-31pinctrl: pinconf: remove needless loopLaurent Meunier1-8/+5
2015-10-31pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada3-9/+9
2015-10-31pinctrl: zynq: fix UTF-8 errorsLinus Walleij1-2/+2
2015-10-30pinctrl: zynq: Initialize earlyMike Looijmans1-1/+11
2015-10-27pinctrl: at91: add missing of_node_putJulia Lawall1-1/+4
2015-10-27pinctrl: tegra-xusb: Correct lane mux optionsJon Hunter1-9/+0
2015-10-27pinctrl: intel: Add Intel Broxton pin controller supportMika Westerberg3-0/+1074
2015-10-27pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOsMika Westerberg1-4/+12
2015-10-27pinctrl: intel: Add support for multiple GPIO chips sharing the interruptMika Westerberg1-15/+37
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson1-0/+32
2015-10-27pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada1-3/+7
2015-10-27pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driverPramod Kumar1-128/+3
2015-10-26Merge branch 'sh-pfc-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij24-144/+531
2015-10-23pinctrl: sunxi: Add irq pinmuxing to sun6i "r" pincontrollerHans de Goede1-6/+18
2015-10-23pinctrl: sunxi: Fix irq_of_xlate for the r_pio pinctrl blockHans de Goede1-3/+3
2015-10-20pinctrl: sh-pfc: Remove obsolete r8a7778 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20pinctrl: sh-pfc: Remove obsolete r8a7779 platform_device_id entryGeert Uytterhoeven1-3/+0
2015-10-20pinctrl: sh-pfc: Stop including <linux/platform_data/gpio-rcar.h>Geert Uytterhoeven7-6/+5
2015-10-20pinctrl: sh-pfc: Rename .gpio_data[] to .pinmux_data[]Geert Uytterhoeven24-53/+53
2015-10-20pinctrl: sh-pfc: r8a7778: Add bias (pull-up) pinconf supportUlrich Hecht1-21/+242
2015-10-20pinctrl: sh-pfc: Add macros defining GP ports with config flagsUlrich Hecht1-22/+25
2015-10-20pinctrl: sh-pfc: r8a7794: Add VIN pin groupsKoji Matsuoka1-0/+184
2015-10-20pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to shared header fileSergei Shtylyov3-37/+23
2015-10-16pinctrl: baytrail: Fix compilation warnings when !CONFIG_PMMika Westerberg1-0/+2
2015-10-16pinctrl: intel: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-20/+20
2015-10-16pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=nJonas Gorski2-2/+2
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski21-290/+42
2015-10-16pinctrl: atlas7: support atlas7 step B changesWei Chen1-288/+1540
2015-10-16pinctrl: berlin: fix BG2CD field widthsThomas Hebb1-30/+32
2015-10-16pinctrl: berlin: fix my family name spellingAntoine Ténart5-8/+8
2015-10-16pinctrl: berlin: add explicit dependency on OFAntoine Tenart1-0/+3
2015-10-16pinctrl: berlin: select the pinctrl driver according to the SoC usedAntoine Tenart1-3/+3
2015-10-16pinctrl: berlin: add the berlin4ct pinctrl driverJisheng Zhang3-0/+509
2015-10-16pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=yJisheng Zhang1-1/+1
2015-10-16pinctrl: berlin: introduce berlin_pinctrl_probe_regmap()Jisheng Zhang2-9/+21
2015-10-02pinctrl: pinconf-generic: add "input-schmitt" DT propertyMasahiro Yamada1-0/+1
2015-10-02pinctrl: pinconf-generic: sort pin configuration params alphabeticallyMasahiro Yamada1-17/+17
2015-10-02pinctrl: at91-pio4: irq argument as been removed from irq flow handlersLudovic Desroches1-2/+3
2015-10-02pinctrl: at91-pio4: use irq_set_handler_lockedLudovic Desroches1-5/+5