aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-11/+12
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+0
2016-10-04pinctrl: qcom: fix masking of pinmux functionsGravatar John Crispin 1-1/+1
2016-10-03gpio: acpi: separation of concernsGravatar Linus Walleij 1-1/+0
2016-09-23Merge branch 'fixes' into develGravatar Linus Walleij 2-10/+2
2016-09-23pinctrl: intel: Configure GPIO chip IRQ as wakeup interruptsGravatar Nilesh Bacchewar 1-28/+5
2016-09-23pinctrl: cherryview: Convert to use devm_gpiochip_add_data()Gravatar Mika Westerberg 1-18/+3
2016-09-23pinctrl: cherryview: Do not add all southwest and north GPIOs to IRQ domainGravatar Mika Westerberg 1-1/+33
2016-09-23Merge tag 'v4.8-rc6' into develGravatar Linus Walleij 7-48/+15
2016-09-21Merge tag 'mvebu-drivers-4.9-1' of git://git.infradead.org/linux-mvebu into n...Gravatar Arnd Bergmann 1-11/+12
2016-09-21pinctrl: mvebu: orion5x: Generalise mv88f5181l support for 88f5181Gravatar Jamie Lentin 1-11/+12
2016-09-19pinctrl: nomadik: don't default-flag IRQs as fallingGravatar Linus Walleij 1-1/+1
2016-09-15pinctrl: st: Remove STiH415/6 SoC pinctrl driver support.Gravatar Peter Griffin 1-62/+14
2016-09-15pinctrl: amlogic: gxbb: add i2c pinsGravatar Jerome Brunet 1-0/+30
2016-09-15pinctrl: amlogic: gxbb: add nand pinsGravatar Jerome Brunet 1-0/+23
2016-09-15pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependencyGravatar Arnd Bergmann 1-2/+2
2016-09-15pinctrl: amlogic: gxbb: add spi nor pinsGravatar Jerome Brunet 1-0/+14
2016-09-14Merge tag 'sh-pfc-for-v4.9-tag3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Walleij 6-9/+207
2016-09-14pinctrl: sh-pfc: r8a7794: Implement voltage switching for SDHIGravatar Simon Horman 1-1/+27
2016-09-14pinctrl: sh-pfc: r8a7791: Implement voltage switching for SDHIGravatar Simon Horman 1-1/+28
2016-09-14pinctrl: sh-pfc: Add PORT_GP_24 helper macroGravatar Simon Horman 1-2/+6
2016-09-13pinctrl: meson-gxbb: add the missing SDIO interrupt pinGravatar Martin Blumenstingl 1-1/+3
2016-09-13pinctrl: aspeed: fix regmap error handlingGravatar Arnd Bergmann 1-3/+3
2016-09-13pinctrl: mediatek: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-09-13pinctrl: stm32: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-09-13pinctrl/amd: switch to using a bool for levelGravatar Agrawal, Nitesh-kumar 1-5/+4
2016-09-13pinctrl: Add IRQ support to STM32 gpiosGravatar Alexandre TORGUE 2-1/+163
2016-09-12pinctrl: samsung: Remove an always false dev->of_node testGravatar Sylwester Nawrocki 1-9/+1
2016-09-12pinctrl: intel: merrifield: fix dup size in probeGravatar Vincent Stehlé 1-1/+1
2016-09-12pinctrl: imx: accept gpio request/free from pinctrlGravatar Vladimir Zapolskiy 1-2/+2
2016-09-12pinctrl/at91: Don't provide a default trigger typeGravatar Marc Zyngier 1-1/+1
2016-09-12pinctrl: sh-pfc: r8a7796: Add voltage switch operations for SDHIGravatar Simon Horman 1-2/+26
2016-09-12pinctrl: sh-pfc: Return pinconf with arguments in packed formatGravatar Niklas Söderlund 1-3/+5
2016-09-12pinctrl: sh-pfc: r8a7792: Add MSIOF pin groupsGravatar Sergei Shtylyov 1-0/+82
2016-09-12pinctrl: sh-pfc: r8a7792: Add QSPI pin groupsGravatar Sergei Shtylyov 1-0/+33
2016-09-08pinctrl: sunxi: Remove unsupported PWM channel pinmux in H3Gravatar Milo Kim 1-1/+0
2016-09-07pinctrl: bcm281xx: constify pinctrl_ops and pinmux_ops structuresGravatar Julia Lawall 1-2/+2
2016-09-07pinctrl: nsp: constify pinctrl_ops and pinmux_ops structuresGravatar Julia Lawall 1-2/+2
2016-09-07pinctrl: ns2: constify pinctrl_ops and pinmux_ops structuresGravatar Julia Lawall 1-2/+2
2016-09-07pinctrl/amd: Configure GPIO register using BIOS settingsGravatar Agrawal, Nitesh-kumar 1-0/+15
2016-09-07pinctrl: sunxi: Add GR8 controller supportGravatar Mylène Josserand 3-0/+546
2016-09-07pinctrl: Add pinctrl-aspeed-g5 driverGravatar Andrew Jeffery 3-0/+817
2016-09-07pinctrl: Add pinctrl-aspeed-g4 driverGravatar Andrew Jeffery 3-0/+1240
2016-09-07pinctrl: Add core support for Aspeed SoCsGravatar Andrew Jeffery 6-0/+1081
2016-09-07pinctrl: meson-gxbb: add the pins for the SDIO/sd_emmc_a controllerGravatar Martin Blumenstingl 1-0/+19
2016-09-06pinctrl: zynq: fix typo in sdio1_3_grp pin listGravatar Daniel Glöckner 1-1/+1
2016-09-06Merge tag 'sh-pfc-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Walleij 5-0/+2660
2016-09-06pinctrl: imx: output one pin/config pair per line in pinconf-groupsGravatar Vladimir Zapolskiy 1-1/+1
2016-08-27pinctrl: sirf: make core support explicitly non-modularGravatar Paul Gortmaker 1-7/+5
2016-08-27pinctrl: sirf: make atlas7 explicitly non-modularGravatar Paul Gortmaker 1-4/+1