summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: davinci: Remove custom .xlateKeerthy2017-01-261-22/+0Star
* gpio: davinci: Add support for multiple GPIO controllersKeerthy2017-01-261-1/+3
* gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipKeerthy2017-01-261-54/+73
* gpio: davinci: Remove gpio2regs functionKeerthy2017-01-261-24/+11Star
* gpio: intel-mid: Fix build warning when !CONFIG_PMAugusto Mecking Caringi2017-01-261-1/+1
* gpio: mvebu: fix warning when building on 64-bitRussell King2017-01-111-1/+1
* gpio: pca953x: Add optional reset gpio controlSteve Longerbeam2017-01-111-0/+9
* gpio: Remove impossible checks on container_of() resultStephen Boyd2017-01-111-3/+1Star
* gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko2017-01-112-4/+4
* gpiolib: Switch to for_each_set_bit()Andy Shevchenko2017-01-111-12/+6Star
* gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy2017-01-111-3/+0Star
* gpio: devres: Use global array of gpio suffixesAndy Shevchenko2017-01-091-4/+5
* gpio: of: Add support for multiple GPIOs in a single GPIO hogGeert Uytterhoeven2016-12-301-11/+20
* gpio: update my email addressJohn Crispin2016-12-303-3/+3
* gpio: mockup: coding style fixesBartosz Golaszewski2016-12-281-7/+4Star
* gpio: mockup: dynamically allocate memory for chip nameBartosz Golaszewski2016-12-281-3/+7
* gpio: mockup: make pins_name_start staticBartosz Golaszewski2016-12-281-1/+1
* gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven2016-12-281-4/+16
* gpio: rcar: set IRQ chip parent_deviceNiklas Söderlund2016-12-281-0/+1
* Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-191-1/+2
|\
| * mfd: tps65218: Remove redundant read wrapperKeerthy2016-10-261-1/+2
* | Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-1331-1152/+670Star
|\ \
| * \ Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-0711-72/+117
| |\ \
| | * | gpio: set explicit nesting on driversLinus Walleij2016-11-253-0/+6
| | * | gpio: simplify adding threaded interruptsLinus Walleij2016-11-2511-72/+111
| | |/
| * | Merge branch 'pl061' into develLinus Walleij2016-12-071-114/+94Star
| |\ \
| | * | gpio: pl061: delete platform data handlingLinus Walleij2016-12-071-38/+3Star
| | * | gpio: pl061: move platform data into driverLinus Walleij2016-12-071-1/+13
| | * | gpio: pl061: rename variable from chip to pl061Linus Walleij2016-12-071-93/+93
| | * | gpio: pl061: rename state container structLinus Walleij2016-12-071-15/+15
| | * | gpio: pl061: use local state for parent IRQ storageLinus Walleij2016-12-071-1/+4
| | |/
| * | gpio: merrifield: Implement gpio_get_direction callbackAndy Shevchenko2016-12-071-0/+9
| * | gpio: merrifield: Add support for hardware debouncerAndy Shevchenko2016-12-071-0/+22
| * | gpio: chardev: Return error for seek operationsLars-Peter Clausen2016-12-071-2/+3
| * | gpio: arizona: Tidy up probe error pathCharles Keepax2016-12-071-5/+2Star
| * | gpio: arizona: Remove pointless set of platform drvdataCharles Keepax2016-12-071-2/+0Star
| * | gpio: vf610: use builtin_platform_driverGeliang Tang2016-11-241-5/+1Star
| * | gpio: axp209: use correct register for GPIO input statusQuentin Schulz2016-11-241-6/+2Star
| * | gpio: stmpe: fix interrupt handling bugLinus Walleij2016-11-241-1/+1
| * | gpio: em: depnd on ARCH_SHMOBILEPeter Robinson2016-11-241-1/+1
| * | gpio: zx: depend on ARCH_ZXPeter Robinson2016-11-221-0/+1
| * | gpio: x86: update config dependencies for x86 specific hardwarePeter Robinson2016-11-221-5/+8
| * | gpio: mb86s7x: use builtin_platform_driverGeliang Tang2016-11-221-5/+1Star
| * | gpio: etraxfs: use builtin_platform_driverGeliang Tang2016-11-221-6/+1Star
| * | gpio: max77620: add compatible string to device id listVenkat Reddy Talla2016-11-161-0/+1
| * | gpio: intel-mid: use builtin_pci_driverGeliang Tang2016-11-151-6/+1Star
| * | gpio: tag line labels used for interruptsLinus Walleij2016-11-151-2/+18
| * | gpio: clamp values on gpio[d]_direction_output()Linus Walleij2016-11-151-5/+8
| * | gpio: htc-egpio: read output value from cacheLinus Walleij2016-11-131-4/+8
| * | gpio: htc-egpio: add .get_direction() supportLinus Walleij2016-11-121-0/+10