aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-30gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneouslyBartosz Golaszewski1-0/+9
2017-11-30gpiolib: acpi: Consolidate debug output in acpi_gpio_update_gpiod_flags()Andy Shevchenko1-3/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+2
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+13
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-159/+423
2017-11-08gpio: Fix undefined lock_dep_classLinus Walleij1-1/+1
2017-11-08gpio: Automatically add lockdep keysThierry Reding1-29/+12
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding1-1/+2
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding1-14/+10
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding1-3/+5
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding1-1/+107
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-8/+8
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding1-4/+4
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding1-5/+12
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding1-3/+3
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding1-2/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-10/+12
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding1-7/+7
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij1-0/+13
2017-10-20gpio: Fix loose spellingAndrew Jeffery1-3/+3
2017-10-19gpiolib: clear irq handler and data in one goMartin Kaiser1-2/+2
2017-10-19gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski1-0/+6
2017-10-19gpiolib: only check line handle flags onceBartosz Golaszewski1-7/+7
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner1-11/+168
2017-10-04gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij1-43/+47
2017-10-04gpio: Get rid of _prefix and __prefixesLinus Walleij1-26/+26
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-31Revert "gpiolib: request the gpio before querying its direction"Linus Walleij1-11/+0
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov1-0/+17
2017-08-14gpio: Cleanup kerneldocThierry Reding1-22/+60
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-08-14gpiolib: allow gpio irqchip to map irqs dynamicallyGrygorii Strashko1-23/+6
2017-08-14gpiolib: request the gpio before querying its directionTimur Tabi1-0/+11
2017-08-01gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski1-5/+4
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+23
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski1-1/+2
2017-05-31gpiolib: remove unused variableArnd Bergmann1-2/+0
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko1-3/+2
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko1-2/+6
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko1-1/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+12
2017-05-22gpio: export add/remove lookup table functionsAnatolij Gustschin1-0/+2
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+8
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan1-1/+3
2017-03-21gpiolib: utilize new cdev_device_add helper functionLogan Gunthorpe1-15/+8
2017-03-16gpio: of: Don't return 0 on dt_gpio_count()Andy Shevchenko1-2/+2
2017-03-14gpiolib: Fix spelling of 'successful'Andy Shevchenko1-1/+1