aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-05pinctrl: berlin: fix an error code in berlin_pinctrl_probe()Dan Carpenter1-1/+1
2014-06-19pinctrl: sunxi: Fix potential null pointer dereferenceSachin Kamat1-0/+4
2014-06-03Merge tag 'pinctrl-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into nextLinus Torvalds56-6179/+10510
2014-05-30pinctrl: sirf: fix a bad conflict resolutionLinus Walleij1-1/+1
2014-05-29pinctrl: msm: Add more MSM8X74 pin definitionsAndy Gross1-139/+538
2014-05-29pinctrl: qcom: ipq8064: Fix naming conventionKumar Gala1-1/+1
2014-05-28pinctrl: msm: Add missing sdc1 and sdc3 groupsBjorn Andersson1-0/+47
2014-05-28pinctrl: sirf: switch to using allocated state containerLinus Walleij1-93/+121
2014-05-28pinctrl: Enable "power-source" to be extracted from DT filesIvan T. Ivanov1-0/+1
2014-05-27pinctrl: sunxi: create irq/pin mapping during initChen-Yu Tsai1-2/+3
2014-05-27pinctrl: pinconf-generic: Use kmemdup instead of kmalloc + memcpyBenoit Taine1-2/+1
2014-05-27pinctrl: berlin: Use devm_ioremap_resource()Jingoo Han3-9/+9
2014-05-27pinctrl: sirf: fix typo for GPIO bank numberBarry Song1-2/+2
2014-05-27pinctrl: sunxi: depend on RESET_CONTROLLERMaxime Ripard1-0/+1
2014-05-27pinctrl: sunxi: fix pin numbers passed to register offset helpersChen-Yu Tsai1-12/+14
2014-05-27pinctrl: add pinctrl driver for imx6sxAnson Huang3-0/+415
2014-05-27pinctrl/at91: Fix lockup when IRQ on PIOC and PIOD occursAlexander Stein1-0/+13
2014-05-23pinctrl: msm: switch to using generic GPIO irqchip helpersLinus Walleij2-72/+28
2014-05-23pinctrl: sunxi: Fix multiple registration issueMaxime Ripard1-12/+17
2014-05-23pinctrl: sunxi: Fix recursive dependencyMaxime Ripard2-13/+16
2014-05-23pinctrl: berlin: add the BG2CD pinctrl driverAntoine Tenart3-0/+222
2014-05-23pinctrl: berlin: add the BG2 pinctrl driverAntoine Tenart3-0/+279
2014-05-23pinctrl: berlin: add the BG2Q pinctrl driverAntoine Tenart3-0/+441
2014-05-23pinctrl: berlin: add the core pinctrl driver for Marvell Berlin SoCsAntoine Tenart6-0/+420
2014-05-23pinctrl: baytrail: Add pull type, strength and open drain to debugfs outputMika Westerberg1-4/+51
2014-05-23pinctrl: baytrail: Register GPIO chip after chip->to_irq is setJin Yao1-6/+6
2014-05-23pinctrl: baytrail: Add back Baytrail-T ACPI IDJin Yao1-0/+1
2014-05-23pinctrl: sh-pfc: r8a73a4: Allow Multiplatform BuildMagnus Damm1-0/+3
2014-05-23pinctrl: sh-pfc: sh73a0: Allow Multiplatform BuildMagnus Damm1-0/+2
2014-05-23pinctrl: sh-pfc: r8a7740: Allow Multiplatform BuildMagnus Damm1-0/+2
2014-05-23pinctrl: sh-pfc: Don't set the pinmux_irq irq field for multiplatformLaurent Pinchart1-0/+5
2014-05-23pinctrl: sunxi: Enable the pinctrl Kconfig options by defaultMaxime Ripard1-6/+6
2014-05-22pinctrl: vt8500: Ensure value reg is updated when setting directionAlexey Charkov1-11/+12
2014-05-09pinctrl: rockchip: base regmap supplied by a sysconHeiko Stübner1-19/+28
2014-05-09pinctrl: rockchip: only map bank0-pull-region when pmu regmap missingHeiko Stübner1-11/+19
2014-05-09pinctrl: rockchip: let pmu registers be supplied by a sysconHeiko Stübner1-2/+15
2014-05-09pinctrl: rockchip: rockchip_pinctrl in rockchip_get_bank_dataHeiko Stübner1-8/+9
2014-05-09pinctrl: rockchip: use regmaps instead of raw mappingsHeiko Stübner2-36/+81
2014-05-09pinctrl: rockchip: do not require 2nd register areaHeiko Stübner1-3/+12
2014-05-09Merge tag 'sunxi-pinctrl-for-3.16' of https://github.com/mripard/linux into develLinus Walleij14-4611/+4524
2014-05-04pinctrl: sunxi: Move the reset handling functions out of the coreMaxime Ripard2-16/+23
2014-05-04pinctrl: sunxi: Introduce per-driver Kconfig optionsMaxime Ripard2-6/+30
2014-05-04pinctrl: sunxi: Move Allwinner A20 pinctrl driver to a driver of its ownMaxime Ripard3-37/+33
2014-05-04pinctrl: sunxi: Move Allwinner A31 special pins driver to a driver of its ownMaxime Ripard4-75/+123
2014-05-04pinctrl: sunxi: Move Allwinner A31 pinctrl driver to a driver of its ownMaxime Ripard4-821/+866
2014-05-04pinctrl: sunxi: Move Allwinner A13 pinctrl driver to a driver of its ownMaxime Ripard4-367/+412
2014-05-04pinctrl: sunxi: Move Allwinner A10s pinctrl driver to a driver of its ownMaxime Ripard4-646/+691
2014-05-04pinctrl: sunxi: Move Allwinner A10 pinctrl driver to a driver of its ownMaxime Ripard4-995/+1043
2014-05-04pinctrl: sunxi: Libraryse the driverMaxime Ripard2-7/+17
2014-05-03pinctrl: sunxi: Switch to devm_ioremap_resourceMaxime Ripard1-3/+5