aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds3-0/+166
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-09-07Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds49-1019/+1775
2013-09-04gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij1-2/+5
2013-09-03gpio: improve error path in gpiolibLinus Walleij1-16/+25
2013-08-30gpio: add GPIO support for F71882FG and F71889FSimon Guinot3-0/+480
2013-08-30gpio: mcp23s08: rename the device tree propertyLars Poeschel1-7/+34
2013-08-29gpio: implement gpio-ranges binding document fixStephen Warren1-2/+2
2013-08-29gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-08-29gpio: samsung: Drop support for Exynos SoCsTomasz Figa1-871/+0
2013-08-26gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.David Daney3-0/+166
2013-08-23gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart1-5/+4
2013-08-23gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart1-2/+2
2013-08-23gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy1-2/+1
2013-08-16gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael1-15/+9
2013-08-16gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder1-1/+1
2013-08-16drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2-12/+2
2013-08-16drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall1-1/+1
2013-08-16gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman1-0/+1
2013-08-16gpio: Fix platform driver name in Kontron PLD GPIO driverMichael Brunner1-1/+1
2013-08-16gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel1-5/+1
2013-08-16gpio: msm: Staticize local variable 'msm_gpio'Jingoo Han1-1/+1
2013-08-16gpio: gpiolib-of.c: make error message more meaningful by adding the node name and indexLothar Waßmann1-1/+2
2013-08-16gpio: use dev_get_platdata()Jingoo Han31-42/+45
2013-08-16gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König1-0/+4
2013-08-16gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks1-5/+4
2013-08-16gpio: palmas: Fix misreported GPIO out valueAndrew Chew1-2/+15
2013-07-31gpio_msm: Fix build error due to missing err.hStephen Boyd1-0/+1
2013-07-31Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT"Linus Walleij1-40/+14
2013-07-31Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT"Linus Walleij1-18/+0
2013-07-31Revert "gpio/omap: fix build error when OF_GPIO is not defined."Linus Walleij1-14/+2
2013-07-29gpio: palmas: add dt supportLaxman Dewangan1-1/+11
2013-07-23gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam1-0/+1
2013-07-21gpio: pxa: remove dead codeDaniel Mack1-10/+3
2013-07-21gpio: em: Add pinctrl supportMagnus Damm1-0/+25
2013-07-21gpio: Kontron PLD gpio driverGuenter Roeck3-0/+238
2013-07-21gpiolib: replace strict_strtol() with kstrtol()Jingoo Han1-4/+4
2013-07-20drivers: gpio: msm: Fix the error condition for reading ngpioRohit Vaswani1-1/+1
2013-07-20GPIO: gpio-twl6040: Remove support for legacy (pdata) modePeter Ujfalusi1-5/+1
2013-07-20gpio: gpio-mxc: Use devm functionsFabio Estevam1-28/+8
2013-07-20gpio-tz1090: convert to use generic irqchipJames Hogan2-75/+49
2013-07-20gpio-tz1090-pdc: add TZ1090 PDC gpio driverJames Hogan3-0/+251
2013-07-20gpio-tz1090: add TZ1090 gpio driverJames Hogan3-0/+641
2013-07-20gpio/omap: fix build error when OF_GPIO is not defined.Javier Martinez Canillas1-2/+14
2013-07-20gpio/omap: auto request GPIO as input if used as IRQ via DTJavier Martinez Canillas1-0/+18
2013-07-20gpio/omap: don't create an IRQ mapping for every GPIO on DTJavier Martinez Canillas1-14/+40
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+1
2013-07-03Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds20-220/+198
2013-07-02Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1