summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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-051-2/+1Star
|\
| * Merge branch 'device-properties'Rafael J. Wysocki2015-10-251-2/+1Star
| |\
| | * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-151-3/+2Star
| | * 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
* | | gpiolib: provide generic request/free implementationsJonas Gorski2015-10-161-0/+23
* | | gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme2015-10-021-3/+1Star
* | | gpio: keep the GPIO line names internalLinus Walleij2015-09-241-37/+35Star
* | | gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann2015-09-241-3/+8
* | | gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann2015-09-241-0/+37
* | | gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-241-0/+32
|/ /
* / gpio: Propagate errors from chip->get()Bjorn Andersson2015-09-141-7/+14
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-051-0/+13
|\
| * gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar2015-07-211-0/+13
* | gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko2015-08-171-13/+14
* | gpio: don't override irq_*_resources() callbacksRabin Vincent2015-08-031-2/+10
* | gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2015-07-281-1/+4
* | gpio: kill off set_irq_flags usageRob Herring2015-07-281-7/+1Star
* | gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada2015-07-271-1/+1
* | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2015-07-171-2/+2
|\ \
| * | gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
| |/
* | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij2015-07-171-8/+8
|\ \
| * | gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-061-8/+8
| |/
* | gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko2015-07-161-0/+3
* | gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko2015-07-161-0/+5
* | gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso2015-07-161-1/+1
|/
*---. Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-261-2/+2
|\ \ \
| | * | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-241-2/+2
| |/ /
* | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-231-49/+63
|\ \ \ | |/ / |/| |
| * | gpio: Fix checkpatch.pl issuesDaniel Lockyer2015-06-161-10/+7Star