aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 47-837/+1196
2016-05-11gpio: zevio: make it explicitly non-modularGravatar Paul Gortmaker 1-18/+3
2016-05-11gpio: timberdale: make it explicitly non-modularGravatar Paul Gortmaker 1-30/+5
2016-05-11gpio: stmpe: make it explicitly non-modularGravatar Paul Gortmaker 1-26/+5
2016-05-11gpio: sodaville: make it explicitly non-modularGravatar Paul Gortmaker 1-22/+6
2016-05-11gpio: dwapb: Add ACPI device ID for DWAPB GPIO controller on X-Gene platformsGravatar Duc Dang 1-0/+1
2016-05-10gpio: of: make it possible to name GPIO linesGravatar Linus Walleij 1-0/+49
2016-05-02gpio: make gpiod_to_irq() return negative for NO_IRQGravatar Linus Walleij 1-3/+12
2016-05-01gpio: xgene: implement .get_direction()Gravatar Linus Walleij 1-0/+12
2016-05-01gpio: xgene: Enable ACPI support for X-Gene GFC GPIO driverGravatar Duc Dang 1-0/+9
2016-04-30gpiolib-acpi: Duplicate con_id string when adding it to the crs lookup listGravatar Ville Syrjälä 1-1/+1
2016-04-30gpio: tegra: Implement gpio_get_direction callbackGravatar Laxman Dewangan 1-0/+16
2016-04-30gpio: set up initial state from .get_direction()Gravatar Linus Walleij 1-7/+24
2016-04-29gpio: rename gpio-generic.c into gpio-mmio.cGravatar Christian Lamparter 2-0/+3
2016-04-29gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module caseGravatar Christian Lamparter 1-1/+1
2016-04-29gpio: dwapb: add gpio-signaled acpi event supportGravatar Jiang Qiu 1-0/+17
2016-04-29gpio: dwapb: convert device node to fwnodeGravatar Jiang Qiu 1-19/+17
2016-04-29gpio: dwapb: remove name from dwapb_port_propertyGravatar Jiang Qiu 1-13/+11
2016-04-29gpio/qoriq: select IRQ_DOMAINGravatar Arnd Bergmann 1-0/+1
2016-04-29gpio: tegra: Add support for gpio debounceGravatar Laxman Dewangan 1-1/+68
2016-04-29gpio: tegra: Get rid of all file scoped global variablesGravatar Laxman Dewangan 1-152/+198
2016-04-29gpio: tegra: Make of_device_id compatible data to constantGravatar Laxman Dewangan 1-2/+2
2016-04-29gpio: tegra: Don't open code of_device_get_match_data()Gravatar Laxman Dewangan 1-26/+24
2016-04-28gpio: pl061: implement .get_direction()Gravatar Linus Walleij 1-0/+8
2016-04-28gpio: pl061: remove range checkGravatar Linus Walleij 1-6/+0
2016-04-26gpio: omap: fix irq triggering in smart-idle wakeup modeGravatar Grygorii Strashko 1-40/+2
2016-04-26gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBGravatar Linus Walleij 1-1/+0
2016-04-26gpio: move gpiod_set_array_value_priv()Gravatar Linus Walleij 2-12/+16
2016-04-18gpio: f7188x: fix edit mistakeGravatar Linus Walleij 1-1/+1
2016-04-15gpio: brcmstb: Return proper error if bank width is invalidGravatar Axel Lin 1-0/+1
2016-04-14gpio: gpiolib: Print error number if gpio hog failedGravatar Laxman Dewangan 1-5/+6
2016-04-14gpio: of: Scan available child node for gpio-hogGravatar Laxman Dewangan 1-1/+1
2016-04-14gpio: tegra: Allow compile testGravatar Alexander Stein 2-1/+6
2016-04-14gpio: gpiolib-of: Allow compile testingGravatar Alexander Stein 1-1/+1
2016-04-14gpio: wm8994: use the new open drain callbackGravatar Linus Walleij 1-1/+24
2016-04-14gpio: wm831x: use the new open drain callbackGravatar Linus Walleij 1-1/+24
2016-04-14gpio: vx855: use the new open drain callbackGravatar Linus Walleij 1-0/+23
2016-04-14gpio: menz127: use the new open drain callbackGravatar Linus Walleij 1-7/+11
2016-04-14gpio: f7188x: use the new open drain callbackGravatar Linus Walleij 1-0/+33
2016-04-14gpio: f7188x: use BIT() macroGravatar Linus Walleij 1-9/+10
2016-04-14gpio: sx150x: use the new open drain callbackGravatar Linus Walleij 1-14/+27
2016-04-14gpio: sx150x: move platform data into driverGravatar Linus Walleij 1-1/+59
2016-04-14gpio: tps65218: use the new open drain callbackGravatar Linus Walleij 1-10/+35
2016-04-13gpio: of: Return error if gpio hog configuration failedGravatar Laxman Dewangan 1-6/+9
2016-04-12Revert "gpio: rcar: Fine-grained Runtime PM support"Gravatar Linus Walleij 1-17/+6
2016-04-12Revert "gpio: rcar: Add Runtime PM handling for interrupts"Gravatar Linus Walleij 1-42/+0
2016-04-09gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2Gravatar Yong Li 1-1/+41
2016-04-09gpio: zynq: Fix the error pathGravatar Shubhrajyoti Datta 1-1/+3
2016-04-09gpio: Loongson1: add Loongson1 GPIO driverGravatar Kelvin Cheung 3-0/+110
2016-04-08gpio: pca953x: Use correct u16 value for register word writeGravatar Yong Li 1-1/+2