summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-3/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-123-0/+166
|\
| * gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.David Daney2013-08-263-0/+166
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-2/+2
|\ \
| * | gpio: implement gpio-ranges binding document fixStephen Warren2013-08-291-2/+2
| |/
* | Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-09-0749-1019/+1775
|\ \
| * | gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij2013-09-041-2/+5
| * | gpio: improve error path in gpiolibLinus Walleij2013-09-031-16/+25
| * | gpio: add GPIO support for F71882FG and F71889FSimon Guinot2013-08-303-0/+480
| * | gpio: mcp23s08: rename the device tree propertyLars Poeschel2013-08-301-7/+34
| * | gpio: samsung: Drop support for Exynos SoCsTomasz Figa2013-08-291-871/+0
| * | gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()Laurent Pinchart2013-08-231-5/+4
| * | gpio: pcf857x: Sort headers alphabeticallyLaurent Pinchart2013-08-231-2/+2
| * | gpio: max7301: Reverting "Do not force SPI speed when using OF Platform"Christophe Leroy2013-08-231-2/+1
| * | gpio: Fix bit masking in Kontron PLD GPIO driverBrunner Michael2013-08-161-15/+9
| * | gpio: pca953x: fix gpio input on gpio offsets >= 8Andrew Ruder2013-08-161-1/+1
| * | drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-162-12/+2
| * | drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall2013-08-161-1/+1
| * | gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enableMathias Nyman2013-08-161-0/+1
| * | gpio: Fix platform driver name in Kontron PLD GPIO driverMichael Brunner2013-08-161-1/+1
| * | gpio: adnp: Fix segfault if request_threaded_irq failsLars Poeschel2013-08-161-5/+1
| * | gpio: msm: Staticize local variable 'msm_gpio'Jingoo Han2013-08-161-1/+1
| * | gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann2013-08-161-1/+2
| * | gpio: use dev_get_platdata()Jingoo Han2013-08-1631-42/+45
| * | gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handlerUwe Kleine-König2013-08-161-0/+4
| * | gpio-mcp23s08: i2c: auto-select base if no DT match or platform dataDaniel M. Weeks2013-08-161-5/+4
| * | gpio: palmas: Fix misreported GPIO out valueAndrew Chew2013-08-161-2/+15
| * | gpio: palmas: add dt supportLaxman Dewangan2013-07-291-1/+11
| * | gpio: gpio-mxc: Include "<linux/err.h>"Fabio Estevam2013-07-231-0/+1
| * | gpio: pxa: remove dead codeDaniel Mack2013-07-211-10/+3
| * | gpio: em: Add pinctrl supportMagnus Damm2013-07-211-0/+25
| * | gpio: Kontron PLD gpio driverGuenter Roeck2013-07-213-0/+238
| * | gpiolib: replace strict_strtol() with kstrtol()Jingoo Han2013-07-211-4/+4
| * | GPIO: gpio-twl6040: Remove support for legacy (pdata) modePeter Ujfalusi2013-07-201-5/+1
| * | gpio: gpio-mxc: Use devm functionsFabio Estevam2013-07-201-28/+8
| * | gpio-tz1090: convert to use generic irqchipJames Hogan2013-07-202-75/+49
| * | gpio-tz1090-pdc: add TZ1090 PDC gpio driverJames Hogan2013-07-203-0/+251
| * | gpio-tz1090: add TZ1090 gpio driverJames Hogan2013-07-203-0/+641
* | | gpio: (gpio-pca953x) move header to linux/platform_data/Vivien Didelot2013-08-291-1/+1
| |/ |/|
* | gpio_msm: Fix build error due to missing err.hStephen Boyd2013-07-311-0/+1
* | Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT"Linus Walleij2013-07-311-40/+14
* | Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT"Linus Walleij2013-07-311-18/+0
* | Revert "gpio/omap: fix build error when OF_GPIO is not defined."Linus Walleij2013-07-311-14/+2
* | drivers: gpio: msm: Fix the error condition for reading ngpioRohit Vaswani2013-07-201-1/+1
* | gpio/omap: fix build error when OF_GPIO is not defined.Javier Martinez Canillas2013-07-201-2/+14
* | gpio/omap: auto request GPIO as input if used as IRQ via DTJavier Martinez Canillas2013-07-201-0/+18
* | gpio/omap: don't create an IRQ mapping for every GPIO on DTJavier Martinez Canillas2013-07-201-14/+40
|/
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-5/+1
|\
| * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-5/+1
* | Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0320-220/+198
|\ \