summaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
AgeCommit message (Expand)Author
2019-09-11gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij
2019-09-05gpio: Fix up merge collision in include fileLinus Walleij
2019-09-03Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-08-23gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hYueHaibing
2019-08-20gpio: Use callback presence to determine need of valid_maskLinus Walleij
2019-08-20gpio: Pass mask and size with the init_valid_mask()Linus Walleij
2019-08-20gpio: stubs in headers should be inlineStephen Rothwell
2019-08-15gpio: Add support for hierarchical IRQ domainsLinus Walleij
2019-07-30gpio: remove less important #ifdef around declarationsMasahiro Yamada
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven
2019-06-27gpio: Add comments on #if/#else/#endifEnrico Weigelt
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij
2019-06-13gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-04-08gpio: mmio: Drop bgpio_dir_invertedLinus Walleij
2019-04-05gpio: mmio: Support two direction registersLinus Walleij
2019-03-24gpiolib: export devprop_gpiochip_set_names()Jan Kundrát
2019-01-24gpio: add irq domain activate/deactivate functionsBrian Masney
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-11-16gpio: drop broken to_gpio_irq_chip() helperJohan Hovold
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado
2018-09-25gpio: Add comments on single direction chipsLinus Walleij
2018-09-10gpiolib: override irq_enable/disableHans Verkuil
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil
2018-09-10gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-08gpio: Automatically add lockdep keysThierry Reding
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding
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