summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven2014-11-271-2/+2
* gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein2014-11-271-0/+5
* gpio: mcp23s08: request a shared interruptAlexander Stein2014-11-271-1/+2
* gpio: mcp23s08: Do not free unrequested interruptAlexander Stein2014-11-271-2/+0
* gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura2014-11-271-9/+18
* gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim2014-11-271-0/+27
* gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-271-0/+168
* gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-031-0/+99
* gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram2014-10-311-5/+0
* gpio: msm-v1: Fix typo in function argumentDaniel Thompson2014-10-301-1/+1
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-2810-26/+26
* gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+1
* gpio: gpio-stp-xway: remove duplicate check on resourceVarka Bhadram2014-10-281-6/+2
* gpio: grgpio: remove irq_domain resources on failurePramod Gurav2014-10-281-0/+1
* gpio: dwapb: fix compile errorsLinus Walleij2014-10-271-0/+2
* gpio: amd8111: unmap ioport on failure casePramod Gurav2014-10-271-0/+1
* gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner2014-10-243-0/+303
* gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav2014-10-211-8/+3
* GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan2014-10-213-0/+185
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-0922-478/+1054
|\
| * gpio: pch: Build context save/restore only for PMThierry Reding2014-10-021-0/+2
| * gpio: ks8695: fix 'else should follow close brace '}''Varka Bhadram2014-10-021-6/+4
| * gpio: stmpe: add verbose debug codeLinus Walleij2014-10-021-0/+75
| * gpio: stmpe: fix up interrupt enable logicLinus Walleij2014-10-021-3/+3
| * gpio: staticize xway_stp_init()Linus Walleij2014-09-301-1/+1
| * gpio: handle also nested irqchips in the chained handler set-upLinus Walleij2014-09-263-21/+36
| * gpio: set parent irq on chained handlersLinus Walleij2014-09-261-0/+13
| * gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko2014-09-261-1/+2
| * gpio: crystalcove: support virtual GPIOAaron Lu2014-09-251-3/+16
| * gpio: kona: enable only on BCM_MOBILE or for compile testingUwe Kleine-König2014-09-251-1/+1
| * gpio, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster2014-09-241-1/+1
| * gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr2014-09-241-12/+15
| * gpio: dwapb: fix pointer to integer castLinus Walleij2014-09-241-2/+2
| * gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin2014-09-241-2/+0
| * gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin2014-09-241-2/+0
| * gpio: xgene: Fix missing spin_lock_init()Axel Lin2014-09-241-0/+1
| * gpio: ks8695: fix switch case indentationVarka Bhadram2014-09-241-10/+10
| * gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila2014-09-241-1/+1
| * gpio: Fix return value check in xgene_gpio_probe()Wei Yongjun2014-09-241-2/+2
| * GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan2014-09-231-1/+1
| * gpio: omap: Fix interrupt namesNishanth Menon2014-09-231-14/+17
| * gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTRPaul Bolle2014-09-231-50/+0
| * gpio: use container_of to resolve cs5535_gpio_chip from gpio_chipFabian Frederick2014-09-231-3/+6
| * GPIO: gpio-dwapb: Suspend & Resume PM enablingWeike Chen2014-09-231-0/+115
| * GPIO: gpio-dwapb: Support DebounceWeike Chen2014-09-231-2/+34
| * GPIO: gpio-dwapb: Change readl&writel to dwapb_read&dwapb_writeWeike Chen2014-09-231-10/+27
| * GPIO: gpio-dwapb: Enable platform driver binding to MFD driverWeike Chen2014-09-232-58/+167
| * gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe2014-09-231-17/+7
| * gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij2014-09-234-19/+7
| * driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-2/+1