aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-9/+9
2016-12-30gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven1-1/+1
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-22/+85
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-13/+56
2016-12-07gpio: chardev: Return error for seek operationsLars-Peter Clausen1-2/+3
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-13/+56
2016-11-15gpio: tag line labels used for interruptsLinus Walleij1-2/+18
2016-11-15gpio: clamp values on gpio[d]_direction_output()Linus Walleij1-5/+8
2016-11-15gpio: do not double-check direction on sleeping chipsLinus Walleij1-2/+5
2016-10-31gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen1-12/+45
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen1-0/+11
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen1-0/+13
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-10-21gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen1-0/+5
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen1-0/+2
2016-10-21gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen1-1/+1
2016-10-03gpio: acpi: separation of concernsLinus Walleij1-49/+0
2016-10-03gpio: OF: separation of concernsLinus Walleij1-39/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij1-3/+63
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg1-3/+63
2016-09-13gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg1-1/+6
2016-09-12gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier1-0/+9
2016-08-19gpio: refactor gpiochip_find() slightlyMasahiro Yamada1-8/+4
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+505
2016-07-22gpiolib: remove duplicated include from gpiolib.cWei Yongjun1-1/+0
2016-07-06Revert "gpio: convince line to become input in irq helper"Linus Walleij1-19/+0
2016-07-06gpiolib: of_find_gpio(): Don't discard errorsLars-Peter Clausen1-1/+1
2016-07-06gpio: of: Allow overriding the device nodeThierry Reding1-4/+5
2016-07-04gpio: free handles in fringe casesLinus Walleij1-4/+8
2016-07-04Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold1-36/+16
2016-06-23gpio: convince line to become input in irq helperLinus Walleij1-0/+19
2016-06-18gpiolib: make lineevent_irq_thread staticBen Dooks1-1/+1
2016-06-18gpio: make the iterator point to last handleLinus Walleij1-0/+2
2016-06-17gpio: make library immune to error pointersLinus Walleij1-3/+11
2016-06-17gpio: make sure gpiod_to_irq() returns negative on NULL descLinus Walleij1-1/+8
2016-06-16gpiolib: avoid uninitialized data in gpio kfifoArnd Bergmann1-0/+2
2016-06-15gpio: userspace ABI for reading GPIO line eventsLinus Walleij1-0/+298
2016-06-15gpio: userspace ABI for reading/writing GPIO linesLinus Walleij1-0/+193
2016-06-08gpiolib: Fix unaligned used of reference countersRicardo Ribalda Delgado1-2/+2
2016-06-08gpiolib: Fix NULL pointer deferenceRicardo Ribalda Delgado1-1/+1
2016-05-30gpio: drop lock before reading GPIO directionLinus Walleij1-2/+2
2016-05-30gpio: bail out silently on NULL descriptorsLinus Walleij1-3/+8
2016-05-30gpio: handle compatible ioctl() pointersLinus Walleij1-2/+13
2016-05-30gpio: flush direction status in gpiochip_lock_as_irq()Linus Walleij1-4/+17
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-42/+91
2016-05-02gpio: make gpiod_to_irq() return negative for NO_IRQLinus Walleij1-3/+12
2016-04-30gpio: set up initial state from .get_direction()Linus Walleij1-7/+24
2016-04-26gpio: move gpiod_set_array_value_priv()Linus Walleij1-12/+12