summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * gpio: Introduce struct gpio_irq_chipThierry Reding2017-11-081-0/+38
| * gpio: mmio: Make pin2mask() a private businessLinus Walleij2017-10-251-4/+4
| * gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-191-0/+5
| * gpiolib: drop irq_base field from gpio_chip structGrygorii Strashko2017-10-191-2/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* gpio: Use unsigned int for of_gpio_n_cellsThierry Reding2017-08-141-1/+1
* gpio: of: Improve kerneldocThierry Reding2017-08-141-0/+19
* gpio: Cleanup kerneldocThierry Reding2017-08-141-2/+1
* gpio: Add new flags to control sleep status of GPIOsCharles Keepax2017-05-291-0/+3
* gpio: Use unsigned int for interrupt numbersThierry Reding2017-04-131-3/+3
* Merge tag 'v4.10-rc6' into develLinus Walleij2017-01-301-20/+50
|\
| * gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij2017-01-191-20/+50
* | pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-29/+8
|/
* Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-071-8/+24
|\
| * gpio: simplify adding threaded interruptsLinus Walleij2016-11-251-8/+24
* | gpio: fix struct gpio_chip commentAnthony Best2016-10-241-1/+1
|/
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij2016-09-231-0/+6
|\
| * gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg2016-09-231-0/+6
* | gpio: don't include module.h in shared driver headerPaul Gortmaker2016-09-151-1/+1
|/