summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * gpiolib: remove unused variableArnd Bergmann2017-05-311-2/+0
| * gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko2017-05-291-3/+2
| * gpio: acpi: Override GPIO initialization flagsAndy Shevchenko2017-05-291-2/+6
| * gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko2017-05-291-1/+1
| * gpio: Add new flags to control sleep status of GPIOsCharles Keepax2017-05-291-0/+12
| * gpio: export add/remove lookup table functionsAnatolij Gustschin2017-05-221-0/+2
* | gpiolib: fix filtering out unwanted eventsBartosz Golaszewski2017-06-291-1/+2
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-15/+8
|\
| * gpiolib: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-15/+8
* | gpio: Use unsigned int for interrupt numbersThierry Reding2017-04-131-3/+3
* | gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan2017-04-071-1/+3
* | gpio: of: Don't return 0 on dt_gpio_count()Andy Shevchenko2017-03-161-2/+2
* | gpiolib: Fix spelling of 'successful'Andy Shevchenko2017-03-141-1/+1
|/
* 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
OpenPOWER on IntegriCloud