summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik
2018-09-25gpio: Add comments on single direction chipsLinus Walleij
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij
2018-09-24gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik
2018-09-24gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik
2018-09-20Merge branch 'ib-array-bitmaps' into develLinus Walleij
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König
2018-09-10gpiolib: override irq_enable/disableHans Verkuil
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil
2018-08-10gpiolib: Avoid calling chip->request() for unused gpiosBiju Das
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das
2018-08-06gpiolib: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko
2018-07-29gpiolib: probe deferral error reportingMarcel Ziswiler
2018-07-16gpiolib: remove an unnecessary TODOBartosz Golaszewski
2018-07-16gpiolib: don't allow userspace to set values of input linesBartosz Golaszewski
2018-07-13gpiolib: Join one line back for better readabilityAndy Shevchenko
2018-07-13gpiolib: Consistent use of ->get_direction() inside gpiolibAndy Shevchenko
2018-07-09gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik
2018-07-09gpiolib: Respect error code of ->get_direction()Andy Shevchenko
2018-07-09gpiolib: Join string literals backAndy Shevchenko
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-05-16gpiolib: fix gpiochip_machine_hog()Dan Carpenter
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski
2018-04-27gpio: fix error path in lineevent_createUwe Kleine-König
2018-04-26gpioib: do not free unrequested descriptorsTimur Tabi
2018-03-27Merge branch 'gpio-reserved-ranges' into develLinus Walleij
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd
2018-03-27gpiolib: Change bitmap allocation to kmalloc_arrayStephen Boyd
2018-03-27gpiolib: Extract mask allocation into subroutineStephen Boyd
2018-03-02gpiolib: friendly debug information for consumerWang Dongsheng
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds