Age | Commit message (Expand) | Author |
2015-09-24 | gpio: Introduce gpio descriptor 'name' | Markus Pargmann |
2015-09-15 | ACPI / property: Extend device_get_next_child_node() to data-only nodes | Rafael J. Wysocki |
2015-09-15 | ACPI / property: Extend fwnode_property_* to data-only subnodes | Rafael J. Wysocki |
2015-09-14 | gpio: Propagate errors from chip->get() | Bjorn Andersson |
2015-09-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2015-08-17 | gpiolib: irqchip: use different lockdep class for each gpio irqchip | Grygorii Strashko |
2015-08-03 | gpio: don't override irq_*_resources() callbacks | Rabin Vincent |
2015-07-28 | gpio: defer probe if pinctrl cannot be found | Tomeu Vizoso |
2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring |
2015-07-27 | gpio: remove unneeded initializer in gpiochip_add_to_list() | Masahiro Yamada |
2015-07-21 | gpiolib: Add support for removing registered consumer lookup table | Shobhit Kumar |
2015-07-17 | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Walleij |
2015-07-17 | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int... | Linus Walleij |
2015-07-16 | gpiolib: assign chip owner to dev->driver->owner if not set | Grygorii Strashko |
2015-07-16 | gpiolib: irqchip: prevent driver unloading if gpio is used as irq only | Grygorii Strashko |
2015-07-16 | gpiolib: Fix docs for gpiochip_add_pingroup_range | Tomeu Vizoso |
2015-07-14 | gpiolib: Consolidate chained IRQ handler install/remove | Thomas Gleixner |
2015-07-06 | gpio: make flags mandatory for gpiod_get functions | Uwe Kleine-König |
2015-06-26 | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki |
2015-06-24 | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin |
2015-06-23 | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2015-06-16 | gpio: Fix checkpatch.pl issues | Daniel Lockyer |
2015-06-10 | gpio: improve error reporting on own descriptors | Linus Walleij |
2015-06-10 | gpio: promote own request failure to pr_err() | Linus Walleij |
2015-06-01 | gpiolib: rename gpiod_set_array to gpiod_set_array_value | Rojhalat Ibrahim |
2015-05-19 | Drivers: gpio: Fix spelling errors | Colin Cronin |
2015-05-13 | gpiolib: cleanup chained handler and data | Dmitry Eremin-Solenikov |
2015-05-12 | gpio: fix gpio leak in gpiochip_add error path | Johan Hovold |
2015-05-12 | gpio: sysfs: rename gpiochip registration functions | Johan Hovold |
2015-05-12 | gpio: clean up gpiochip_remove | Johan Hovold |
2015-03-19 | gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index() | Rafael J. Wysocki |
2015-03-05 | gpiolib: add gpiod_get_array and gpiod_put_array functions | Rojhalat Ibrahim |
2015-03-05 | gpiolib: define gpio suffixes globally | Rojhalat Ibrahim |
2015-03-04 | gpio: add GPIO hogging mechanism | Benoit Parrot |
2015-02-11 | Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds |
2015-01-30 | gpio: use sizeof() instead of hardcoded values | Olliver Schinagl |
2015-01-29 | gpio: correctly use const char * const | Olliver Schinagl |
2015-01-15 | gpio:gpiolib: use static const char const * for a suffixes array | Olliver Schinagl |
2015-01-14 | gpio: unregister gpiochip device before removing it | Johan Hovold |
2015-01-14 | gpio: fix sleep-while-atomic in gpiochip_remove | Johan Hovold |
2015-01-14 | gpio: fix memory leak and sleep-while-atomic | Johan Hovold |
2015-01-14 | gpio: clean up gpiochip_add error handling | Johan Hovold |
2015-01-14 | gpio: fix gpio-chip list corruption | Johan Hovold |
2015-01-14 | gpio: fix memory and reference leaks in gpiochip_add error path | Johan Hovold |
2014-12-14 | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds |
2014-12-02 | gpio: fix deferred probe detection for legacy API | Alexandre Courbot |
2014-11-28 | gpio: remove const modifier from gpiod_get_direction() | Alexandre Courbot |
2014-11-28 | gpio: remove gpio_descs global array | Alexandre Courbot |
2014-11-27 | gpio: Check if base is positive before calling gpio_is_valid() | Geert Uytterhoeven |
2014-11-27 | gpiolib: allow simultaneous setting of multiple GPIO outputs | Rojhalat Ibrahim |