summaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
Commit message (Expand)AuthorAgeFilesLines
* gpio: Initialize the irqchip valid_mask with a callbackLinus Walleij2019-09-111-4/+10
* gpio: Fix up merge collision in include fileLinus Walleij2019-09-051-1/+2
* Merge tag 'gpio-v5.4-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij2019-09-031-21/+7
|\
| * gpio: remove less important #ifdef around declarationsMasahiro Yamada2019-07-301-19/+8
* | gpio: Move gpiochip_lock/unlock_as_irq to gpio/driver.hYueHaibing2019-08-231-3/+16
* | gpio: Use callback presence to determine need of valid_maskLinus Walleij2019-08-201-9/+0
* | gpio: Pass mask and size with the init_valid_mask()Linus Walleij2019-08-201-1/+3
* | gpio: stubs in headers should be inlineStephen Rothwell2019-08-201-2/+2
* | gpio: Add support for hierarchical IRQ domainsLinus Walleij2019-08-151-0/+111
|/
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-131-0/+2
|\
| * gpio: Fix build warnings on undefined struct pinctrl_devEnrico Weigelt2019-06-131-0/+2
* | gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven2019-07-041-0/+2
* | gpio: Add comments on #if/#else/#endifEnrico Weigelt2019-06-271-8/+8
* | gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij2019-06-141-7/+0
* | gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-1/+3
|/
* Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-6/+9
|\
| * gpio: mmio: Drop bgpio_dir_invertedLinus Walleij2019-04-081-4/+0
| * gpio: mmio: Support two direction registersLinus Walleij2019-04-051-4/+11
* | gpiolib: export devprop_gpiochip_set_names()Jan Kundrát2019-03-241-0/+3
|/
* gpio: add irq domain activate/deactivate functionsBrian Masney2019-01-241-0/+5
* gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-1/+3
* gpio: drop broken to_gpio_irq_chip() helperJohan Hovold2018-11-161-5/+0
* gpio: drop devm_gpiochip_remove()Uwe Kleine-König2018-11-051-1/+0
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-3/+36
|\
| * gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-1/+6
| * gpio: Add comments on single direction chipsLinus Walleij2018-09-251-1/+5
| * gpiolib: override irq_enable/disableHans Verkuil2018-09-101-0/+14
| * gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-101-0/+2
| * gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil2018-09-101-0/+2
| * gpio: fix kernel-doc notation warning for 'request_key'Randy Dunlap2018-09-101-1/+7
* | gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd2018-10-101-0/+7
|/
* gpio: mmio: Fix up inverted direction registersLinus Walleij2018-08-101-0/+3
* gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd2018-03-271-0/+16
* Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-01-311-0/+3
|\
| * gpiolib: Export gpiochip_irqchip_irq_valid() to driversStephen Boyd2018-01-101-0/+3
* | kernel/irq: Extend lockdep class for request mutexAndrew Lunn2017-12-281-12/+21
|/
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-33/+182
|\
| * gpio: Automatically add lockdep keysThierry Reding2017-11-081-1/+35
| * gpio: Introduce struct gpio_irq_chip.firstThierry Reding2017-11-081-0/+8
| * gpio: Disambiguate struct gpio_irq_chip.nestedThierry Reding2017-11-081-4/+4
| * gpio: Export gpiochip_irq_{map,unmap}()Thierry Reding2017-11-081-0/+4
| * gpio: Implement tighter IRQ chip integrationThierry Reding2017-11-081-0/+7
| * gpio: Move lock_key into struct gpio_irq_chipThierry Reding2017-11-081-2/+7
| * gpio: Move irq_valid_mask into struct gpio_irq_chipThierry Reding2017-11-081-6/+15
| * gpio: Move irq_nested into struct gpio_irq_chipThierry Reding2017-11-081-2/+7
| * gpio: Move irq_chained_parent to struct gpio_irq_chipThierry Reding2017-11-081-4/+15
| * gpio: Move irq_default_type to struct gpio_irq_chipThierry Reding2017-11-081-3/+8
| * gpio: Move irq_handler to struct gpio_irq_chipThierry Reding2017-11-081-3/+8
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-3/+8
| * gpio: Move irqchip into struct gpio_irq_chipThierry Reding2017-11-081-2/+12