summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2020-01-17gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven
2020-01-09gpiolib: fix up emulated open drain outputsRussell King
2019-11-20gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado
2019-10-17gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski
2019-09-19gpio: fix line flag validation in lineevent_createKent Gibson
2019-09-19gpio: fix line flag validation in linehandle_createKent Gibson
2019-08-29gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski
2019-08-06gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu
2019-07-26gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven
2019-02-12gpiolib: Fix possible use after free on labelMuchun Song
2019-02-06gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-09-18gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
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
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-23gpio: Timestamp events in hardirq handlerLinus Walleij
2018-01-23gpio: Fix kernel stack leak to userspaceLinus Walleij
2018-01-17gpiolib: remove redundant initialization of pointer descColin Ian King
2018-01-17gpio: No NULL ownerLinus Walleij
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij
2018-01-12gpio: Break out code to get a descriptor from a DT nodeLinus Walleij