summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven2019-04-251-4/+8
* Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery2019-03-271-2/+2
* Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-02-171-1/+8
|\
| * gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski2019-01-231-1/+8
* | Merge branch 'ib-pca953x-config' into develLinus Walleij2019-02-141-16/+34
|\ \
| * | gpio: add core support for pull-up/pull-down configurationThomas Petazzoni2019-02-131-0/+18
| * | gpio: use new gpio_set_config() helper in more placesThomas Petazzoni2019-02-131-2/+2
| * | gpio: rename gpio_set_drive_single_ended() to gpio_set_config()Thomas Petazzoni2019-02-131-14/+14
| |/
* / gpio: add irq domain activate/deactivate functionsBrian Masney2019-01-241-0/+37
|/
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-291-36/+40
|\
| * gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-2/+19
| * gpio: drop devm_gpio_chip_match()Laurent Pinchart2018-11-151-14/+0Star
| * gpiolib: Fix possible use after free on labelMuchun Song2018-11-051-4/+21
| * gpio: drop devm_gpiochip_remove()Uwe Kleine-König2018-11-051-17/+1Star
* | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-111-2/+3
|\ \
| * | gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy2018-11-091-2/+3
| |/
* / gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij2018-12-111-0/+2
|/
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-155/+464
|\
| * gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd2018-10-161-2/+1Star
| * gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd2018-10-161-6/+2Star
| * gpio: Drop parent irq assignment during cascade setupStephen Boyd2018-10-161-10/+0Star
| * 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
| * gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado2018-10-101-14/+13Star
| * gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-2/+14
| * gpio: Slightly more helpful debugfsLinus Walleij2018-10-021-4/+7
| * gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-011-10/+10
| * 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/+3Star
| * 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: Use SPDX header for core libraryLinus Walleij2018-09-251-0/+1
| * 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
| * Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-201-45/+220
| |\
| | * 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-131-8/+32
| | * gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-131-1/+71
| | * gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-39/+43
| * | gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil2018-09-171-0/+10
| * | gpiolib: use better errno if get_direction is not availableWolfram Sang2018-09-141-4/+4
| * | gpiolib: Don't support irq sharing for userspaceUwe Kleine-König2018-09-131-5/+4Star
| * | gpiolib: override irq_enable/disableHans Verkuil2018-09-101-4/+39
| * | gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-101-2/+27
| * | gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil2018-09-101-24/+21Star
| * | gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil2018-09-101-22/+33
| |/
* | Merge branch 'regulator-4.20' into regulator-nextMark Brown2018-10-211-2/+17
|\ \
| * | regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij2018-10-121-2/+17
| |/
* | gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd2018-10-101-1/+2
* | gpiolib: Free the last requested descriptorRicardo Ribalda Delgado2018-09-191-1/+1
|/