summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-16pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=nJonas Gorski2-2/+2
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
2015-10-02pinctrl: freescale: imx7d: support iomux lpsr controllerAdrian Alonso1-0/+30
2015-10-02pinctrl: freescale: imx: add shared input select reg supportAdrian Alonso1-1/+27
2015-10-02pinctrl: freescale: imx: allow mux_reg offset zeroAdrian Alonso2-1/+5
2015-10-02pinctrl: freescale: imx: fix system crash if enable two pinctl instancesRobin Gong2-2/+2
2015-10-02pinctrl: at91-pio4: add PM stuffLudovic Desroches1-0/+76
2015-10-02pinctrl: sunxi: add allwinner A83T PIO controller supportVishnu Patekar3-0/+608
2015-10-02pinctrl: uniphier: add SD card pinmux settingsMasahiro Yamada6-0/+36
2015-10-02pinctrl: samsung: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-10-02pinctrl: mediatek: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-10-02pinctrl: sunxi: Remove unneeded semicolonJavier Martinez Canillas1-1/+1
2015-10-02pinctrl: mxs: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-10-02pinctrl: tz1090-pdc: Remove unneded semicolonsJavier Martinez Canillas1-2/+2
2015-10-02pinctrl: tz1090: Remove unneded semicolonsJavier Martinez Canillas1-2/+2
2015-10-02Merge branch 'sh-pfc-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij15-2237/+5046
2015-10-02pinctrl: sh-pfc: r8a7795: add EtherAVB supportTakeshi Kihara1-0/+87
2015-10-02pinctrl: sh-pfc: r8a7795: add Audio SSI pin supportKuninori Morimoto1-0/+231
2015-10-02pinctrl: sh-pfc: r8a7795: add Audio clock pin supportKuninori Morimoto1-0/+160
2015-10-02pinctrl: sh-pfc: r8a7795: add I2C pin supportKuninori Morimoto1-0/+77
2015-10-02pinctrl: sh-pfc: r8a7795: add SCIFx supportGeert Uytterhoeven1-0/+257
2015-10-02pinctrl: sh-pfc: Initial R8A7795 PFC supportTakeshi Kihara5-0/+2018
2015-10-02pinctrl: sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA()Kuninori Morimoto1-2/+0
2015-10-02pinctrl: sh-pfc: r8a7779: use PINMUX_IPSR_MSEL()Kuninori Morimoto1-210/+210
2015-10-02pinctrl: sh-pfc: r8a7790: use PINMUX_IPSR_MSEL()Kuninori Morimoto1-519/+519
2015-10-02pinctrl: sh-pfc: r8a7791: use PINMUX_IPSR_MSEL()Kuninori Morimoto1-538/+538
2015-10-02pinctrl: sh-pfc: r8a7794: use PINMUX_IPSR_MSEL()Kuninori Morimoto1-414/+414
2015-10-02pinctrl: sh-pfc: sh7734: use PINMUX_IPSR_MSEL()Kuninori Morimoto1-389/+389
2015-10-02pinctrl: sh-pfc: modify PINMUX_IPSR_MSEL() macro orderKuninori Morimoto1-1/+1
2015-10-02pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart5-134/+125
2015-10-02pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACYGeert Uytterhoeven1-22/+19
2015-10-02pinctrl: sh-pfc: r8a7791/r8a7793: Correct SCIFB1_B SCK MOD_SEL valueGeert Uytterhoeven1-1/+1
2015-10-02pinctrl: sh-pfc: r8a7794: Remove bogus SCIF0 SCK pin dataGeert Uytterhoeven1-18/+0
2015-10-02pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven3-1/+10
2015-10-02pinctrl: sh-pfc: Remove empty gpio_function_free()Geert Uytterhoeven1-5/+0
2015-10-02pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platformsGeert Uytterhoeven1-15/+22
2015-09-25pinctrl: mediatek: Consistently use the BIT() macroJavier Martinez Canillas1-1/+1
2015-09-25pinctrl: rockchip: add support for the rk3036Xing Zheng1-0/+17
2015-09-21pinctrl: introduce driver for Atmel PIO4 controllerLudovic Desroches3-0/+1031