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