summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2018-07-06Merge tag 'lsk-v4.4-18.06-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-06-16gpio: No NULL ownerLinus Walleij
2018-06-04Merge tag 'lsk-v4.4-18.05-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-04-13gpio: label descriptors using the device nameLinus Walleij
2018-02-28UPSTREAM: gpio: Add devm_ apis for gpiochip_add_data and gpiochip_removeLaxman Dewangan
2018-02-28UPSTREAM: gpio: add a data pointer to gpio_chipLinus Walleij
2018-02-28UPSTREAM: gpiolib: make comment consistent with codeBamvor Jian Zhang
2018-02-28UPSTREAM: gpiolib: do not allow to insert an empty gpiochipBamvor Jian Zhang
2018-02-28UPSTREAM: gpio: change member .dev to .parentLinus Walleij
2018-02-25Revert "gpio: rockchip: Make the gpio base added at gpiolib"David Wu
2017-12-22gpio: rockchip: Make the gpio base added at gpiolibDavid Wu
2016-07-27Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"Johan Hovold
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij
2015-11-29gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme
2015-09-24gpio: keep the GPIO line names internalLinus Walleij
2015-09-24gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann
2015-09-24gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko
2015-08-03gpio: don't override irq_*_resources() callbacksRabin Vincent
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2015-07-17Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko
2015-07-16gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso
2015-07-14gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov