summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)AuthorFilesLines
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
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/lin...Linus Torvalds1-17/+126
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+10
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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/lin...Linus Torvalds1-107/+223
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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