summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* gpio: add a reusable generic gpio_chip using regmapMichael Walle2020-06-031-0/+4
* Merge tag 'gpio-updates-for-v5.8-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij2020-05-271-2/+2
|\
| * gpio: pca935x: Allow IRQ support for driver built as a moduleAndy Shevchenko2020-05-251-1/+1
| * gpio: pxa: Add COMPILE_TEST supportTiezhu Yang2020-05-251-1/+1
* | Merge branch 'ib-gpio-aggregator' into develLinus Walleij2020-05-181-0/+12
|\ \
| * | gpio: Add GPIO AggregatorGeert Uytterhoeven2020-05-181-0/+12
* | | gpio: xgene-sb: Allow driver to be built with COMPILE_TESTAndy Shevchenko2020-05-181-1/+1
* | | gpio: xgene-sb: Drop redundant OF_GPIO dependencyAndy Shevchenko2020-05-181-1/+1
| |/ |/|
* | gpio: pl061: Support building as moduleRob Herring2020-04-141-1/+1
|/
* gpio: mxs: add COMPILE_TEST support for GPIO_MXSAnson Huang2020-03-251-1/+1
* gpio: mxc: Add COMPILE_TEST support for GPIO_MXCAnson Huang2020-03-251-1/+1
* gpio: add driver for Mellanox BlueField 2 GPIO controllerAsmaa Mnebhi2020-03-091-0/+7
* Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-02-031-0/+12
|\
| * gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOsMatti Vaittinen2020-01-241-0/+12
* | Merge tag 'pinctrl-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-01-291-8/+0
|\ \
| * | pinctrl: lynxpoint: Move GPIO driver to pin controller folderAndy Shevchenko2019-12-131-8/+0
| |/
* | Merge tag 'gpio-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-01-291-0/+14
|\ \
| * \ Merge tag 'v5.5-rc6' into develLinus Walleij2020-01-171-2/+3
| |\ \
| * | | gpio: wcd934x: Add support to wcd934x gpio controllerSrinivas Kandagatla2020-01-151-0/+7
| * | | gpio: Add support for the Xylon LogiCVC GPIOsPaul Kocialkowski2019-12-131-0/+6
| | |/ | |/|
* | | Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-271-0/+9
|\ \ \
| * | | gpio/sifive: Add GPIO driver for SiFive SoCsYash Shah2020-01-201-0/+9
* | | | Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP"Kevin Hao2020-01-151-1/+0
| |_|/ |/| |
* | | gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko2020-01-071-0/+1
|/ /
* / gpio: tegra186: Allow building on Tegra194-only configurationsThierry Reding2019-12-161-2/+2
|/
* Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-011-1/+28
|\
| * gpio: Add xgs-iproc driverChris Packham2019-10-291-0/+9
| * gpio: Add RDA Micro GPIO controller supportManivannan Sadhasivam2019-10-291-0/+9
| * docs: driver-api: Move bt8xxgpio to the gpio directoryJonathan Neuschäfer2019-10-091-1/+1
| * gpio: tegra186: Implement wake event supportThierry Reding2019-10-051-0/+1
| * gpio: aspeed-sgpio: Rename and add Kconfig/MakefileLinus Walleij2019-09-301-0/+8
* | MIPS: Loongson64: Rename CPU TYPESJiaxun Yang2019-10-311-1/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-161-0/+9
|\
| * drivers: gpio: Add support for GPIOs over Moxtet busMarek Behún2019-08-141-0/+9
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-161-1/+1
|\ \
| * \ Merge branch 'lpc32xx/multiplatform' into arm/socArnd Bergmann2019-08-151-0/+7
| |\ \
| | * | gpio: lpc32xx: allow building on non-lpc32xx targetsArnd Bergmann2019-08-151-0/+7
| | |/
| * / ARM: remove Intel iop33x and iop13xx supportArnd Bergmann2019-08-141-1/+1
| |/
* | Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-09-031-0/+7
|\ \
| * | gpio: lpc32xx: allow building on non-lpc32xx targetsArnd Bergmann2019-08-121-0/+7
| |/
* | gpio: mockup: don't depend twice on GPIOLIBUwe Kleine-König2019-08-201-1/+0
* | gpio: thunderx: Switch to GPIOLIB_IRQCHIPLinus Walleij2019-08-151-0/+1
* | gpio: ixp4xx: Convert to hierarchical GPIOLIB_IRQCHIPLinus Walleij2019-08-151-1/+1
|/
* Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
|\
| * docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* | Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-151-0/+11
|\ \ | |/ |/|
| * gpio: Initial support for ROHM bd70528 GPIO blockMatti Vaittinen2019-06-271-0/+11
* | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-12/+8
|\ \
| * | gpio: stp-xway: allow compile-testingMartin Blumenstingl2019-07-041-1/+2
| * | gpio: xilinx: convert from OF GPIO to standard devm APIsRobert Hancock2019-06-101-1/+0