aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c
AgeCommit message (Expand)Author
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan
2016-12-30gpio: of: Add support for multiple GPIOs in a single GPIO hogGeert Uytterhoeven
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2016-10-31gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeMasahiro Yamada
2016-10-31gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun
2016-10-24gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-10-03gpio: OF: separation of concernsLinus Walleij
2016-09-08Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"Linus Walleij
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-06-23gpio: of: factor out common code to a new helper functionMasahiro Yamada
2016-06-23gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada
2016-06-23gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada
2016-06-23gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada
2016-06-23gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada
2016-06-08gpio: include <linux/io-mapping.h> in gpiolib-ofLinus Walleij
2016-06-07gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()Masahiro Yamada
2016-05-10gpio: of: make it possible to name GPIO linesLinus Walleij
2016-04-14gpio: of: Scan available child node for gpio-hogLaxman Dewangan
2016-04-13gpio: of: Return error if gpio hog configuration failedLaxman Dewangan
2016-01-05gpio: of: provide optional of_mm_gpiochip_add_data() functionLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-09-24gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso
2015-07-16gpiolib: remove unneeded assignationLaurent Navet
2015-07-16gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot
2015-02-23gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...Hans Holmberg
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2015-01-15gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado
2014-08-17gpio: delete unneeded test before of_node_putJulia Lawall
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot
2014-07-23gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot
2014-07-09gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera
2014-05-21gpio: make of_get_named_gpiod_flags() privateAlexandre Courbot
2014-04-28gpiolib: of: remove gpio_to_desc() usageLinus Walleij
2014-02-06gpio: gpiolib-of: Use PTR_ERR_OR_ZEROSachin Kamat
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2013-10-19gpiolib: port of_ functions to use gpiodAlexandre Courbot
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-08-29gpio: implement gpio-ranges binding document fixStephen Warren
2013-08-16gpio: gpiolib-of.c: make error message more meaningful by adding the node nam...Lothar Waßmann
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-04-03Merge tag 'v3.9-rc5' into develLinus Walleij
2013-03-27gpio: gpiolib-of.c: fix checkpatch errorLaurent Navet
2013-03-07gpio: add gpio offset in gpio range cells propertyHaojian Zhuang