summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-02-231-25/+30
|\
| * Merge branch 'ib-gpiod-flags' into develLinus Walleij2017-02-051-4/+5
| |\
| | * gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon2017-02-041-4/+5
| * | gpiolib: Fix a WARN_ON that can never triggerChristophe JAILLET2017-01-311-2/+1
| * | Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij2017-01-261-20/+36
| |\ \
| * \ \ Merge branch 'ib-gpiod-flags' into develLinus Walleij2017-01-261-5/+18
| |\ \ \ | | | |/ | | |/|
| | * | gpio: Pass GPIO label down to gpiod_requestAlexander Stein2017-01-261-2/+3
| | * | gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-261-4/+16
| * | | gpio: Remove impossible checks on container_of() resultStephen Boyd2017-01-111-3/+1
| * | | gpiolib: Switch to for_each_set_bit()Andy Shevchenko2017-01-111-12/+6
| |/ /
* | | Merge tag 'v4.10-rc6' into develLinus Walleij2017-01-301-10/+10
|\ \ \ | |_|/ |/| |
| * | gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij2017-01-191-9/+9
| * | gpio: Move freeing of GPIO hogs before numbing of the deviceGeert Uytterhoeven2016-12-301-1/+1
| |/
* | pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-20/+36
|/
* Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2016-12-131-22/+85
|\
| * Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-071-13/+56
| |\
| | * gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-13/+56
| * | gpio: chardev: Return error for seek operationsLars-Peter Clausen2016-12-071-2/+3
| * | gpio: tag line labels used for interruptsLinus Walleij2016-11-151-2/+18
| * | gpio: clamp values on gpio[d]_direction_output()Linus Walleij2016-11-151-5/+8
| |/
* | gpio: do not double-check direction on sleeping chipsLinus Walleij2016-11-151-2/+5
* | gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakLars-Peter Clausen2016-10-311-12/+45
* | gpio: GPIO_GET_LINEEVENT_IOCTL: Reject invalid line and event flagsLars-Peter Clausen2016-10-211-0/+11
* | gpio: GPIO_GET_LINEHANDLE_IOCTL: Reject invalid line flagsLars-Peter Clausen2016-10-211-0/+13
* | gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* | gpio: GPIO_GET_LINEEVENT_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
* | gpio: GPIOHANDLE_GET_LINE_VALUES_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* | gpio: GPIO_GET_LINEHANDLE_IOCTL: Validate line offsetLars-Peter Clausen2016-10-211-0/+5
* | gpio: GPIO_GET_CHIPINFO_IOCTL: Fix information leakLars-Peter Clausen2016-10-211-0/+2
* | gpio: GPIO_GET_CHIPINFO_IOCTL: Fix line offset validationLars-Peter Clausen2016-10-211-1/+1
|/
* gpio: acpi: separation of concernsLinus Walleij2016-10-031-49/+0
* gpio: OF: separation of concernsLinus Walleij2016-10-031-39/+0
* Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij2016-09-231-3/+63
|\
| * gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg2016-09-231-3/+63
* | gpiolib: Forbid irqchip default trigger for ACPI enumerated devicesMika Westerberg2016-09-131-1/+6
* | gpio/gpiolib: Forbid irqchip default trigger if probed over DTMarc Zyngier2016-09-121-0/+9
* | gpio: refactor gpiochip_find() slightlyMasahiro Yamada2016-08-191-8/+4
|/
* Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-6/+505
|\
| * gpiolib: remove duplicated include from gpiolib.cWei Yongjun2016-07-221-1/+0
| * Revert "gpio: convince line to become input in irq helper"Linus Walleij2016-07-061-19/+0
| * 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/+16
OpenPOWER on IntegriCloud