aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceGravatar Dmitry Torokhov 1-0/+3
2017-08-14gpio: Use unsigned int for of_gpio_n_cellsGravatar Thierry Reding 1-1/+1
2017-08-14gpio: of: Improve kerneldocGravatar Thierry Reding 1-0/+19
2017-08-14gpio: Cleanup kerneldocGravatar Thierry Reding 1-2/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 2-0/+5
2017-05-29gpio: Add new flags to control sleep status of GPIOsGravatar Charles Keepax 2-0/+5
2017-05-22gpiolib: Add stubs for gpiod lookup table interfaceGravatar Anatolij Gustschin 1-0/+7
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 3-9/+22
2017-04-13gpio: Use unsigned int for interrupt numbersGravatar Thierry Reding 1-3/+3
2017-03-24gpio: gpio-reg: add irq mapping for gpio-reg usersGravatar Russell King 1-1/+2
2017-03-24gpio: add generic single-register fixed-direction GPIO driverGravatar Russell King 1-0/+12
2017-03-15gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledGravatar Dmitry Torokhov 1-6/+6
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinGravatar Lee Jones 1-16/+0
2017-02-23Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-8/+47
2017-02-21gpio: reintroduce devm_get_gpiod_from_child()Gravatar Linus Walleij 1-0/+17
2017-02-05Merge branch 'ib-gpiod-flags' into develGravatar Linus Walleij 1-12/+23
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperGravatar Boris Brezillon 1-10/+21
2017-02-04gpio: Rename devm_get_gpiod_from_child()Gravatar Boris Brezillon 1-10/+10
2017-01-30Merge tag 'v4.10-rc6' into develGravatar Linus Walleij 1-20/+50
2017-01-26Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into develGravatar Linus Walleij 1-29/+8
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsGravatar Mika Westerberg 1-29/+8
2017-01-26gpio: Pass GPIO label down to gpiod_requestGravatar Alexander Stein 1-4/+8
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOGravatar Andy Shevchenko 1-6/+13
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-09-24gpio: keep the GPIO line names internalGravatar Linus Walleij 1-6/+0
2015-09-24gpio: Introduce gpio descriptor 'name'Gravatar Markus Pargmann 1-0/+7
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+1