aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-09gpiolib: Defer on non-DT find_chip_by_name() failureJanusz Krzysztofik1-3/+10
2018-07-09gpiolib: Respect error code of ->get_direction()Andy Shevchenko1-0/+6
2018-07-09gpiolib: Join string literals backAndy Shevchenko1-7/+5
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij1-0/+13
2018-06-08Merge tag 'gpio-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-17/+126
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-05-24gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrlsChristian Lamparter1-0/+10
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott1-17/+59
2018-05-16gpiolib: fix gpiochip_machine_hog()Dan Carpenter1-1/+1
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski1-0/+67
2018-04-27gpio: fix error path in lineevent_createUwe Kleine-König1-1/+1
2018-04-26gpioib: do not free unrequested descriptorsTimur Tabi1-2/+3
2018-03-27Merge branch 'gpio-reserved-ranges' into develLinus Walleij1-5/+61
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd1-0/+46
2018-03-27gpiolib: Change bitmap allocation to kmalloc_arrayStephen Boyd1-1/+1
2018-03-27gpiolib: Extract mask allocation into subroutineStephen Boyd1-5/+15
2018-03-02gpiolib: friendly debug information for consumerWang Dongsheng1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-107/+223
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-23gpio: Timestamp events in hardirq handlerLinus Walleij1-2/+19
2018-01-23gpio: Fix kernel stack leak to userspaceLinus Walleij1-0/+3
2018-01-17gpiolib: remove redundant initialization of pointer descColin Ian King1-1/+1
2018-01-17gpio: No NULL ownerLinus Walleij1-2/+7
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij1-4/+5
2018-01-12gpio: Break out code to get a descriptor from a DT nodeLinus Walleij1-37/+86
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd1-2/+3
2018-01-10gpio: Add missing open drain/source handling to gpiod_set_value_cansleep()Geert Uytterhoeven1-12/+23
2018-01-09gpio: correct docs about return value of gpiod_get_directionWolfram Sang1-1/+1
2018-01-05gpio: label descriptors using the device nameLinus Walleij1-1/+2
2018-01-02gpiolib: add desc validation to gpiod_set_transitory()Vladimir Zapolskiy1-0/+1
2018-01-02gpiolib: remove a redundant check in gpiod_to_chip()Vladimir Zapolskiy1-1/+1
2018-01-02gpiolib: don't dereference a desc before validationVladimir Zapolskiy1-1/+2
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-9/+18
2017-12-21gpiolib: Fix typo in comment ("piochip_add_data")Jonathan Neuschäfer1-1/+1
2017-12-21gpio: reduce descriptor validation code sizeRasmus Villemoes1-30/+27
2017-12-21Revert "gpio: set up initial state from .get_direction()"Timur Tabi1-24/+7
2017-12-20gpiolib: use kstrdup_const() for gpio_device labelBartosz Golaszewski1-6/+3
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery1-4/+57
2017-11-30Merge branch 'ib-gpio-acpi-quirks' into develLinus Walleij1-3/+1