summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | gpiolib: provide generic request/free implementationsJonas Gorski2015-10-161-0/+23
* | | gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme2015-10-021-3/+1
* | | gpio: keep the GPIO line names internalLinus Walleij2015-09-241-37/+35
* | | 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-041-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/+1
* | 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/+7
| * | gpio: improve error reporting on own descriptorsLinus Walleij2015-06-101-2/+4
| * | gpio: promote own request failure to pr_err()Linus Walleij2015-06-101-2/+2
| * | gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim2015-06-011-25/+29
| * | Drivers: gpio: Fix spelling errorsColin Cronin2015-05-191-5/+5
| * | gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov2015-05-131-0/+7
| * | gpio: sysfs: rename gpiochip registration functionsJohan Hovold2015-05-121-2/+2
| * | gpio: clean up gpiochip_removeJohan Hovold2015-05-121-5/+9
| |/
* | gpio: fix gpio leak in gpiochip_add error pathJohan Hovold2015-05-121-4/+6
|/
* gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki2015-03-191-7/+9
* gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+145
* gpiolib: define gpio suffixes globallyRojhalat Ibrahim2015-03-051-8/+6
* gpio: add GPIO hogging mechanismBenoit Parrot2015-03-041-19/+105
* Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-111-3/+5
|\
| * gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl2015-01-301-2/+4
| * gpio: correctly use const char * constOlliver Schinagl2015-01-291-1/+1
| * gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl2015-01-151-1/+1
* | gpio: unregister gpiochip device before removing itJohan Hovold2015-01-141-1/+2
* | gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-01-141-3/+1
OpenPOWER on IntegriCloud