summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/driver.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpio: generic: make bgpio_pdata always visibleArnd Bergmann2016-01-131-2/+2
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-0/+54
* gpio: add a data pointer to gpio_chipLinus Walleij2016-01-051-1/+13
* gpio: update gpiochip .get() callback descriptionVladimir Zapolskiy2015-12-261-2/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* gpiolib: provide generic request/free implementationsJonas Gorski2015-10-161-0/+3
* gpiolib: add description for gpio irqchip fields in struct gpio_chipGrygorii Strashko2015-08-261-0/+11
* gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko2015-08-171-5/+21
* gpio: Remove double "base" in commentGeert Uytterhoeven2015-07-161-1/+1
* gpio: discourage passing base to gpio_chipLinus Walleij2015-05-141-2/+6
* gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov2015-05-131-0/+1
* gpio: sysfs: clean up chip class-device handlingJohan Hovold2015-05-121-2/+2
* gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij2015-03-191-0/+48
* gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-271-0/+4
* gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-2/+6
|\
| * gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila2014-09-241-0/+3
| * gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe2014-09-231-1/+1
| * gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2014-08-291-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-2/+2
|\ \ | |/ |/|
| * gpio: fix 'CONFIG_GPIO_IRQCHIP' commentsPaul Bolle2014-09-051-2/+2
* | gpio: split gpiod board registration into machine headerLinus Walleij2014-07-281-54/+0
* | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-241-0/+3
* | gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-2/+2
* | gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-231-3/+0
* | gpio: drop retval check enforcing from gpiochip_remove()Linus Walleij2014-07-231-1/+1
|/
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-1/+4
* gpio: unmap gpio irqs properlyLinus Walleij2014-03-281-0/+1
* gpio: add IRQ chip helpers in gpiolibLinus Walleij2014-03-261-0/+29
* gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot2014-02-121-0/+18