aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio/driver.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Merge tag 'v4.10-rc6' into develGravatar Linus Walleij 1-20/+50
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-29/+8
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsGravatar Linus Walleij 1-20/+50
2016-12-07Merge branch 'thread-irq-simpler' into develGravatar Linus Walleij 1-8/+24
2016-11-25gpio: simplify adding threaded interruptsGravatar Linus Walleij 1-8/+24
2016-10-24gpio: fix struct gpio_chip commentGravatar Anthony Best 1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develGravatar Linus Walleij 1-0/+6
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainGravatar Mika Westerberg 1-0/+6
2016-09-15gpio: don't include module.h in shared driver headerGravatar Paul Gortmaker 1-1/+1
2016-04-05gpio: support native single-ended hardware driversGravatar Linus Walleij 1-1/+24
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeGravatar Laxman Dewangan 1-0/+4
2016-02-19gpio: store reflect the label to userspaceGravatar Linus Walleij 1-1/+2
2016-02-16gpio: create an API to detect open drain/source on linesGravatar Linus Walleij 1-0/+4
2016-02-16gpio: move the subdriver data pointer into gpio_deviceGravatar Linus Walleij 1-6/+1
2016-02-16gpio: move the pin ranges into gpio_deviceGravatar Linus Walleij 1-9/+0
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsGravatar Linus Walleij 1-0/+1
2016-02-11gpio: move descriptors into gpio_deviceGravatar Linus Walleij 1-2/+0
2016-02-11gpio: move sysfs mock device to the gpio_deviceGravatar Linus Walleij 1-2/+0
2016-02-09gpio: make the gpiochip a real deviceGravatar Linus Walleij 1-3/+4
2016-01-13gpio: generic: make bgpio_pdata always visibleGravatar Arnd Bergmann 1-2/+2
2016-01-05gpio: generic: factor into gpio_chip structGravatar Linus Walleij 1-0/+54
2016-01-05gpio: add a data pointer to gpio_chipGravatar Linus Walleij 1-1/+13
2015-12-26gpio: update gpiochip .get() callback descriptionGravatar Vladimir Zapolskiy 1-2/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2015-10-16gpiolib: provide generic request/free implementationsGravatar Jonas Gorski 1-0/+3
2015-08-26gpiolib: add description for gpio irqchip fields in struct gpio_chipGravatar Grygorii Strashko 1-0/+11
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGravatar Grygorii Strashko 1-5/+21
2015-07-16gpio: Remove double "base" in commentGravatar Geert Uytterhoeven 1-1/+1
2015-05-14gpio: discourage passing base to gpio_chipGravatar Linus Walleij 1-2/+6
2015-05-13gpiolib: cleanup chained handler and dataGravatar Dmitry Eremin-Solenikov 1-0/+1
2015-05-12gpio: sysfs: clean up chip class-device handlingGravatar Johan Hovold 1-2/+2
2015-03-19gpio: move pincontrol calls to <linux/gpio/driver.h>Gravatar Linus Walleij 1-0/+48
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsGravatar Rojhalat Ibrahim 1-0/+4
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-2/+6
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipGravatar Octavian Purdila 1-0/+3
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidGravatar abdoulaye berthe 1-1/+1
2014-09-05gpio: fix 'CONFIG_GPIO_IRQCHIP' commentsGravatar Paul Bolle 1-2/+2
2014-08-29gpio: change gpiochip_request_own_desc() prototypeGravatar Alexandre Courbot 1-1/+2
2014-07-28gpio: split gpiod board registration into machine headerGravatar Linus Walleij 1-54/+0
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGravatar Guenter Roeck 1-0/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Gravatar Alexandre Courbot 1-2/+2
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateGravatar Alexandre Courbot 1-3/+0
2014-07-23gpio: drop retval check enforcing from gpiochip_remove()Gravatar Linus Walleij 1-1/+1
2014-04-28gpio: support threaded interrupts in irqchip helpersGravatar Linus Walleij 1-1/+4
2014-03-28gpio: unmap gpio irqs properlyGravatar Linus Walleij 1-0/+1
2014-03-26gpio: add IRQ chip helpers in gpiolibGravatar Linus Walleij 1-0/+29
2014-02-12gpiolib: add gpiochip_get_desc() driver functionGravatar Alexandre Courbot 1-0/+18