summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij2018-01-121-4/+5
* gpio: Break out code to get a descriptor from a DT nodeLinus Walleij2018-01-121-37/+86
* gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd2018-01-101-2/+3
* gpio: correct docs about return value of gpiod_get_directionWolfram Sang2018-01-091-1/+1
* gpio: label descriptors using the device nameLinus Walleij2018-01-051-1/+2
* gpiolib: add desc validation to gpiod_set_transitory()Vladimir Zapolskiy2018-01-021-0/+1
* gpiolib: remove a redundant check in gpiod_to_chip()Vladimir Zapolskiy2018-01-021-1/+1
* gpiolib: don't dereference a desc before validationVladimir Zapolskiy2018-01-021-1/+2
* gpiolib: Fix typo in comment ("piochip_add_data")Jonathan Neuschäfer2017-12-211-1/+1
* gpio: reduce descriptor validation code sizeRasmus Villemoes2017-12-211-30/+27
* Revert "gpio: set up initial state from .get_direction()"Timur Tabi2017-12-211-24/+7
* gpiolib: use kstrdup_const() for gpio_device labelBartosz Golaszewski2017-12-201-6/+3
* gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-021-4/+57
* Merge branch 'ib-gpio-acpi-quirks' into develLinus Walleij2017-11-301-3/+1
|\
| * gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko2017-11-301-3/+1
* | gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneouslyBartosz Golaszewski2017-11-301-0/+9
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-2/+2
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-159/+423
| |\
| * | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
* | | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-0/+13
|\ \ \ | |_|/ |/| |
| * | gpio: Make it possible for consumers to enforce open drainLinus Walleij2017-10-301-0/+13
| |/
* | gpio: Fix undefined lock_dep_classLinus Walleij2017-11-081-1/+1
* | gpio: Automatically add lockdep keysThierry Reding2017-11-081-29/+12
* | gpio: Introduce struct gpio_irq_chip.firstThierry Reding2017-11-081-1/+2
* | gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding2017-11-081-14/+10
* | gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding2017-11-081-3/+5
* | gpio: Implement tighter IRQ chip integrationThierry Reding2017-11-081-1/+107
* | gpio: Move lock_key into struct gpio_irq_chipThierry Reding2017-11-081-2/+2
* | gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-081-8/+8
* | gpio: Move irq_nested into struct gpio_irq_chipThierry Reding2017-11-081-4/+4
* | gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding2017-11-081-5/+12
* | gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding2017-11-081-3/+3
* | gpio: Move irq_handler to struct gpio_irq_chipThierry Reding2017-11-081-2/+2
* | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-10/+12
* | gpio: Move irqchip into struct gpio_irq_chipThierry Reding2017-11-081-7/+7
* | gpio: Fix loose spellingAndrew Jeffery2017-10-201-3/+3
* | gpiolib: clear irq handler and data in one goMartin Kaiser2017-10-191-2/+2
* | gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski2017-10-191-0/+6
* | gpiolib: only check line handle flags onceBartosz Golaszewski2017-10-191-7/+7
* | gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-191-11/+168
* | gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij2017-10-041-43/+47
* | gpio: Get rid of _prefix and __prefixesLinus Walleij2017-10-041-26/+26
|/
* Revert "gpiolib: request the gpio before querying its direction"Linus Walleij2017-08-311-11/+0
* gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov2017-08-231-0/+17
* gpio: Cleanup kerneldocThierry Reding2017-08-141-22/+60
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-141-1/+1
* gpiolib: allow gpio irqchip to map irqs dynamicallyGrygorii Strashko2017-08-141-23/+6
* gpiolib: request the gpio before querying its directionTimur Tabi2017-08-141-0/+11
* gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski2017-08-011-5/+4
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-8/+23
|\