aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+31
2012-12-10gpio: add TS-5500 DIO blocks supportVivien Didelot1-0/+8
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-12-01gpio: pl061 depends on ARMAlessandro Rubini1-1/+1
2012-11-30Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+4
2012-11-30gpio / ACPI: add ACPI supportMathias Nyman1-0/+4
2012-11-24GPIO: mvebu: Allow all plat-orion platforms.Andrew Lunn1-1/+1
2012-11-20gpio: Add viperboard gpio driverLars Poeschel1-0/+13
2012-11-18gpio: SPEAr: add spi chipselect control driverShiraz Hashim1-0/+7
2012-11-17gpio: adnp: Depend on OF_GPIO instead of OFThierry Reding1-1/+1
2012-11-06sparc: Allow OF_GPIO on sparc.David S. Miller1-1/+1
2012-10-15GPIO: Add support for GPIO on CLPS711X-target platformAlexander Shiyan1-0/+4
2012-10-15DA9055 GPIO driverAshish Jangam1-0/+11
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+6
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+7
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+13
2012-09-30gpio: pcf857x: select IRQ_DOMAINArnd Bergmann1-0/+1