summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: Defer gpio device setup until after gpiolib initializationGuenter Roeck2016-04-081-31/+67
* gpiolib: Do not use devm functions when registering gpio chipGuenter Roeck2016-04-081-7/+12
* gpio / ACPI: ignore GpioInt() GPIOs when requesting GPIO_OUT_*Dmitry Torokhov2016-04-081-4/+12
* gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven2016-03-161-2/+2
* Merge branch 'devm-gpiochip-add-data' into develLinus Walleij2016-03-081-0/+74
|\
| * gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan2016-02-231-0/+74
* | gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang2016-03-071-40/+25
* | gpio: present the consumer of a line to userspaceLinus Walleij2016-02-251-4/+4
|/
* gpio: fixup line flags for userspace ABILinus Walleij2016-02-221-7/+9
* gpiolib: fix crash when gpiochip removedBamvor Jian Zhang2016-02-201-3/+2
* gpio: add userspace ABI for GPIO line informationLinus Walleij2016-02-191-2/+49
* gpio: store reflect the label to userspaceLinus Walleij2016-02-191-0/+13
* gpio: use kzalloc to allocate gpio_deviceJosh Cartwright2016-02-181-1/+1
* gpio: create an API to detect open drain/source on linesLinus Walleij2016-02-161-0/+18
* gpio: move the subdriver data pointer into gpio_deviceLinus Walleij2016-02-161-2/+15
* gpio: move the pin ranges into gpio_deviceLinus Walleij2016-02-161-5/+5
* gpio: reference count the gpio device for each descLinus Walleij2016-02-111-2/+6
* gpio: reflect base and ngpio into gpio_deviceLinus Walleij2016-02-111-122/+135
* gpio/pinctrl: sunxi: stop poking around in private varsLinus Walleij2016-02-111-0/+9
* gpio: move descriptors into gpio_deviceLinus Walleij2016-02-111-31/+22
* gpio: move sysfs mock device to the gpio_deviceLinus Walleij2016-02-111-2/+2
* gpio: remember to finally free gpio_deviceLinus Walleij2016-02-111-0/+1
* gpio: add a userspace chardev ABI for GPIOsLinus Walleij2016-02-091-1/+124
* gpio: refer to gpio device in prints and debugfsLinus Walleij2016-02-091-3/+3
* gpio: make the gpiochip a real deviceLinus Walleij2016-02-091-68/+164
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-42/+68
|\
| * gpiolib: fix chip order in gpio listJulien Grossholtz2016-01-131-2/+4
| * gpio: fix misleading commentLinus Walleij2016-01-051-1/+1
| * gpio: add a data pointer to gpio_chipLinus Walleij2016-01-051-4/+6
| * gpio: fix warning about iteratorSudip Mukherjee2015-12-271-8/+12
| * Revert "gpio: revert get() to non-errorprogating behaviour"Linus Walleij2015-12-261-7/+1
| * Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-2/+8
| |\
| * | gpiolib: make comment consistent with codeBamvor Jian Zhang2015-11-291-2/+3
| * | gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang2015-11-191-0/+5
| * | gpiolib: improve overlap check of range of gpioBamvor Jian Zhang2015-11-191-19/+36
| * | gpiolib: keep comment consistent with codeBamvor Jian Zhang2015-11-191-1/+1
| * | gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-11-191-0/+3
| * | gpio: change member .dev to .parentLinus Walleij2015-11-191-9/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-01-131-0/+3
|\ \ \
| * \ \ Merge branch 'for-dmitry' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Dmitry Torokhov2015-12-151-0/+3
| |\ \ \
| | * | | gpiolib: tighten up ACPI legacy gpio lookupsDmitry Torokhov2015-12-131-0/+3
| | |/ /
* | | | ACPI / gpio: Add irq_type when a GPIO is used as an interruptChristophe RICARD2016-01-011-2/+2
| |_|/ |/| |
* | | gpio: revert get() to non-errorprogating behaviourLinus Walleij2015-12-171-1/+7
|/ /
* | gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy2015-11-291-1/+1
|/
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-2/+1
|\
| * Merge branch 'device-properties'Rafael J. Wysocki2015-10-251-2/+1
| |\
| | * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-3/+2
| | * ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-151-3/+3
* | | gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart2015-10-161-2/+18
* | | gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart2015-10-161-16/+36
OpenPOWER on IntegriCloud