aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-09gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling1-5/+7
2014-05-09gpio: ich: set regs and reglen for i3100 and ich6 chipsetVincent Donnefort1-0/+4
2014-04-22Merge tag 'gpio-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-4/+10
2014-04-18Shiraz has movedViresh Kumar1-2/+2
2014-04-14gpio / ACPI: Prevent potential wrap of GPIO value on OpRegion readMika Westerberg1-1/+1
2014-04-14gpio / ACPI: Don't crash on NULL chip->devMika Westerberg1-2/+8
2014-04-14gpio: set data first, then chip and handlerLinus Walleij1-1/+1
2014-04-07Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+25
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-03Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds35-672/+1994
2014-03-31MIPS: VR41xx: Mark GPIO lines used for IRQLinus Walleij1-0/+20
2014-03-28gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven1-16/+16
2014-03-28gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman1-1/+1
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij1-4/+29
2014-03-27pch_gpio: set value before enabling output directionDaniel Krueger1-3/+5
2014-03-27gpio: moxart: Actually set output state in moxart_gpio_direction_output()Axel Lin1-0/+1
2014-03-27gpio: moxart: Avoid forward declarationAxel Lin1-20/+19
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut1-1/+2
2014-03-27gpio: samsung: Add missing "break" statementAlexander Shiyan1-0/+1
2014-03-27gpio: twl4030: Remove redundant assignmentAlexander Shiyan1-3/+3
2014-03-26gpio: iop: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz1-0/+2
2014-03-26gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij2-62/+19
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij2-0/+191
2014-03-19gpio: ich: Add support for Intel AvotonVincent Donnefort1-1/+25
2014-03-19gpio: ich: Add output levels cache supportVincent Donnefort1-2/+19
2014-03-19gpio: ich: Add support for multiple register addressesVincent Donnefort1-12/+31
2014-03-19gpio: ich: Add blink capability optionVincent Donnefort1-1/+9
2014-03-18gpio: Driver for SYSCON-based GPIOsAlexander Shiyan3-0/+198
2014-03-18gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan1-7/+9
2014-03-18gpio: switch drivers to use new callbackLinus Walleij8-57/+56
2014-03-14gpio / ACPI: Add support for ACPI GPIO operation regionsMika Westerberg1-0/+163
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij5-4/+22
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot1-6/+6
2014-03-13gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg2-86/+131
2014-03-13gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_eventMika Westerberg1-20/+19
2014-03-13gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add()Mika Westerberg1-42/+64
2014-03-13gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg2-27/+76
2014-03-12gpio: Spelling s/than/that/Geert Uytterhoeven1-1/+1
2014-03-12gpio: cs5535: Simplify dependenciesJean Delvare1-1/+1
2014-03-12gpio: mcp23s08: trivial: fixed coding style issuesGary Servin1-11/+11
2014-03-12gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski1-0/+7
2014-03-12gpio: max732x: Fix I2C dummy device resource leak on probe failureKrzysztof Kozlowski1-0/+2
2014-03-11gpio: davinci: fix gpio selection for OFAlexander Holler1-0/+24
2014-03-07gpio-tz1090: Replace commas with semi-colonsJames Hogan1-14/+14
2014-03-07gpio: remove misleading documentationLinus Walleij1-4/+1
2014-03-07gpio: gpio-pl061: Use %pa to print 'resource_size_t'Fabio Estevam1-2/+2
2014-03-07fix build error in gpio-dwapb patchAlan Tull1-1/+1
2014-03-06gpio: zevio: depend on ARM and OF_GPIOLinus Walleij1-1/+1
2014-03-05gpio: remove obsolete tnetv107x driverArnd Bergmann2-207/+0
2014-03-05gpio: add a driver for the Synopsys DesignWare APB GPIO blockJamie Iles3-0/+448