summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2014-03-28gpio: rcar: Add helper variable dev = &pdev->devgpio-v3.15-1Geert Uytterhoeven
2014-03-28gpio-lynxpoint: force gpio_get() to return "1" and "0" onlyMathias Nyman
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij
2014-03-27pch_gpio: set value before enabling output directionDaniel Krueger
2014-03-27gpio: moxart: Actually set output state in moxart_gpio_direction_output()Axel Lin
2014-03-27gpio: moxart: Avoid forward declarationAxel Lin
2014-03-27gpio: mxs: Allow for recursive enable_irq_wake() callMarek Vasut
2014-03-27gpio: samsung: Add missing "break" statementAlexander Shiyan
2014-03-27gpio: twl4030: Remove redundant assignmentAlexander Shiyan
2014-03-26gpio: iop: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz
2014-03-26gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij
2014-03-18gpio: Driver for SYSCON-based GPIOsAlexander Shiyan
2014-03-18gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan
2014-03-18gpio: switch drivers to use new callbackLinus Walleij
2014-03-14gpio / ACPI: Add support for ACPI GPIO operation regionsMika Westerberg
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot
2014-03-13gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg
2014-03-13gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_eventMika Westerberg
2014-03-13gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add()Mika Westerberg
2014-03-13gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg
2014-03-12gpio: Spelling s/than/that/Geert Uytterhoeven
2014-03-12gpio: cs5535: Simplify dependenciesJean Delvare
2014-03-12gpio: mcp23s08: trivial: fixed coding style issuesGary Servin
2014-03-12gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski
2014-03-12gpio: max732x: Fix I2C dummy device resource leak on probe failureKrzysztof Kozlowski
2014-03-11gpio: davinci: fix gpio selection for OFAlexander Holler
2014-03-07gpio-tz1090: Replace commas with semi-colonsJames Hogan
2014-03-07gpio: remove misleading documentationLinus Walleij
2014-03-07gpio: gpio-pl061: Use %pa to print 'resource_size_t'Fabio Estevam
2014-03-07fix build error in gpio-dwapb patchAlan Tull
2014-03-06gpio: zevio: depend on ARM and OF_GPIOLinus Walleij
2014-03-05gpio: remove obsolete tnetv107x driverArnd Bergmann
2014-03-05gpio: add a driver for the Synopsys DesignWare APB GPIO blockJamie Iles
2014-03-04gpio: davinci: reuse for keystone socGrygorii Strashko
2014-02-27gpio: New driver for LSI ZEVIO SoCsFabian Vogt
2014-02-27gpio-ts5500: Add dependencyJean Delvare
2014-02-24gpio: rc5t583: Remove redundant checkAlexander Shiyan
2014-02-24gpio: davinci: Use signed type for 'irq' variableAlexander Shiyan
2014-02-24gpio: omap: Use devm_ioremap_resource()Jingoo Han
2014-02-24gpio: pl061: Use devm_ioremap_resource()Jingoo Han
2014-02-13gpio: pca953x: Fix gpio_base may not default to -1Aaron Sierra
2014-02-13gpio: pca953x: Add Exar XRA1202Aaron Sierra
2014-02-13gpio: pca953x: Add NXP PCA9698Aaron Sierra
2014-02-13gpio: pca953x: Add devices to Kconfig helpAaron Sierra
2014-02-13gpio: adp5588 - add support for gpio namesJean-Francois Dagenais
2014-02-13gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais
2014-02-12gpiolib: ACPI: remove gpio_to_desc() usageAlexandre Courbot
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot