summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2017-10-31pinctrl: uniphier: remove eMMC hardware reset pin-muxMasahiro Yamada3-6/+6
2017-10-31pinctrl: rockchip: Add iomux-route switching support for rk3288Heiko Stuebner1-0/+20
2017-10-31pinctrl: intel: Add Intel Cedar Fork PCH pin controller supportMika Westerberg3-0/+384
2017-10-31pinctrl: intel: Make offset to interrupt status register configurableMika Westerberg2-8/+15
2017-10-31pinctrl: sunxi: Enforce the strict mode by defaultMaxime Ripard1-0/+1
2017-10-31pinctrl: sunxi: Disable strict mode for old pinctrl driversMaxime Ripard11-2/+13
2017-10-31pinctrl: sunxi: Introduce the strict flagMaxime Ripard2-1/+12
2017-10-20Merge tag 'sh-pfc-for-v4.15-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij11-977/+2464
2017-10-20pinctrl: sh-pfc: Save/restore registers for PSCI system suspendGeert Uytterhoeven2-0/+98
2017-10-20pinctrl: sh-pfc: r8a7796: Use generic IOCTRL register descriptionGeert Uytterhoeven1-1/+11
2017-10-20pinctrl: sh-pfc: r8a7795: Use generic IOCTRL register descriptionGeert Uytterhoeven1-1/+11
2017-10-20pinctrl: sh-pfc: r8a7795-es1: Use generic IOCTRL register descriptionGeert Uytterhoeven1-1/+11
2017-10-20pinctrl: sh-pfc: Add generic IOCTRL register descriptionGeert Uytterhoeven1-0/+5
2017-10-20pinctrl: sh-pfc: Remove obsolete sh_pfc_pin_to_bias_info()Geert Uytterhoeven3-24/+0
2017-10-20pinctrl: sh-pfc: r8a7778: Use generic bias register descriptionGeert Uytterhoeven1-181/+222
2017-10-20pinctrl: sh-pfc: r8a7796: Use generic bias register descriptionGeert Uytterhoeven1-241/+258
2017-10-20pinctrl: sh-pfc: r8a7795: Use generic bias register descriptionGeert Uytterhoeven1-241/+258
2017-10-20pinctrl: sh-pfc: r8a7795-es1: Use generic bias register descriptionGeert Uytterhoeven1-241/+258
2017-10-20pinctrl: sh-pfc: Add sh_pfc_pin_to_bias_reg() helperGeert Uytterhoeven2-0/+23
2017-10-20pinctrl: sh-pfc: Add generic bias register descriptionGeert Uytterhoeven1-0/+12
2017-10-20pinctrl: sh-pfc: Drop width parameter of sh_pfc_{read,write}_reg()Geert Uytterhoeven6-31/+30
2017-10-20pinctrl: sh-pfc: Remove matching on plain sh-pfc platform deviceGeert Uytterhoeven1-6/+1
2017-10-19gpio: mcp23s08: add support for mcp23018Phil Reid1-1/+14
2017-10-19pinctrl: adi2: Fix Kconfig build problemLinus Walleij1-1/+2
2017-10-16pinctrl: meson: rework pinmux opsJerome Brunet10-109/+194
2017-10-16pinctrl: meson: separate soc driversJerome Brunet9-79/+139
2017-10-16pinctrl: sh-pfc: r8a7745: Implement voltage switching for SDHIBiju Das1-0/+1
2017-10-16pinctrl: sh-pfc: r8a77995: Remove USB0_IDIN and USB0_IDPU pinsGeert Uytterhoeven1-4/+2
2017-10-14pinctrl: gemini: Add missing functionsLinus Walleij1-0/+10
2017-10-12pinctrl: Do not depend in GPIOLIB, select itLinus Walleij2-3/+6
2017-10-11pinctrl: sh-pfc: r8a77995: Add Audio SSI pin supportKuninori Morimoto1-0/+60
2017-10-11pinctrl: sh-pfc: r8a77995: Add Audio clock pin supportKuninori Morimoto1-0/+42
2017-10-11pinctrl: sh-pfc: r8a7796: Fix trivial typo in commentWolfram Sang1-1/+1
2017-10-11pinctrl: sh-pfc: r8a7795-es1: Fix trivial typo in commentWolfram Sang1-1/+1
2017-10-11pinctrl: sh-pfc: r8a7795: Fix trivial typo in commentWolfram Sang1-1/+1
2017-10-11pinctrl: sh-pfc: r8a7795: Add HSCIF pins, groups, and functionsWolfram Sang1-0/+283
2017-10-11pinctrl: sh-pfc: r8a7796: Add support for INTC-EX IRQ pinsTakeshi Kihara1-0/+60
2017-10-11pinctrl: sh-pfc: r8a7795: Add INTC-EX pins, groups and functionGeert Uytterhoeven1-0/+60
2017-10-11pinctrl: qcom: spmi-gpio: Update GPIO EN_CTL when setting pin configFenglin Wu1-0/+5
2017-10-11pinctrl: mcp23s08: remove unused variables from pinconf_setPhil Reid1-4/+1
2017-10-11pinctrl: change Kconfig PINCTRL variable to a menuconfigPhil Reid1-5/+4
2017-10-11pinctrl: meson: remove unused pin_baseJerome Brunet1-1/+0
2017-10-11pinctrl: meson-gx: add TEST_N i2s pinmuxJerome Brunet2-1/+10
2017-10-09pinctrl: sx150x: make struct sx150x_regmap_config staticColin Ian King1-1/+1
2017-10-09pinctrl: ingenic: make function ingenic_pinctrl_probe staticColin Ian King1-1/+1
2017-10-09pinctrl: rza1: Add support for RZ/A1LChris Brandt1-0/+134
2017-10-07Merge tag 'sh-pfc-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij3-0/+744
2017-10-07pinctrl: rockchip: rk3328: Fix the correct routing configDavid Wu1-2/+9
2017-10-07pinctrl: rockchip: Fix the rk3399 gpio0 and gpio1 banks' drv_offset at pmu grfDavid Wu1-6/+6
2017-10-07Merge branch 'pinconf-rename' into develLinus Walleij9-39/+22