summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-52/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-103/+941
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2014-12-12gpio: mcp23s08: fix up compilation errorLinus Walleij-2/+3
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+60
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-207/+337
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki-5/+5
2014-12-04gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-4/+4
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki-1/+1
2014-12-03gpio: pl061: hook request if gpio-ranges avaiableYunlei He-6/+14
2014-12-03gpio: mcp23s08: Add option to configure IRQ output polarity as active highAlexander Stein-7/+23
2014-12-02gpio: fix deferred probe detection for legacy APIAlexandre Courbot-2/+14
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot-6/+4
2014-11-28gpio: remove gpio_descs global arrayAlexandre Courbot-16/+31
2014-11-28gpio: mxs: implement get_direction callbackJanusz Uzycki-0/+13
2014-11-28gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven-6/+1
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven-2/+2
2014-11-27gpio: mcp23s08: Add simple IRQ support for SPI devicesAlexander Stein-0/+5
2014-11-27gpio: mcp23s08: request a shared interruptAlexander Stein-1/+2
2014-11-27gpio: mcp23s08: Do not free unrequested interruptAlexander Stein-2/+0
2014-11-27gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura-9/+18
2014-11-27gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple functionRojhalat Ibrahim-0/+27
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim-0/+168
2014-11-27gpio: tz1090: Fix error handling of irq_of_parse_and_mapDmitry Torokhov-1/+1
2014-11-25mfd: tc3589x: get rid of static baseLinus Walleij-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-3231/+3640
2014-11-10gpio: add support for the Diolan DLN-2 USB GPIO driverDaniel Baluta-0/+566
2014-11-05ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki-1/+1
2014-11-04ACPI / GPIO: Driver GPIO mappings for ACPI GPIOsRafael J. Wysocki-2/+41
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg-0/+87
2014-11-04gpio: sch: Consolidate core and resume banksMika Westerberg-181/+112
2014-11-04gpio / ACPI: Add support for _DSD device propertiesMika Westerberg-21/+94
2014-11-04gpio / ACPI: Add knowledge about pin controllers to acpi_get_gpiod()Mika Westerberg-3/+59
2014-11-03gpio: mvebu: add suspend/resume supportThomas Petazzoni-0/+99
2014-10-31gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram-5/+0
2014-10-30gpio: msm-v1: Fix typo in function argumentDaniel Thompson-1/+1
2014-10-29gpio: msm-v1: make boolean argument more obviousDaniel Thompson-1/+1
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida-1/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot-26/+26
2014-10-28gpio: gpio-tb10x: remove duplicate check on resourceVarka Bhadram-6/+1
2014-10-28gpio: gpio-stp-xway: remove duplicate check on resourceVarka Bhadram-6/+2
2014-10-28gpio: grgpio: remove irq_domain resources on failurePramod Gurav-0/+1
2014-10-27gpio: dwapb: fix compile errorsLinus Walleij-0/+2
2014-10-27gpio: amd8111: unmap ioport on failure casePramod Gurav-0/+1
2014-10-24gpio: vf610: add gpiolib/IRQ chip driver for VybridStefan Agner-0/+303
2014-10-21gpio: cs5535: Switch to using managed resources with devm_Pramod Gurav-8/+3
2014-10-21GPIO: Add driver for 74xx-ICs with MMIO accessAlexander Shiyan-0/+185
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang-52/+0
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-478/+1054
2014-10-02gpio: pch: Build context save/restore only for PMThierry Reding-0/+2