aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAge
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04
|\
| * Merge branch 'device-properties'Rafael J. Wysocki2015-10-25
| |\
| | * ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki2015-09-14
| | * ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki2015-09-14
* | | gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart2015-10-16
* | | gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart2015-10-16
* | | gpiolib: provide generic request/free implementationsJonas Gorski2015-10-16
* | | gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme2015-10-02
* | | gpio: keep the GPIO line names internalLinus Walleij2015-09-24
* | | gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann2015-09-24
* | | gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann2015-09-24
* | | gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-24
|/ /
* / gpio: Propagate errors from chip->get()Bjorn Andersson2015-09-14
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-04
|\
| * gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar2015-07-21
* | gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko2015-08-17
* | gpio: don't override irq_*_resources() callbacksRabin Vincent2015-08-03
* | gpio: defer probe if pinctrl cannot be foundTomeu Vizoso2015-07-28
* | gpio: kill off set_irq_flags usageRob Herring2015-07-28
* | gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada2015-07-27
* | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2015-07-17
|\ \
| * | gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-14
| |/
* | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij2015-07-17
|\ \
| * | gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-06
| |/
* | gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko2015-07-16
* | gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko2015-07-16
* | gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso2015-07-15
|/
*---. Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-25
|\ \ \
| | * | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-24
| |/ /
* | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-06-23
|\ \ \ | |/ / |/| |
| * | gpio: Fix checkpatch.pl issuesDaniel Lockyer2015-06-16
| * | gpio: improve error reporting on own descriptorsLinus Walleij2015-06-10
| * | gpio: promote own request failure to pr_err()Linus Walleij2015-06-10
| * | gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim2015-06-01
| * | Drivers: gpio: Fix spelling errorsColin Cronin2015-05-19
| * | gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov2015-05-13
| * | gpio: sysfs: rename gpiochip registration functionsJohan Hovold2015-05-12
| * | gpio: clean up gpiochip_removeJohan Hovold2015-05-12
| |/
* / gpio: fix gpio leak in gpiochip_add error pathJohan Hovold2015-05-12
|/
* gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki2015-03-19
* gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-05
* gpiolib: define gpio suffixes globallyRojhalat Ibrahim2015-03-05
* gpio: add GPIO hogging mechanismBenoit Parrot2015-03-04
* Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-11
|\
| * gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl2015-01-30
| * gpio: correctly use const char * constOlliver Schinagl2015-01-29
| * gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl2015-01-15
* | gpio: unregister gpiochip device before removing itJohan Hovold2015-01-14
* | gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-01-14
* | gpio: fix memory leak and sleep-while-atomicJohan Hovold2015-01-14