aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-27gpio: Handle deferred probing in of_find_gpio() properlyChen-Yu Tsai1-1/+1
2018-02-27gpiolib: Keep returning EPROBE_DEFER when we shouldMaxime Ripard1-0/+13
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+117
2018-01-17gpio: of: Fix NPE from OF flagsLinus Walleij1-1/+2
2018-01-12gpio: of: Add special quirk to parse regulator flagsLinus Walleij1-0/+38
2018-01-12gpio: of: Support regulator nonstandard GPIO propertiesLinus Walleij1-0/+39
2018-01-08gpio: of: Support SPI nonstandard GPIO propertiesLinus Walleij1-0/+35
2017-12-22gpio: fix "gpio-line-names" property retrievalChristophe Leroy1-1/+2
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery1-2/+4
2017-10-20gpio: Fix loose spellingAndrew Jeffery1-2/+2
2017-08-14gpio: of: Improve kerneldocThierry Reding1-4/+3
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring1-15/+14
2017-06-16gpio: of: Spelling: s/retures/returns/Geert Uytterhoeven1-1/+1
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax1-0/+3
2017-04-07gpio: core: Decouple open drain/source flag with active low/highLaxman Dewangan1-1/+1
2016-12-30gpio: of: Add support for multiple GPIOs in a single GPIO hogGeert Uytterhoeven1-11/+20
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-47/+4
2016-10-31gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeMasahiro Yamada1-5/+9
2016-10-31gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun1-1/+3
2016-10-24gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg1-46/+1
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+39
2016-10-03gpio: OF: separation of concernsLinus Walleij1-0/+39
2016-09-08Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"Linus Walleij1-1/+0
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-68/+59
2016-06-23gpio: of: factor out common code to a new helper functionMasahiro Yamada1-19/+18
2016-06-23gpio: of: remove of_gpiochip_and_xlate() and struct gg_dataMasahiro Yamada1-46/+35
2016-06-23gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()Masahiro Yamada1-1/+4
2016-06-23gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()Masahiro Yamada1-19/+20
2016-06-23gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()Masahiro Yamada1-7/+5
2016-06-08gpio: include <linux/io-mapping.h> in gpiolib-ofLinus Walleij1-0/+1
2016-06-07gpio: of: add missing of_node_put() to of_gpiochip_add_pin_range()Masahiro Yamada1-0/+1
2016-05-10gpio: of: make it possible to name GPIO linesLinus Walleij1-0/+49
2016-04-14gpio: of: Scan available child node for gpio-hogLaxman Dewangan1-1/+1
2016-04-13gpio: of: Return error if gpio hog configuration failedLaxman Dewangan1-6/+9
2016-01-05gpio: of: provide optional of_mm_gpiochip_add_data() functionLinus Walleij1-5/+7
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-09-24gpiolib-of: Rename gpio_hog functions to be genericMarkus Pargmann1-10/+10
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso1-9/+18
2015-07-16gpiolib: remove unneeded assignationLaurent Navet1-1/+1
2015-07-16gpio: of: remove unnecessary variable in of_get_gpio_hog()Masahiro Yamada1-4/+1
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-1/+1
2015-04-18Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+111
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot1-0/+111
2015-02-23gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per nodeHans Holmberg1-4/+5
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+17
2015-01-15gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg1-2/+8
2015-01-15gpio/gpiolib-of: Create of_mm_gpiochip_removeRicardo Ribalda Delgado1-0/+17
2014-08-17gpio: delete unneeded test before of_node_putJulia Lawall1-3/+1
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot1-1/+1
2014-07-23gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot1-1/+0