aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+36
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-0/+7
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-1/+6
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-1/+5
2018-09-10gpiolib: override irq_enable/disableHans Verkuil1-0/+14
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil1-0/+2
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil1-0/+2
2018-09-10gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap1-1/+7
2018-08-10gpio: mmio: Fix up inverted direction registersLinus Walleij1-0/+3
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd1-0/+16
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+3
2018-01-10gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd1-0/+3
2017-12-28kernel/irq: Extend lockdep class for request mutexAndrew Lunn1-12/+21
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-33/+182
2017-11-08gpio: Automatically add lockdep keysThierry Reding1-1/+35
2017-11-08gpio: Introduce struct gpio_irq_chip.firstThierry Reding1-0/+8
2017-11-08gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding1-4/+4
2017-11-08gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding1-0/+4
2017-11-08gpio: Implement tighter IRQ chip integrationThierry Reding1-0/+7
2017-11-08gpio: Move lock_key into struct gpio_irq_chipThierry Reding1-2/+7
2017-11-08gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding1-6/+15
2017-11-08gpio: Move irq_nested into struct gpio_irq_chipThierry Reding1-2/+7
2017-11-08gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding1-4/+15
2017-11-08gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irq_handler to struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-3/+8
2017-11-08gpio: Move irqchip into struct gpio_irq_chipThierry Reding1-2/+12
2017-11-08gpio: Introduce struct gpio_irq_chipThierry Reding1-0/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25gpio: mmio: Make pin2mask() a private businessLinus Walleij1-4/+4
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner1-0/+5
2017-10-19gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko1-2/+0
2017-08-14gpio: Use unsigned int for of_gpio_n_cellsThierry Reding1-1/+1
2017-08-14gpio: of: Improve kerneldocThierry Reding1-0/+19
2017-08-14gpio: Cleanup kerneldocThierry Reding1-2/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+3
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-20/+50
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-29/+8
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-20/+50
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-8/+24
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-8/+24
2016-10-24gpio: fix struct gpio_chip commentAnthony Best1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij1-0/+6
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg1-0/+6
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker1-1/+1
2016-04-05gpio: support native single-ended hardware driversLinus Walleij1-1/+24
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan1-0/+4
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-1/+2