summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAge
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-28
|\
| * gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-14
| * gpio: drop devm_gpio_chip_match()Laurent Pinchart2018-11-15
| * gpiolib: Fix possible use after free on labelMuchun Song2018-11-05
| * gpio: drop devm_gpiochip_remove()Uwe Kleine-König2018-11-05
* | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-11
|\ \
| * | gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy2018-11-09
| |/
* / gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij2018-12-10
|/
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-23
|\
| * gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd2018-10-16
| * gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd2018-10-16
| * gpio: Drop parent irq assignment during cascade setupStephen Boyd2018-10-16
| * gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado2018-10-12
| * gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König2018-10-10
| * gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado2018-10-10
| * gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-10
| * gpio: Slightly more helpful debugfsLinus Walleij2018-10-02
| * gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-01
| * gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-01
| * gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik2018-10-01
| * gpio: Add comments on single direction chipsLinus Walleij2018-09-25
| * gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado2018-09-25
| * gpio: Use SPDX header for core libraryLinus Walleij2018-09-25
| * gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2018-09-24
| * gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik2018-09-24
| * Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-20
| |\
| | * gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2018-09-13
| | * gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-13
| | * gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-13
| | * gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-13
| * | gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil2018-09-17
| * | gpiolib: use better errno if get_direction is not availableWolfram Sang2018-09-14
| * | gpiolib: Don't support irq sharing for userspaceUwe Kleine-König2018-09-13
| * | gpiolib: override irq_enable/disableHans Verkuil2018-09-10
| * | gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-10
| * | gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil2018-09-10
| * | gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil2018-09-10
| |/
* | Merge branch 'regulator-4.20' into regulator-nextMark Brown2018-10-21
|\ \
| * | regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij2018-10-12
| |/
* | gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd2018-10-10
* | gpiolib: Free the last requested descriptorRicardo Ribalda Delgado2018-09-18
|/
* gpiolib: Avoid calling chip->request() for unused gpiosBiju Das2018-08-10
* gpiolib: Fix of_node inconsistencyBiju Das2018-08-10
* gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-06
* gpiolib: probe deferral error reportingMarcel Ziswiler2018-07-29
* gpiolib: remove an unnecessary TODOBartosz Golaszewski2018-07-16
* gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski2018-07-16
* gpiolib: Join one line back for better readabilityAndy Shevchenko2018-07-13
* gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko2018-07-13
* gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik2018-07-09