summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.14-rc6' into develLinus Walleij2014-03-145-4/+22
|\
| * gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIPAxel Lin2014-02-051-0/+1
| * gpio: clps711x: Add module alias to support module auto loadingAxel Lin2014-02-051-0/+1
| * gpio: bcm281xx: Update MODULE_AUTHORMarkus Mayer2014-02-051-2/+2
| * gpio: intel-mid: fix the incorrect return of idle callbackxinhui.pan2014-02-051-2/+2
| * gpio: xtensa: fix build when XCHAL_HAVE_CP is 0Baruch Siach2014-02-031-0/+16
* | gpio: clamp returned values to the boolean rangeAlexandre Courbot2014-03-141-6/+6
* | gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg2014-03-132-86/+131
* | gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_eventMika Westerberg2014-03-131-20/+19
* | gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add()Mika Westerberg2014-03-131-42/+64
* | gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg2014-03-132-27/+76
* | gpio: Spelling s/than/that/Geert Uytterhoeven2014-03-121-1/+1
* | gpio: cs5535: Simplify dependenciesJean Delvare2014-03-121-1/+1
* | gpio: mcp23s08: trivial: fixed coding style issuesGary Servin2014-03-121-11/+11
* | gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy errorKrzysztof Kozlowski2014-03-121-0/+7
* | gpio: max732x: Fix I2C dummy device resource leak on probe failureKrzysztof Kozlowski2014-03-121-0/+2
* | gpio: davinci: fix gpio selection for OFAlexander Holler2014-03-111-0/+24
* | gpio-tz1090: Replace commas with semi-colonsJames Hogan2014-03-071-14/+14
* | gpio: remove misleading documentationLinus Walleij2014-03-071-4/+1
* | gpio: gpio-pl061: Use %pa to print 'resource_size_t'Fabio Estevam2014-03-071-2/+2
* | fix build error in gpio-dwapb patchAlan Tull2014-03-071-1/+1
* | gpio: zevio: depend on ARM and OF_GPIOLinus Walleij2014-03-061-1/+1
* | gpio: remove obsolete tnetv107x driverArnd Bergmann2014-03-052-207/+0
* | gpio: add a driver for the Synopsys DesignWare APB GPIO blockJamie Iles2014-03-053-0/+448
* | gpio: davinci: reuse for keystone socGrygorii Strashko2014-03-041-8/+40
* | gpio: New driver for LSI ZEVIO SoCsFabian Vogt2014-02-273-0/+227
* | gpio-ts5500: Add dependencyJean Delvare2014-02-271-0/+1
* | gpio: rc5t583: Remove redundant checkAlexander Shiyan2014-02-241-1/+1
* | gpio: davinci: Use signed type for 'irq' variableAlexander Shiyan2014-02-241-1/+2
* | gpio: omap: Use devm_ioremap_resource()Jingoo Han2014-02-241-17/+3
* | gpio: pl061: Use devm_ioremap_resource()Jingoo Han2014-02-241-12/+3
* | gpio: pca953x: Fix gpio_base may not default to -1Aaron Sierra2014-02-131-1/+2
* | gpio: pca953x: Add Exar XRA1202Aaron Sierra2014-02-132-1/+4
* | gpio: pca953x: Add NXP PCA9698Aaron Sierra2014-02-132-2/+4
* | gpio: pca953x: Add devices to Kconfig helpAaron Sierra2014-02-132-1/+5
* | gpio: adp5588 - add support for gpio namesJean-Francois Dagenais2014-02-131-0/+1
* | gpio: adp5588: get value from data out when dir is outJean-Francois Dagenais2014-02-131-2/+13
* | gpiolib: ACPI: remove gpio_to_desc() usageAlexandre Courbot2014-02-121-1/+1
* | gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot2014-02-121-8/+9
* | GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar2014-02-121-1/+1
* | gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityThomas Petazzoni2014-02-121-0/+7
* | gpio: ich: Add output levels cache supportVincent Donnefort2014-02-121-2/+19
* | gpio: ich: Add support for multiple register addressesVincent Donnefort2014-02-121-12/+31
* | gpio: ich: Add blink capability optionVincent Donnefort2014-02-121-1/+9
* | gpio: make gpiod_direction_output take a logical valuePhilipp Zabel2014-02-071-19/+48
* | gpio: generic: clamp retured value to [0,1]Linus Walleij2014-02-061-1/+1
* | gpio: clps711x: Add missing .owner to struct gpio_chipAxel Lin2014-02-061-0/+1
* | gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIPAxel Lin2014-02-061-1/+1
* | gpio: generic: Add label to platform dataPawel Moll2014-02-061-0/+2
* | gpio: bcm281xx: Use "unsigned gpio" consistently throughout the codeMarkus Mayer2014-02-061-4/+4
OpenPOWER on IntegriCloud