summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* gpio: support native single-ended hardware driversLinus Walleij2016-04-051-1/+24
* gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan2016-02-231-0/+4
* gpio: store reflect the label to userspaceLinus Walleij2016-02-191-1/+2
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-161-0/+4
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-161-6/+1
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-161-9/+0
* gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-111-0/+1
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-111-2/+0
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-111-2/+0
* gpio: make the gpiochip a real deviceLinus Walleij2016-02-091-3/+4