aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij
2017-10-20gpio: Fix loose spellingAndrew Jeffery
2017-10-19gpiolib: clear irq handler and data in one goMartin Kaiser
2017-10-19gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags for inputBartosz Golaszewski
2017-10-19gpiolib: only check line handle flags onceBartosz Golaszewski
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner
2017-10-04gpio: Alter semantics of *raw* operations to actually be rawLinus Walleij
2017-10-04gpio: Get rid of _prefix and __prefixesLinus Walleij
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-31Revert "gpiolib: request the gpio before querying its direction"Linus Walleij
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov
2017-08-14gpio: Cleanup kerneldocThierry Reding
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring
2017-08-14gpiolib: allow gpio irqchip to map irqs dynamicallyGrygorii Strashko
2017-08-14gpiolib: request the gpio before querying its directionTimur Tabi
2017-08-01gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski
2017-05-31gpiolib: remove unused variableArnd Bergmann
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax
2017-05-22gpio: export add/remove lookup table functionsAnatolij Gustschin
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan
2017-03-21gpiolib: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-03-16gpio: of: Don't return 0 on dt_gpio_count()Andy Shevchenko
2017-03-14gpiolib: Fix spelling of 'successful'Andy Shevchenko
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-02-05Merge branch 'ib-gpiod-flags' into develLinus Walleij
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon
2017-01-31gpiolib: Fix a WARN_ON that can never triggerChristophe JAILLET
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij
2017-01-26Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2017-01-26Merge branch 'ib-gpiod-flags' into develLinus Walleij
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij
2017-01-11gpio: Remove impossible checks on container_of() resultStephen Boyd