summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-271-6/+505
|\
| * gpiolib: remove duplicated include from gpiolib.cWei Yongjun2016-07-221-1/+0Star
| * Revert "gpio: convince line to become input in irq helper"Linus Walleij2016-07-061-19/+0Star
| * gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen2016-07-061-1/+1
| * gpio: of: Allow overriding the device nodeThierry Reding2016-07-061-4/+5
| * gpio: free handles in fringe casesLinus Walleij2016-07-041-4/+8
| * gpio: convince line to become input in irq helperLinus Walleij2016-06-231-0/+19
| * gpiolib: make lineevent_irq_thread staticBen Dooks2016-06-181-1/+1
| * gpio: make the iterator point to last handleLinus Walleij2016-06-181-0/+2
| * gpiolib: avoid uninitialized data in gpio kfifoArnd Bergmann2016-06-161-0/+2
| * gpio: userspace ABI for reading GPIO line eventsLinus Walleij2016-06-151-0/+298
| * gpio: userspace ABI for reading/writing GPIO linesLinus Walleij2016-06-151-0/+193
* | Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold2016-07-041-36/+16Star
* | gpio: make library immune to error pointersLinus Walleij2016-06-171-3/+11
* | gpio: make sure gpiod_to_irq() returns negative on NULL descLinus Walleij2016-06-171-1/+8
* | gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado2016-06-081-2/+2
* | gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado2016-06-081-1/+1
|/
* gpio: drop lock before reading GPIO directionLinus Walleij2016-05-301-2/+2
* gpio: bail out silently on NULL descriptorsLinus Walleij2016-05-301-3/+8
* gpio: handle compatible ioctl() pointersLinus Walleij2016-05-301-2/+13
* gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij2016-05-301-4/+17
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-181-42/+91
|\
| * gpio: make gpiod_to_irq() return negative for NO_IRQLinus Walleij2016-05-021-3/+12
| * gpio: set up initial state from .get_direction()Linus Walleij2016-04-301-7/+24
| * gpio: move gpiod_set_array_value_priv()Linus Walleij2016-04-261-12/+12
| * gpio: gpiolib: Print error number if gpio hog failedLaxman Dewangan2016-04-141-5/+6
| * gpio: support native single-ended hardware driversLinus Walleij2016-04-051-15/+37
* | gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck2016-04-081-31/+67
* | gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck2016-04-081-7/+12
* | gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov2016-04-081-4/+12
|/
* gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven2016-03-161-2/+2
* Merge branch 'devm-gpiochip-add-data' into develLinus Walleij2016-03-081-0/+74
|\
| * gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan2016-02-231-0/+74
* | gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang2016-03-071-40/+25Star
* | gpio: present the consumer of a line to userspaceLinus Walleij2016-02-251-4/+4
|/
* gpio: fixup line flags for userspace ABILinus Walleij2016-02-221-7/+9
* gpiolib: fix crash when gpiochip removedBamvor Jian Zhang2016-02-201-3/+2Star
* gpio: add userspace ABI for GPIO line informationLinus Walleij2016-02-191-2/+49
* gpio: store reflect the label to userspaceLinus Walleij2016-02-191-0/+13
* gpio: use kzalloc to allocate gpio_deviceJosh Cartwright2016-02-181-1/+1
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-161-0/+18
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-161-2/+15
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-161-5/+5
* gpio: reference count the gpio device for each descLinus Walleij2016-02-111-2/+6
* gpio: reflect base and ngpio into gpio_deviceLinus Walleij2016-02-111-122/+135
* gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-111-0/+9
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-111-31/+22Star
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-111-2/+2
* gpio: remember to finally free gpio_deviceLinus Walleij2016-02-111-0/+1
* gpio: add a userspace chardev ABI for GPIOsLinus Walleij2016-02-091-1/+124