summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2020-04-24Revert "gpio: set up initial state from .get_direction()"Timur Tabi
2020-01-23gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven
2020-01-12gpiolib: fix up emulated open drain outputsRussell King
2019-09-21gpio: fix line flag validation in lineevent_createKent Gibson
2019-09-21gpio: fix line flag validation in linehandle_createKent Gibson
2019-09-06gpiolib: 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-08-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven
2018-12-01gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy
2018-10-10gpiolib: Free the last requested descriptorRicardo Ribalda Delgado
2018-06-16gpio: No NULL ownerLinus Walleij
2018-05-16gpio: fix error path in lineevent_createUwe Kleine-König
2018-05-16gpioib: do not free unrequested descriptorsTimur Tabi
2018-04-13gpio: label descriptors using the device nameLinus Walleij
2018-02-03gpio: Fix kernel stack leak to userspaceLinus Walleij
2017-08-11gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski
2017-07-05gpiolib: fix filtering out unwanted eventsBartosz Golaszewski
2017-01-19gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven
2017-01-09gpio: chardev: Return error for seek operationsLars-Peter Clausen
2016-11-15gpio: do not double-check direction on sleeping chipsLinus Walleij
2016-10-31gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen
2016-10-03gpio: acpi: separation of concernsLinus Walleij
2016-10-03gpio: OF: separation of concernsLinus Walleij
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg
2016-09-12gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier
2016-08-19gpio: refactor gpiochip_find() slightlyMasahiro Yamada
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding
2016-07-04gpio: free handles in fringe casesLinus Walleij
2016-07-04Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold
2016-06-23gpio: convince line to become input in irq helperLinus Walleij
2016-06-18gpiolib: make lineevent_irq_thread staticBen Dooks
2016-06-18gpio: make the iterator point to last handleLinus Walleij
2016-06-17gpio: make library immune to error pointersLinus Walleij
2016-06-17gpio: make sure gpiod_to_irq() returns negative on NULL descLinus Walleij
2016-06-16gpiolib: avoid uninitialized data in gpio kfifoArnd Bergmann
2016-06-15gpio: userspace ABI for reading GPIO line eventsLinus Walleij