aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven1-2/+2
2014-11-27gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein1-0/+5
2014-11-27gpio: mcp23s08: request a shared interruptAlexander Stein1-1/+2
2014-11-27gpio: mcp23s08: Do not free unrequested interruptAlexander Stein1-2/+0
2014-11-27gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura1-9/+18
2014-11-27gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim1-0/+27
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim1-0/+168
2014-11-27gpio: tz1090: Fix error handling of irq_of_parse_and_mapDmitry Torokhov1-1/+1
2014-11-25mfd: tc3589x: get rid of static baseLinus Walleij1-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina80-3231/+3640
2014-11-10gpio: add support for the Diolan DLN-2 USB GPIO driverDaniel Baluta3-0/+566
2014-11-05ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki1-1/+1
2014-11-04ACPI / GPIO: Driver GPIO mappings for ACPI GPIOsRafael J. Wysocki1-2/+41
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg2-0/+87
2014-11-04gpio: sch: Consolidate core and resume banksMika Westerberg1-180/+111
2014-11-04gpio / ACPI: Add support for _DSD device propertiesMika Westerberg3-21/+94
2014-11-04gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod()Mika Westerberg1-3/+59
2014-11-03gpio: mvebu: add suspend/resume supportThomas Petazzoni1-0/+99
2014-10-31gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram1-5/+0
2014-10-30gpio: msm-v1: Fix typo in function argumentDaniel Thompson1-1/+1
2014-10-29gpio: msm-v1: make boolean argument more obviousDaniel Thompson1-1/+1
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida1-1/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot10-26/+26
2014-10-28gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram1-6/+1
2014-10-28gpio: gpio-stp-xway: remove duplicate check on resourceVarka Bhadram1-6/+2
2014-10-28gpio: grgpio: remove irq_domain resources on failurePramod Gurav1-0/+1
2014-10-27gpio: dwapb: fix compile errorsLinus Walleij1-0/+2
2014-10-27gpio: amd8111: unmap ioport on failure casePramod Gurav1-0/+1
2014-10-24gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner3-0/+303
2014-10-21gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav1-8/+3
2014-10-21GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan3-0/+185
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang51-52/+0
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds22-478/+1054
2014-10-02gpio: pch: Build context save/restore only for PMThierry Reding1-0/+2
2014-10-02gpio: ks8695: fix 'else should follow close brace '}''Varka Bhadram1-6/+4
2014-10-02gpio: stmpe: add verbose debug codeLinus Walleij1-0/+75
2014-10-02gpio: stmpe: fix up interrupt enable logicLinus Walleij1-3/+3
2014-09-30gpio: staticize xway_stp_init()Linus Walleij1-1/+1
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij3-21/+36
2014-09-26gpio: set parent irq on chained handlersLinus Walleij1-0/+13
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko1-1/+2
2014-09-25Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2014-09-25gpio: crystalcove: support virtual GPIOAaron Lu1-3/+16
2014-09-25gpio: kona: enable only on BCM_MOBILE or for compile testingUwe Kleine-König1-1/+1
2014-09-24gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada1-1/+4
2014-09-24gpio, bcm-kona, LLVMLinux: Remove use of __initconstBehan Webster1-1/+1
2014-09-24gpio: Fix ngpio in gpio-xilinx driverGernot Vormayr1-12/+15
2014-09-24gpio: dwapb: fix pointer to integer castLinus Walleij1-2/+2
2014-09-24gpio: xgene: Remove unneeded #ifdef CONFIG_OF guardAxel Lin1-2/+0
2014-09-24gpio: xgene: Remove unneeded forward declation for struct xgene_gpioAxel Lin1-2/+0