aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov2017-08-23
* gpio: Use unsigned int for of_gpio_n_cellsThierry Reding2017-08-14
* gpio: of: Improve kerneldocThierry Reding2017-08-14
* gpio: Cleanup kerneldocThierry Reding2017-08-14
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-07
|\
| * gpio: Add new flags to control sleep status of GPIOsCharles Keepax2017-05-29
* | gpiolib: Add stubs for gpiod lookup table interfaceAnatolij Gustschin2017-05-22
|/
* Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-04
|\
| * gpio: Use unsigned int for interrupt numbersThierry Reding2017-04-13
| * gpio: gpio-reg: add irq mapping for gpio-reg usersRussell King2017-03-24
| * gpio: add generic single-register fixed-direction GPIO driverRussell King2017-03-24
| * gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledDmitry Torokhov2017-03-15
* | serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-14
|/
* Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-02-23
|\
| * gpio: reintroduce devm_get_gpiod_from_child()Linus Walleij2017-02-21
| * Merge branch 'ib-gpiod-flags' into develLinus Walleij2017-02-05
| |\
| | * gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon2017-02-04
| | * gpio: Rename devm_get_gpiod_from_child()Boris Brezillon2017-02-04
| * | Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develLinus Walleij2017-01-26
| |\ \ | | |/ | |/|
| * | gpio: Pass GPIO label down to gpiod_requestAlexander Stein2017-01-26
| * | gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-26
* | | Merge tag 'v4.10-rc6' into develLinus Walleij2017-01-30
|\ \ \ | |_|/ |/| |
| * | gpio: provide lockdep keys for nested/unnested irqchipsLinus Walleij2017-01-19
| |/
* / pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-26
|/
* Merge branch 'thread-irq-simpler' into develLinus Walleij2016-12-07
|\
| * gpio: simplify adding threaded interruptsLinus Walleij2016-11-25
* | gpio: fix struct gpio_chip commentAnthony Best2016-10-24
|/
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* Merge branch 'gpio-irq-validmask' of /home/linus/linux-pinctrl into develLinus Walleij2016-09-23
|\
| * gpiolib: Make it possible to exclude GPIOs from IRQ domainMika Westerberg2016-09-23
* | gpio: don't include module.h in shared driver headerPaul Gortmaker2016-09-15
|/
* gpio: support native single-ended hardware driversLinus Walleij2016-04-05
* gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan2016-02-23
* gpio: store reflect the label to userspaceLinus Walleij2016-02-19
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-16
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-15
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-15
* gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-11
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-11
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-11
* gpio: make the gpiochip a real deviceLinus Walleij2016-02-09
* gpio: generic: make bgpio_pdata always visibleArnd Bergmann2016-01-13
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-05
* gpio: add a data pointer to gpio_chipLinus Walleij2016-01-05
* gpio: update gpiochip .get() callback descriptionVladimir Zapolskiy2015-12-26
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpiolib: provide generic request/free implementationsJonas Gorski2015-10-16
* gpio: keep the GPIO line names internalLinus Walleij2015-09-24
* gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-24