summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
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
2016-06-15gpio: userspace ABI for reading/writing GPIO linesLinus Walleij
2016-06-08gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado
2016-06-08gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-05-02gpio: make gpiod_to_irq() return negative for NO_IRQLinus Walleij
2016-04-30gpio: set up initial state from .get_direction()Linus Walleij
2016-04-26gpio: move gpiod_set_array_value_priv()Linus Walleij
2016-04-14gpio: gpiolib: Print error number if gpio hog failedLaxman Dewangan
2016-04-08gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck
2016-04-08gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck
2016-04-08gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov
2016-04-05gpio: support native single-ended hardware driversLinus Walleij
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven
2016-03-08Merge branch 'devm-gpiochip-add-data' into develLinus Walleij
2016-03-07gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij
2016-02-19gpio: store reflect the label to userspaceLinus Walleij
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij
2016-02-11gpio: reference count the gpio device for each descLinus Walleij
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij