aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'linus/master' into 3.12-rc6H. Nikolaus Schaller2013-10-201-2/+3
|\
| * gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-111-1/+3
| * gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-111-1/+1
| * gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg2013-10-111-2/+3
* | Revert "added some printk statements for debugging"H. Nikolaus Schaller2013-10-131-7/+1
* | Merge branch '3.12-wip-power' into 3.12-wipH. Nikolaus Schaller2013-10-072-14/+26
|\ \
| * | gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-051-1/+3
| * | gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-051-1/+1
| * | Revert "restored old behaviour to return -EPROBE_DEFER if the chip is not yet...H. Nikolaus Schaller2013-10-051-2/+0
| * | added some printk statements for debuggingH. Nikolaus Schaller2013-10-041-1/+7
| * | restored old behaviour to return -EPROBE_DEFER if the chip is not yet probedH. Nikolaus Schaller2013-10-031-0/+2
| * | renamed private stuct gpio_chip variable to make the code better readableH. Nikolaus Schaller2013-10-031-11/+15
* | | Merge branch 'linus' (3.12-rc4) into 3.12-wipH. Nikolaus Schaller2013-10-072-61/+104
|\ \ \ | |/ / |/| / | |/
| * Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-10-051-57/+101
| |\
| | * gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas2013-10-011-46/+83
| | * gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas2013-10-011-14/+21
| * | gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart2013-09-221-4/+3
| |/
* | Merge remote-tracking branch 'linus/master' into 3.12-wipH. Nikolaus Schaller2013-09-143-3/+169
|\ \ | |/
| * 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
* | | fixed merge conflictsH. Nikolaus Schaller2013-09-121-2/+2
|\ \ \ | |/ /
| * | 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 linus/master (3.12-rc0); fixed conflictsH. Nikolaus Schaller2013-09-1049-1020/+1776
|\ \ \ | |/ /
| * | 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