summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2-6/+23
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-9/+9
2017-01-11gpio: mvebu: fix warning when building on 64-bitRussell King1-1/+1
2017-01-11gpio: pca953x: Add optional reset gpio controlSteve Longerbeam1-0/+9
2017-01-11gpio: Remove impossible checks on container_of() resultStephen Boyd1-3/+1
2017-01-11gpiolib: Update documentation of struct acpi_gpio_infoAndy Shevchenko2-4/+4
2017-01-11gpiolib: Switch to for_each_set_bit()Andy Shevchenko1-12/+6
2017-01-11gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy1-3/+0
2017-01-09gpio: devres: Use global array of gpio suffixesAndy Shevchenko1-4/+5
2016-12-30gpio: of: Add support for multiple GPIOs in a single GPIO hogGeert Uytterhoeven1-11/+20
2016-12-30gpio: update my email addressJohn Crispin3-3/+3
2016-12-30gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven1-1/+1
2016-12-30gpio: mxs: remove __init annotationArnd Bergmann1-1/+1
2016-12-28gpio: mockup: coding style fixesBartosz Golaszewski1-7/+4
2016-12-28gpio: mockup: dynamically allocate memory for chip nameBartosz Golaszewski1-3/+7
2016-12-28gpio: mockup: make pins_name_start staticBartosz Golaszewski1-1/+1
2016-12-28gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven1-4/+16
2016-12-28gpio: rcar: set IRQ chip parent_deviceNiklas Söderlund1-0/+1
2016-12-19Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds31-1152/+670
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij11-72/+117
2016-12-07Merge branch 'pl061' into develLinus Walleij1-114/+94
2016-12-07gpio: merrifield: Implement gpio_get_direction callbackAndy Shevchenko1-0/+9
2016-12-07gpio: merrifield: Add support for hardware debouncerAndy Shevchenko1-0/+22
2016-12-07gpio: chardev: Return error for seek operationsLars-Peter Clausen1-2/+3
2016-12-07gpio: arizona: Tidy up probe error pathCharles Keepax1-5/+2
2016-12-07gpio: arizona: Remove pointless set of platform drvdataCharles Keepax1-2/+0
2016-12-07gpio: pl061: delete platform data handlingLinus Walleij1-38/+3
2016-12-07gpio: pl061: move platform data into driverLinus Walleij1-1/+13
2016-12-07gpio: pl061: rename variable from chip to pl061Linus Walleij1-93/+93
2016-12-07gpio: pl061: rename state container structLinus Walleij1-15/+15
2016-12-07gpio: pl061: use local state for parent IRQ storageLinus Walleij1-1/+4
2016-11-25gpio: set explicit nesting on driversLinus Walleij3-0/+6
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij11-72/+111
2016-11-24gpio: vf610: use builtin_platform_driverGeliang Tang1-5/+1
2016-11-24gpio: axp209: use correct register for GPIO input statusQuentin Schulz1-6/+2
2016-11-24gpio: stmpe: fix interrupt handling bugLinus Walleij1-1/+1
2016-11-24gpio: em: depnd on ARCH_SHMOBILEPeter Robinson1-1/+1
2016-11-22gpio: zx: depend on ARCH_ZXPeter Robinson1-0/+1
2016-11-22gpio: x86: update config dependencies for x86 specific hardwarePeter Robinson1-5/+8
2016-11-22gpio: mb86s7x: use builtin_platform_driverGeliang Tang1-5/+1
2016-11-22gpio: etraxfs: use builtin_platform_driverGeliang Tang1-6/+1
2016-11-16gpio: max77620: add compatible string to device id listVenkat Reddy Talla1-0/+1
2016-11-16gpio: Remove GPIO_DEVRES optionKeno Fischer2-5/+1
2016-11-15gpio: intel-mid: use builtin_pci_driverGeliang Tang1-6/+1
2016-11-15gpio: tc3589x: fix up .get_direction()Linus Walleij1-1/+1
2016-11-15gpio: tag line labels used for interruptsLinus Walleij1-2/+18
2016-11-15gpio: clamp values on gpio[d]_direction_output()Linus Walleij1-5/+8
2016-11-15gpio: do not double-check direction on sleeping chipsLinus Walleij1-2/+5
2016-11-13gpio: htc-egpio: read output value from cacheLinus Walleij1-4/+8