| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-01-17 | 1 | -42/+68 |
|\ |
|
| * | gpiolib: fix chip order in gpio list | Julien Grossholtz | 2016-01-13 | 1 | -2/+4 |
| * | gpio: fix misleading comment | Linus Walleij | 2016-01-05 | 1 | -1/+1 |
| * | gpio: add a data pointer to gpio_chip | Linus Walleij | 2016-01-05 | 1 | -4/+6 |
| * | gpio: fix warning about iterator | Sudip Mukherjee | 2015-12-27 | 1 | -8/+12 |
| * | Revert "gpio: revert get() to non-errorprogating behaviour" | Linus Walleij | 2015-12-26 | 1 | -7/+1 |
| * | Merge tag 'v4.4-rc6' into devel | Linus Walleij | 2015-12-21 | 1 | -2/+8 |
| |\ |
|
| * | | gpiolib: make comment consistent with code | Bamvor Jian Zhang | 2015-11-29 | 1 | -2/+3 |
| * | | gpiolib: do not allow to insert an empty gpiochip | Bamvor Jian Zhang | 2015-11-19 | 1 | -0/+5 |
| * | | gpiolib: improve overlap check of range of gpio | Bamvor Jian Zhang | 2015-11-19 | 1 | -19/+36 |
| * | | gpiolib: keep comment consistent with code | Bamvor Jian Zhang | 2015-11-19 | 1 | -1/+1 |
| * | | gpiolib: tighten up ACPI legacy gpio lookups | Dmitry Torokhov | 2015-11-19 | 1 | -0/+3 |
| * | | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -9/+10 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2016-01-13 | 1 | -0/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'for-dmitry' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | Dmitry Torokhov | 2015-12-15 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | gpiolib: tighten up ACPI legacy gpio lookups | Dmitry Torokhov | 2015-12-13 | 1 | -0/+3 |
| | |/ / |
|
* | | / | ACPI / gpio: Add irq_type when a GPIO is used as an interrupt | Christophe RICARD | 2016-01-01 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | gpio: revert get() to non-errorprogating behaviour | Linus Walleij | 2015-12-17 | 1 | -1/+7 |
|/ / |
|
* / | gpiolib: fix oops, if gpio name is NULL | Vladimir Zapolskiy | 2015-11-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-05 | 1 | -2/+1 |
|\ |
|
| * | Merge branch 'device-properties' | Rafael J. Wysocki | 2015-10-25 | 1 | -2/+1 |
| |\ |
|
| | * | ACPI / property: Extend device_get_next_child_node() to data-only nodes | Rafael J. Wysocki | 2015-09-15 | 1 | -3/+2 |
| | * | ACPI / property: Extend fwnode_property_* to data-only subnodes | Rafael J. Wysocki | 2015-09-15 | 1 | -3/+3 |
* | | | gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag | Laurent Pinchart | 2015-10-16 | 1 | -2/+18 |
* | | | gpiolib: Split GPIO flags parsing and GPIO configuration | Laurent Pinchart | 2015-10-16 | 1 | -16/+36 |
* | | | gpiolib: provide generic request/free implementations | Jonas Gorski | 2015-10-16 | 1 | -0/+23 |
* | | | gpio: gpiolib: don't compare an unsigned for >= 0 | Dirk Behme | 2015-10-02 | 1 | -3/+1 |
* | | | gpio: keep the GPIO line names internal | Linus Walleij | 2015-09-24 | 1 | -37/+35 |
* | | | gpiolib: Add gpio name information to /sys/kernel/debug/gpio | Markus Pargmann | 2015-09-24 | 1 | -3/+8 |
* | | | gpiolib: Use GPIO name from names array for gpio descriptor | Markus Pargmann | 2015-09-24 | 1 | -0/+37 |
* | | | gpio: Introduce gpio descriptor 'name' | Markus Pargmann | 2015-09-24 | 1 | -0/+32 |
|/ / |
|
* / | gpio: Propagate errors from chip->get() | Bjorn Andersson | 2015-09-14 | 1 | -7/+14 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-09-05 | 1 | -0/+13 |
|\ |
|
| * | gpiolib: Add support for removing registered consumer lookup table | Shobhit Kumar | 2015-07-21 | 1 | -0/+13 |
* | | gpiolib: irqchip: use different lockdep class for each gpio irqchip | Grygorii Strashko | 2015-08-17 | 1 | -13/+14 |
* | | gpio: don't override irq_*_resources() callbacks | Rabin Vincent | 2015-08-03 | 1 | -2/+10 |
* | | gpio: defer probe if pinctrl cannot be found | Tomeu Vizoso | 2015-07-28 | 1 | -1/+4 |
* | | gpio: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 1 | -7/+1 |
* | | gpio: remove unneeded initializer in gpiochip_add_to_list() | Masahiro Yamada | 2015-07-27 | 1 | -1/+1 |
* | | Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Walleij | 2015-07-17 | 1 | -2/+2 |
|\ \ |
|
| * | | gpiolib: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 2015-07-14 | 1 | -2/+2 |
| |/ |
|
* | | Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int... | Linus Walleij | 2015-07-17 | 1 | -8/+8 |
|\ \ |
|
| * | | gpio: make flags mandatory for gpiod_get functions | Uwe Kleine-König | 2015-07-06 | 1 | -8/+8 |
| |/ |
|
* | | gpiolib: assign chip owner to dev->driver->owner if not set | Grygorii Strashko | 2015-07-16 | 1 | -0/+3 |
* | | gpiolib: irqchip: prevent driver unloading if gpio is used as irq only | Grygorii Strashko | 2015-07-16 | 1 | -0/+5 |
* | | gpiolib: Fix docs for gpiochip_add_pingroup_range | Tomeu Vizoso | 2015-07-16 | 1 | -1/+1 |
|/ |
|
*---. | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-26 | 1 | -2/+2 |
|\ \ \ |
|
| | * | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 2015-06-24 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2015-06-23 | 1 | -49/+63 |
|\ \ \
| |/ /
|/| | |
|
| * | | gpio: Fix checkpatch.pl issues | Daniel Lockyer | 2015-06-16 | 1 | -10/+7 |