summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* gpiolib: Avoid calling chip->request() for unused gpiosBiju Das2018-08-101-1/+6
* gpiolib: Fix of_node inconsistencyBiju Das2018-08-101-0/+2
* gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
* gpiolib: probe deferral error reportingMarcel Ziswiler2018-07-291-2/+2
* gpiolib: remove an unnecessary TODOBartosz Golaszewski2018-07-161-1/+1
* gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski2018-07-161-1/+7
* gpiolib: Join one line back for better readabilityAndy Shevchenko2018-07-131-3/+1Star
* gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko2018-07-131-6/+1Star
* gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik2018-07-091-3/+10