aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-23gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski1-1/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-36/+40
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-2/+19
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-4.21Mark Brown1-2/+3
2018-12-11gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij1-0/+2
2018-11-15gpio: drop devm_gpio_chip_match()Laurent Pinchart1-14/+0
2018-11-09gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song1-4/+21
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König1-17/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-155/+464
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown1-2/+17
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd1-2/+1
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd1-6/+2
2018-10-16gpio: Drop parent irq assignment during cascade setupStephen Boyd1-10/+0
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-2/+17
2018-10-12gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado1-2/+3
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-1/+2
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König1-1/+1
2018-10-10gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado1-14/+13
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-2/+14
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij1-4/+7
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven1-10/+10
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-14/+16
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik1-6/+3
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-6/+27
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado1-8/+28
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-0/+1
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik1-10/+25
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik1-5/+6
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij1-45/+220
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado1-1/+1
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil1-0/+10
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang1-4/+4
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik1-5/+82
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-8/+32
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik1-1/+71
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-39/+43
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König1-5/+4
2018-09-10gpiolib: override irq_enable/disableHans Verkuil1-4/+39
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil1-2/+27
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil1-24/+21
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil1-22/+33
2018-08-10gpiolib: Avoid calling chip->request() for unused gpiosBiju Das1-1/+6
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das1-0/+2
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler1-2/+2
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski1-1/+1
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski1-1/+7
2018-07-13gpiolib: Join one line back for better readabilityAndy Shevchenko1-3/+1
2018-07-13gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko1-6/+1