aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17gpio: revert get() to non-errorprogating behaviourLinus Walleij1-1/+7
2015-11-29gpiolib: fix oops, if gpio name is NULLVladimir Zapolskiy1-1/+1
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2015-10-25Merge branch 'device-properties'Rafael J. Wysocki1-2/+1
2015-10-16gpiolib: Add and use OF_GPIO_SINGLE_ENDED flagLaurent Pinchart1-2/+18
2015-10-16gpiolib: Split GPIO flags parsing and GPIO configurationLaurent Pinchart1-16/+36
2015-10-16gpiolib: provide generic request/free implementationsJonas Gorski1-0/+23
2015-10-02gpio: gpiolib: don't compare an unsigned for >= 0Dirk Behme1-3/+1
2015-09-24gpio: keep the GPIO line names internalLinus Walleij1-37/+35
2015-09-24gpiolib: Add gpio name information to /sys/kernel/debug/gpioMarkus Pargmann1-3/+8
2015-09-24gpiolib: Use GPIO name from names array for gpio descriptorMarkus Pargmann1-0/+37
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann1-0/+32
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-3/+2
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-3/+3
2015-09-14gpio: Propagate errors from chip->get()Bjorn Andersson1-7/+14
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+13
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko1-13/+14
2015-08-03gpio: don't override irq_*_resources() callbacksRabin Vincent1-2/+10
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso1-1/+4
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-7/+1
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada1-1/+1
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar1-0/+13
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into develLinus Walleij1-2/+2
2015-07-17Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux into develLinus Walleij1-8/+8
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko1-0/+3
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko1-0/+5
2015-07-16gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso1-1/+1
2015-07-14gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König1-8/+8
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-49/+63
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer1-10/+7
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij1-2/+4
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij1-2/+2
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-25/+29
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-5/+5
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov1-0/+7
2015-05-12gpio: fix gpio leak in gpiochip_add error pathJohan Hovold1-4/+6
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold1-2/+2
2015-05-12gpio: clean up gpiochip_removeJohan Hovold1-5/+9
2015-03-19gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki1-7/+9
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim1-0/+145
2015-03-05gpiolib: define gpio suffixes globallyRojhalat Ibrahim1-8/+6
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot1-19/+105
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+5
2015-01-30gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl1-2/+4
2015-01-29gpio: correctly use const char * constOlliver Schinagl1-1/+1
2015-01-15gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl1-1/+1
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold1-1/+2