summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij
2016-02-23gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan
2016-02-22gpio: fixup line flags for userspace ABILinus Walleij
2016-02-20gpiolib: fix crash when gpiochip removedBamvor Jian Zhang
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij
2016-02-19gpio: store reflect the label to userspaceLinus Walleij
2016-02-18gpio: use kzalloc to allocate gpio_deviceJosh Cartwright
2016-02-16gpio: create an API to detect open drain/source on linesLinus Walleij
2016-02-16gpio: move the subdriver data pointer into gpio_deviceLinus Walleij
2016-02-16gpio: move the pin ranges into gpio_deviceLinus Walleij
2016-02-11gpio: reference count the gpio device for each descLinus Walleij
2016-02-11gpio: reflect base and ngpio into gpio_deviceLinus Walleij
2016-02-11gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij
2016-02-11gpio: move descriptors into gpio_deviceLinus Walleij
2016-02-11gpio: move sysfs mock device to the gpio_deviceLinus Walleij
2016-02-11gpio: remember to finally free gpio_deviceLinus Walleij
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij
2016-02-09gpio: refer to gpio device in prints and debugfsLinus Walleij
2016-02-09gpio: make the gpiochip a real deviceLinus Walleij
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-01-13gpiolib: fix chip order in gpio listJulien Grossholtz
2016-01-05gpio: fix misleading commentLinus Walleij
2016-01-05gpio: add a data pointer to gpio_chipLinus Walleij
2016-01-01ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD
2015-12-27gpio: fix warning about iteratorSudip Mukherjee
2015-12-26Revert "gpio: revert get() to non-errorprogating behaviour"Linus Walleij
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij
2015-12-15Merge branch 'for-dmitry' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Dmitry Torokhov
2015-12-13gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov
2015-11-29gpiolib: make comment consistent with codeBamvor Jian Zhang
2015-11-29gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy
2015-11-19gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang
2015-11-19gpiolib: improve overlap check of range of gpioBamvor Jian Zhang
2015-11-19gpiolib: keep comment consistent with codeBamvor Jian Zhang
2015-11-19gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme
2015-09-24gpio: keep the GPIO line names internalLinus Walleij
2015-09-24gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann
2015-09-24gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki