summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | gpio: gpiolib-of: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-061-1/+2
| * | gpio: bcm281xx: Centralize register lockingMarkus Mayer2014-02-061-33/+49
| * | gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macroMarkus Mayer2014-02-061-1/+4
| * | gpio: intel-mid: comments cleanupDavid Cohen2014-02-031-6/+2Star
| * | gpio: pl061: remove confusing namingLinus Walleij2014-02-031-3/+2Star
| * | gpio: pl061: refactor type settingLinus Walleij2014-02-031-12/+14
| * | gpio: pl061: lock IRQs when starting themLinus Walleij2014-02-031-0/+22
| * | gpio: pl061: proper error messagesLinus Walleij2014-02-031-5/+17
* | | MIPS: VR41xx: Mark GPIO lines used for IRQLinus Walleij2014-03-311-0/+20
| |/ |/|
* | 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
|/
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-243-59/+135
|\
| * gpio: davinci: don't create irq_domain in case of unbanked irqsGrygorii Strashko2013-12-251-15/+19
| * gpio: davinci: use chained_irq_enter/chained_irq_exit APIGrygorii Strashko2013-12-251-3/+3
| * gpio: davinci: add OF supportKV Sujith2013-12-251-3/+54
| * gpio: davinci: convert to use irqdomain support.Lad, Prabhakar2013-12-251-33/+47
| * gpio: introduce GPIO_DAVINCI kconfig optionGrygorii Strashko2013-12-252-1/+8
| * gpio: davinci: get rid of DAVINCI_N_GPIOGrygorii Strashko2013-12-251-2/+2
| * gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*Lad, Prabhakar2013-12-251-18/+18
* | Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfdLinus Torvalds2014-01-213-0/+251
|\ \
| * | gpio: lp3943: Remove redundant of_match_ptr helperSachin Kamat2014-01-211-1/+1
| * | gpio: add LP3943 I2C GPIO expander driverMilo Kim2014-01-213-0/+251
* | | Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-01-2167-371/+1607
|\ \ \
| * | | gpio: mcp23s08: fix casting caused build warningSeongJae Park2014-01-201-1/+1
| * | | gpio: mcp23s08: depend on OF_GPIOLinus Walleij2014-01-201-1/+1
| * | | gpio: mcp23s08: Add irq functionality for i2c chipsLars Poeschel2014-01-172-5/+244
| * | | ARM: S5P[v210|c100|64x0]: Fix build errorSachin Kamat2014-01-151-0/+3
| * | | gpio: pxa: clamp gpio get value to [0,1]Neil Zhang2014-01-151-1/+2
| * | | ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij2014-01-141-6/+1Star
| * | | gpio / ACPI: get rid of acpi_gpio.hMika Westerberg2014-01-083-3/+26
| * | | gpio / ACPI: register to ACPI events automaticallyMika Westerberg2014-01-083-4/+39
| * | | gpio: f7188x: set can_sleep attributeSimon Guinot2014-01-071-0/+1
| * | | gpio: samsung: Remove hardware.h inclusionSachin Kamat2014-01-071-1/+0Star
| * | | gpio: xtensa: depend on HAVE_XTENSA_GPIO32Baruch Siach2014-01-071-0/+1
| * | | gpio: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan2014-01-071-1/+1