summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pinctrl: berlin: Make berlin pinctrl driver visible if COMPILE_TEST=yJisheng Zhang2015-10-161-1/+1
| * | | pinctrl: berlin: introduce berlin_pinctrl_probe_regmap()Jisheng Zhang2015-10-162-9/+21
| * | | pinctrl: pinconf-generic: add "input-schmitt" DT propertyMasahiro Yamada2015-10-021-0/+1
| * | | pinctrl: pinconf-generic: sort pin configuration params alphabeticallyMasahiro Yamada2015-10-021-17/+17
| * | | pinctrl: at91-pio4: irq argument as been removed from irq flow handlersLudovic Desroches2015-10-021-2/+3
| * | | pinctrl: at91-pio4: use irq_set_handler_lockedLudovic Desroches2015-10-021-5/+5
| * | | pinctrl: freescale: imx7d: support iomux lpsr controllerAdrian Alonso2015-10-021-0/+30
| * | | pinctrl: freescale: imx: add shared input select reg supportAdrian Alonso2015-10-021-1/+27
| * | | pinctrl: freescale: imx: allow mux_reg offset zeroAdrian Alonso2015-10-022-1/+5
| * | | pinctrl: freescale: imx: fix system crash if enable two pinctl instancesRobin Gong2015-10-022-2/+2
| * | | pinctrl: at91-pio4: add PM stuffLudovic Desroches2015-10-021-0/+76
| * | | pinctrl: sunxi: add allwinner A83T PIO controller supportVishnu Patekar2015-10-023-0/+608
| * | | pinctrl: uniphier: add SD card pinmux settingsMasahiro Yamada2015-10-026-0/+36
| * | | pinctrl: samsung: Remove unneded semicolonJavier Martinez Canillas2015-10-021-1/+1
| * | | pinctrl: mediatek: Remove unneded semicolonJavier Martinez Canillas2015-10-021-1/+1
| * | | pinctrl: sunxi: Remove unneeded semicolonJavier Martinez Canillas2015-10-021-1/+1
| * | | pinctrl: mxs: Remove unneded semicolonJavier Martinez Canillas2015-10-021-1/+1
| * | | pinctrl: tz1090-pdc: Remove unneded semicolonsJavier Martinez Canillas2015-10-021-2/+2
| * | | pinctrl: tz1090: Remove unneded semicolonsJavier Martinez Canillas2015-10-021-2/+2
| * | | Merge branch 'sh-pfc-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij2015-10-0215-2237/+5046
| |\| |
| | * | pinctrl: sh-pfc: r8a7795: add EtherAVB supportTakeshi Kihara2015-10-021-0/+87
| | * | pinctrl: sh-pfc: r8a7795: add Audio SSI pin supportKuninori Morimoto2015-10-021-0/+231
| | * | pinctrl: sh-pfc: r8a7795: add Audio clock pin supportKuninori Morimoto2015-10-021-0/+160
| | * | pinctrl: sh-pfc: r8a7795: add I2C pin supportKuninori Morimoto2015-10-021-0/+77
| | * | pinctrl: sh-pfc: r8a7795: add SCIFx supportGeert Uytterhoeven2015-10-021-0/+257
| | * | pinctrl: sh-pfc: Initial R8A7795 PFC supportTakeshi Kihara2015-10-025-0/+2018
| | * | pinctrl: sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA()Kuninori Morimoto2015-10-021-2/+0
| | * | pinctrl: sh-pfc: r8a7779: use PINMUX_IPSR_MSEL()Kuninori Morimoto2015-10-021-210/+210
| | * | pinctrl: sh-pfc: r8a7790: use PINMUX_IPSR_MSEL()Kuninori Morimoto2015-10-021-519/+519
| | * | pinctrl: sh-pfc: r8a7791: use PINMUX_IPSR_MSEL()Kuninori Morimoto2015-10-021-538/+538
| | * | pinctrl: sh-pfc: r8a7794: use PINMUX_IPSR_MSEL()Kuninori Morimoto2015-10-021-414/+414
| | * | pinctrl: sh-pfc: sh7734: use PINMUX_IPSR_MSEL()Kuninori Morimoto2015-10-021-389/+389
| | * | pinctrl: sh-pfc: modify PINMUX_IPSR_MSEL() macro orderKuninori Morimoto2015-10-021-1/+1
| | * | pinctrl: sh-pfc: Remove hardcoded IRQ numbersLaurent Pinchart2015-10-025-134/+125
| | * | pinctrl: sh-pfc: Get rid of CONFIG_ARCH_SHMOBILE_LEGACYGeert Uytterhoeven2015-10-021-22/+19
| | * | pinctrl: sh-pfc: r8a7791/r8a7793: Correct SCIFB1_B SCK MOD_SEL valueGeert Uytterhoeven2015-10-021-1/+1
| | * | pinctrl: sh-pfc: r8a7794: Remove bogus SCIF0 SCK pin dataGeert Uytterhoeven2015-10-021-18/+0
| | * | pinctrl: sh-pfc: Confine legacy function GPIOs to SHGeert Uytterhoeven2015-10-023-1/+10
| | * | pinctrl: sh-pfc: Remove empty gpio_function_free()Geert Uytterhoeven2015-10-021-5/+0
| | * | pinctrl: sh-pfc: Stop calling gpiochip_add_pin_range() on DT platformsGeert Uytterhoeven2015-10-021-15/+22
| * | | pinctrl: mediatek: Consistently use the BIT() macroJavier Martinez Canillas2015-09-251-1/+1
| * | | pinctrl: rockchip: add support for the rk3036Xing Zheng2015-09-251-0/+17
| * | | pinctrl: introduce driver for Atmel PIO4 controllerLudovic Desroches2015-09-213-0/+1031
| | |/ | |/|
* | | pinctrl: uniphier: fix input enable settings for PH1-sLD8Masahiro Yamada2015-10-021-113/+113
* | | pinctrl: imx25: ensure that a pin with id i is at position i in the info arrayUwe Kleine-König2015-10-021-1/+3
* | | pinctrl: sun5i: Fix a10s pwm1 pinctrl mappingHans de Goede2015-10-021-1/+1
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1822-50/+44
|\ \
| * | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1622-42/+38
| * | pinctrl/pistachio: Use irq_set_handler_lockedThomas Gleixner2015-09-161-2/+2
| * | pinctrl: sunxi: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-09-161-6/+4
| |/