aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-07pinctrl: nsp: constify pinctrl_ops and pinmux_ops structuresJulia Lawall1-2/+2
2016-09-07pinctrl: ns2: constify pinctrl_ops and pinmux_ops structuresJulia Lawall1-2/+2
2016-09-07pinctrl/amd: Configure GPIO register using BIOS settingsAgrawal, Nitesh-kumar1-0/+15
2016-09-07pinctrl: sunxi: Add GR8 controller supportMylène Josserand3-0/+546
2016-09-07pinctrl: Add pinctrl-aspeed-g5 driverAndrew Jeffery3-0/+817
2016-09-07pinctrl: Add pinctrl-aspeed-g4 driverAndrew Jeffery3-0/+1240
2016-09-07pinctrl: Add core support for Aspeed SoCsAndrew Jeffery6-0/+1081
2016-09-07pinctrl: meson-gxbb: add the pins for the SDIO/sd_emmc_a controllerMartin Blumenstingl1-0/+19
2016-09-06pinctrl: zynq: fix typo in sdio1_3_grp pin listDaniel Glöckner1-1/+1
2016-09-06Merge tag 'sh-pfc-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij5-0/+2660
2016-09-06pinctrl: imx: output one pin/config pair per line in pinconf-groupsVladimir Zapolskiy1-1/+1
2016-08-27pinctrl: sirf: make core support explicitly non-modularPaul Gortmaker1-7/+5
2016-08-27pinctrl: sirf: make atlas7 explicitly non-modularPaul Gortmaker1-4/+1
2016-08-27pinctrl: rockchip: make it explicitly non-modularPaul Gortmaker1-6/+1
2016-08-27pinctrl: nomadik: make core support explicitly non-modularPaul Gortmaker1-5/+0
2016-08-27pinctrl: nomadik: make abx500 explicitly non-modularPaul Gortmaker1-6/+2
2016-08-27pinctrl: mediatek: make mtk-common explicitly non-modularPaul Gortmaker1-5/+0
2016-08-24pinctrl: meson-gxbb: add pins for PWMNeil Armstrong1-0/+79
2016-08-23pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33Icenowy Zheng2-4/+4
2016-08-22Merge tag 'sh-pfc-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij6-53/+3047
2016-08-22pinctrl: cherryview: Do not mask all interrupts in probeMika Westerberg1-3/+2
2016-08-22pinctrl: amlogic: gxbb: add the IR remote input pinMartin Blumenstingl1-0/+8
2016-08-22pinctrl: pistachio: fix mfio pll_lock pinmuxJames Hartley1-6/+6
2016-08-22pinctrl: palmas: fix a possible NULL dereferenceLABBE Corentin1-3/+1
2016-08-22pinctrl: exynos: remove duplicate calls in irq handlerperr perr1-5/+1
2016-08-22pinctrl: meson: get rid of unneeded domain structuresBeniamino Galvani5-228/+118
2016-08-19pinctrl: sh-pfc: r8a7796: Add SDHI pins, groups and functionsTakeshi Kihara1-0/+275
2016-08-19pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functionsTakeshi Kihara1-0/+300
2016-08-19pinctrl: sh-pfc: Initial R8A7796 PFC supportTakeshi Kihara5-0/+2085
2016-08-16pinctrl: sh-pfc: r8a7795: Add DU supportLaurent Pinchart1-0/+100
2016-08-11pinctrl: st: Use second parameter to gpio specifierPatrice Chotard1-17/+0
2016-08-11pinctrl: nomadik: use of_property_read_boolJulia Lawall1-4/+2
2016-08-11pinctrl: qcom: Add generic ssbi and spmi GPIO/MPP bindingsStephen Boyd2-0/+2
2016-08-11pinctrl: sun6i: add SPDIF to pin description.Marcus Cooper1-2/+10
2016-08-10pinctrl: intel: merrifield: Add missed headerAndy Shevchenko1-0/+1
2016-08-10pinctrl/amd: Remove the default de-bounce timeAgrawal, Nitesh-kumar1-20/+0
2016-08-10pinctrl: pistachio: Drop pinctrl_unregister for devm_ registered deviceWei Yongjun1-8/+1
2016-08-10pinctrl: meson: Drop pinctrl_unregister for devm_ registered deviceWei Yongjun1-7/+1
2016-08-08pinctrl: sh-pfc: r8a7792: Add DU pin groupsSergei Shtylyov1-0/+144
2016-08-08pinctrl: sh-pfc: r8a7792: Add VIN pin groupsSergei Shtylyov1-0/+577
2016-08-08pinctrl: sh-pfc: r8a7795: Correct header from R-Car Gen3 to R8A7795Geert Uytterhoeven1-1/+1
2016-08-08pinctrl: sh-pfc: r8a7792: Add CAN pin groupsSergei Shtylyov1-0/+37
2016-08-08pinctrl: sh-pfc: r8a7792: Add SDHI pin groupsSergei Shtylyov1-0/+51
2016-08-08pinctrl: sh-pfc: r8a7792: Add EtherAVB pin groupsSergei Shtylyov1-0/+99
2016-08-08pinctrl: sh-pfc: Add R8A7792 PFC supportSergei Shtylyov5-6/+1747
2016-08-08pinctrl: sh-pfc: Fix overly long linesSergei Shtylyov1-40/+55
2016-08-08pinctrl: sh-pfc: r8a7795: Add bias pinconf supportUlrich Hecht1-12/+242
2016-07-28Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds105-2681/+10726
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+2
2016-07-24pinctrl: fix pincontrol definition for marvellAndreas Klinger1-42/+43