summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+1
|\
| * ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg2018-10-021-1/+1
* | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-2346-847/+1835
|\ \
| * | gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd2018-10-161-2/+1
| * | gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd2018-10-161-6/+2
| * | gpio: Drop parent irq assignment during cascade setupStephen Boyd2018-10-161-10/+0
| * | gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap2018-10-151-1/+1
| * | gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado2018-10-121-2/+3
| * | gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König2018-10-101-1/+1
| * | gpio: syscon: Fix possible NULL ptr usageMarek Vasut2018-10-101-1/+1
| * | gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado2018-10-101-14/+13
| * | gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-2/+14
| * | GPIO: add single-register GPIO via CREG driverEugeniy Paltsev2018-10-103-0/+202
| * | gpio: mockup: use device properties instead of platform_dataBartosz Golaszewski2018-10-031-31/+51
| * | gpio: Slightly more helpful debugfsLinus Walleij2018-10-021-4/+7
| * | gpio: omap: Remove set but not used variable 'dev'YueHaibing2018-10-011-2/+0
| * | gpio: omap: drop omap_gpio_listGrygorii Strashko2018-10-011-4/+0
| * | Accept partial 'gpio-line-names' property.Christophe Blaess2018-10-011-12/+9
| * | gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko2018-10-011-20/+5
| * | gpio: htc-egpio: Remove set but not used variable 'bit'YueHaibing2018-10-011-2/+0
| * | gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-012-14/+14
| * | gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-011-14/+16
| * | gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik2018-10-011-6/+3
| * | gpio: new driver to work with a 8x12 sioxUwe Kleine-König2018-09-283-0/+302
| * | gpio: Add comments on single direction chipsLinus Walleij2018-09-251-6/+27
| * | gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado2018-09-251-8/+28
| * | gpio: Rename devres implementation fileLinus Walleij2018-09-252-1/+1
| * | gpio: Use SPDX header for core libraryLinus Walleij2018-09-259-32/+10
| * | Merge branch 'ib-omap' into develLinus Walleij2018-09-251-104/+227
| |\ \
| | * | gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren2018-09-241-3/+3
| | * | gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren2018-09-241-70/+108
| | * | gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2018-09-241-33/+118
| * | | gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2018-09-241-10/+25
| * | | gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik2018-09-241-5/+6
| * | | gpio: htc-egpio: Unique label per chipLinus Walleij2018-09-241-1/+7
| * | | Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-203-53/+243
| |\ \ \
| | * | | gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2018-09-131-5/+82
| | * | | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-133-10/+38
| | * | | gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-132-1/+80
| | * | | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-133-45/+51
| | |/ /
| * | | gpio: davinci: Move driver local definitions to driverAndrew F. Davis2018-09-201-0/+28
| * | | gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis2018-09-201-6/+4
| * | | gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis2018-09-201-18/+4
| * | | gpio: Get rid of legacy headerLinus Walleij2018-09-172-9/+2
| * | | gpio: wm8xxx: Cut down on boilerplateLinus Walleij2018-09-173-15/+3
| * | | gpio: wm8xxx: Use the right headerLinus Walleij2018-09-173-3/+3
| * | | gpio: xlp: Cut down on boilerplateLinus Walleij2018-09-171-9/+1
| * | | gpio: xlp: Include the right headerLinus Walleij2018-09-171-1/+1
| * | | gpio: vx855: Cut down on boilerplateLinus Walleij2018-09-171-17/+1
| * | | gpio: vx855: Include the right headerLinus Walleij2018-09-171-1/+1