aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-9/+22
2017-04-13gpio: Use unsigned int for interrupt numbersThierry Reding1-3/+3
2017-03-24gpio: gpio-reg: add irq mapping for gpio-reg usersRussell King1-1/+2
2017-03-24gpio: add generic single-register fixed-direction GPIO driverRussell King1-0/+12
2017-03-15gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledDmitry Torokhov1-6/+6
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones1-16/+0
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+47
2017-02-21gpio: reintroduce devm_get_gpiod_from_child()Linus Walleij1-0/+17
2017-02-05Merge branch 'ib-gpiod-flags' into develLinus Walleij1-12/+23
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon1-10/+21
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon1-10/+10
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-20/+50
2017-01-26Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij1-29/+8
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-29/+8
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein1-4/+8
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko1-6/+13
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij1-20/+50
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-8/+24
2016-11-25gpio: simplify adding threaded interruptsLinus Walleij1-8/+24
2016-10-24gpio: fix struct gpio_chip commentAnthony Best1-1/+1
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-23Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij1-0/+6
2016-09-23gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg1-0/+6
2016-09-15gpio: don't include module.h in shared driver headerPaul Gortmaker1-1/+1
2016-04-05gpio: support native single-ended hardware driversLinus Walleij1-1/+24
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan1-0/+4
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-1/+2
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij1-0/+4
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij1-6/+1
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij1-9/+0
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij1-0/+1
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij1-2/+0
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij1-2/+0
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij1-3/+4
2016-01-13gpio: generic: make bgpio_pdata always visibleArnd Bergmann1-2/+2
2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij1-0/+54
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij1-1/+13
2015-12-26gpio: update gpiochip .get() callback descriptionVladimir Zapolskiy1-2/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski1-0/+3
2015-09-24gpio: keep the GPIO line names internalLinus Walleij1-6/+0
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann1-0/+7
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2015-08-26gpiolib: add description for gpio irqchip fields in struct gpio_chipGrygorii Strashko1-0/+11
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko1-5/+21
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij1-1/+1
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar1-0/+1
2015-07-16gpio: Remove double "base" in commentGeert Uytterhoeven1-1/+1
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König1-59/+23
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+15