aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-10/+25
2013-11-06gpio: pl061: don't depend on CONFIG_ARMRob Herring1-1/+1
2013-10-29gpiolib: make GPIO_DEVRES depend on GPIOLIBAlexandre Courbot1-4/+4
2013-10-25gpio: add TB10x GPIO driverChristian Ruppert1-0/+4
2013-10-11gpio: rename gpio-langwell to gpio-intel-midDavid Cohen1-3/+3
2013-09-23Merge branch 'iop-cleanup' into develLinus Walleij1-0/+9
2013-09-20ARM: plat-iop: move the GPIO driver to drivers/gpioLinus Walleij1-0/+9
2013-09-20gpio: ucb1400: Can be built as a moduleJean Delvare1-1/+1
2013-09-20gpio: bcm281xx: Add GPIO driverMarkus Mayer1-0/+6
2013-09-19emev2: GPIOLIB: Enable support for OFIan Molton1-1/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-3/+3
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+8
2013-08-30gpio: add GPIO support for F71882FG and F71889FSimon Guinot1-0/+10
2013-08-26gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.David Daney1-0/+8
2013-07-21gpio: Kontron PLD gpio driverGuenter Roeck1-0/+12
2013-07-20gpio-tz1090: convert to use generic irqchipJames Hogan1-0/+1
2013-07-20gpio-tz1090-pdc: add TZ1090 PDC gpio driverJames Hogan1-0/+7
2013-07-20gpio-tz1090: add TZ1090 gpio driverJames Hogan1-0/+7
2013-07-03Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+2
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+11
2013-06-20Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socArnd Bergmann1-0/+7
2013-06-19ARM: SAMSUNG: Introduce GPIO_SAMSUNG Kconfig entryTomasz Figa1-0/+7
2013-06-17GPIO: xilinx: Enable driver for Xilinx zynqMichal Simek1-1/+1
2013-06-14Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanupOlof Johansson1-1/+1
2013-06-12gpio: msm: Add device tree and irqdomain support for gpio-msm-v2Rohit Vaswani1-1/+1
2013-06-11GPIO: clps711x: Rewrite driver for using generic GPIO codeAlexander Shiyan1-1/+4
2013-05-30gpio: max7300: Fix trivial typo in Kconfig help textAxel Lin1-1/+1
2013-05-20gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=mAxel Lin1-1/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+0
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+10
2013-04-26gpio: grgpio: Add device driver for GRGPIO coresAndreas Larsson1-0/+9
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-1/+0
2013-04-04gpio: vt8500: Remove arch-vt8500 gpio driverTony Prisk1-6/+0
2013-04-03gpio: Renesas R-Car GPIO driver V3Magnus Damm1-0/+6
2013-03-27gpio-lynxpoint: Add X86 dependency and io-port handling header.Mathias Nyman1-1/+1
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+11
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+7
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-02-14drivers/gpio: add missing GENERIC_HARDIRQ dependencyHeiko Carstens1-2/+2
2013-02-14gpio: palmas: Add support for Palmas GPIOLaxman Dewangan1-0/+7
2013-02-05Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git into gpio/nextGrant Likely1-0/+3
2013-02-05gpio/lynxpoint: add chipset gpio driver.Mathias Nyman1-0/+8
2013-01-30gpio: delete AB8500 driverLinus Walleij1-6/+0
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo1-0/+3
2013-01-21drivers/gpio: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-12-19gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT1-0/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+13
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1