summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2014-01-0321-210/+3051
|\
| * Merge tag 'v3.13-rc3' into dt3-baseSimon Horman2013-12-195-8/+9
| |\
| * | sh-pfc: Support GPIO to IRQ mapping specified IRQ resourcesLaurent Pinchart2013-12-123-17/+68
| * | sh-pfc: Rename sh_pfc window field to windowsLaurent Pinchart2013-12-127-20/+21
| * | sh-pfc: sh73a0: Sort IRQ entries by IRQ numberLaurent Pinchart2013-12-121-24/+23
| * | sh-pfc: sh73a0: Add missing IRQ15Laurent Pinchart2013-12-121-0/+1
| * | sh-pfc: Terminate gpios array by -1Laurent Pinchart2013-12-122-4/+4
| * | sh-pfc: Turn unsigned indices into unsigned intLaurent Pinchart2013-12-122-5/+5
| * | pinctrl: pinconf: remove checks on ops->pin_config_getAlexandre Belloni2013-12-121-16/+4
| * | pinctrl: at91: initialize config parameter to 0Alexandre Belloni2013-12-121-1/+2
| * | pinctrl: at91: correct a few typosAlexandre Belloni2013-12-121-3/+3
| * | pinctrl: sh-pfc: pfc-r8a7790: Add VIN2 and VIN3 pinsValentine Barshak2013-12-101-0/+168
| * | pinctrl: sh-pfc: pfc-r8a7790: Add missing VIN1 pinsValentine Barshak2013-12-101-8/+104
| * | pinctrl: sh-pfc: pfc-r8a7790: Reorganize VIN0 data pinsValentine Barshak2013-12-101-30/+95
| * | pinctrl: sh-pfc: pfc-r8a7790: Group VIN0 HSYNC and VSYNC togetherValentine Barshak2013-12-101-12/+6
| * | pinctrl: sh-pfc: pfc-r8a7790: Rename VIN pin groupsValentine Barshak2013-12-101-16/+16
| * | sh-pfc: r8a7791: Fix msiof groups to follow GROUPTakashi Yoshii2013-12-101-6/+15
| * | sh-pfc: r8a7790: Add Audio pin supportKuninori Morimoto2013-12-101-0/+68
| * | sh-pfc: r8a7790: Add SSI pin supportKuninori Morimoto2013-12-101-0/+239
| * | sh-pfc: Share common PORTCR macro definitionLaurent Pinchart2013-12-105-45/+1
| * | pinctrl: make the MSM SoC driver depend on OFLinus Walleij2013-12-101-0/+1
| * | pinctrl: baytrail: lock IRQs when starting themLinus Walleij2013-12-091-0/+22
| * | pinctrl: Add msm8x74 configurationBjorn Andersson2013-12-063-0/+641
| * | pinctrl: Add Qualcomm TLMM driverBjorn Andersson2013-12-064-0/+1157
| * | pinctrl-baytrail: show pin label with the reset of the gpio debug dataMathias Nyman2013-12-031-1/+7
| * | pinctrl: pinctrl-imx: add imx25 pinctrl driverDenis Carikli2013-11-253-0/+361
| * | pinctrl: imx1-core populate subdevicesMarkus Pargmann2013-11-251-0/+7
| * | pinctrl: imx: drop redundant OF dependencyShawn Guo2013-11-251-8/+0
| * | pinctrl: nomadik: always display IRQ in debugfsLinus Walleij2013-11-251-3/+3
| * | sh-pfc: r8a7791: Fix DU pin groups organisationLaurent Pinchart2013-11-251-9/+27
* | | Merge branch 'tegra/dma-reset-rework' into next/dtOlof Johansson2013-12-265-8/+9
|\ \ \ | | |/ | |/|
| * | sh-pfc: sh7372: Fix pin bias setupLaurent Pinchart2013-12-031-1/+1
| * | sh-pfc: r8a7740: Fix pin bias setupLaurent Pinchart2013-12-031-1/+1
| * | pinctrl: abx500: Fix header file include guardAxel Lin2013-12-021-1/+1
| * | pinctrl: rockchip: missing unlock on error in rockchip_set_pull()Dan Carpenter2013-11-251-0/+1
| * | pinctrl: abx500: fix some more bitwise AND testsDan Carpenter2013-11-251-3/+3
| * | pinctrl: rockchip: testing the wrong variableDan Carpenter2013-11-251-2/+2
| |/
* | pinctrl: nomadik: decomission non-DT boot pathLinus Walleij2013-11-261-58/+22
* | pinctrl: nomadik: move platform data handling into driverLinus Walleij2013-11-262-3/+227
|/
* pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changedRoger Quadros2013-11-141-7/+3
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-122-0/+10
|\
| * Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-164-13/+13
| |\
| * | pinctrl: coh901: mark GPIO lines used for IRQLinus Walleij2013-10-161-0/+5
| * | pinctrl: nomadik: mark GPIO lines used for IRQLinus Walleij2013-10-161-0/+5
* | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1243-124/+10532
|\ \ \
| * | | pinctrl: imx50: add pinctrl support code for the IMX50 SoCGreg Ungerer2013-11-063-0/+435
| * | | pinctrl: at91: copy define to driverLinus Walleij2013-11-051-0/+1
| * | | pinctrl: remove minor dead codeMichael Opdenacker2013-11-041-3/+1
| * | | pinctrl: imx: fix using pin->input_val wronglyPeter Chen2013-11-041-3/+3
| * | | Merge branch 'pinmux/next/pfc' of git://linuxtv.org/pinchartl/fbdev into develLinus Walleij2013-11-046-0/+4285
| |\ \ \
OpenPOWER on IntegriCloud