aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko1-1/+1
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko1-6/+5
2019-04-08gpio: of: Optimize quirk checksGeert Uytterhoeven1-6/+5
2019-03-28gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven1-1/+7
2019-03-28gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov1-3/+3
2019-03-28gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov1-1/+2
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+8
2019-02-21gpio: of: Handle both enable-gpio{,s}Marek Vasut1-1/+2
2019-02-21gpio: of: Restrict enable-gpio quirk to regulator-gpioThierry Reding1-2/+2
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut1-0/+1
2019-02-13gpio: add core support for pull-up/pull-down configurationThomas Petazzoni1-0/+5
2019-01-24gpio: of: Fix logic inversionLinus Walleij1-1/+1
2018-12-17gpio/mmc/of: Respect polarity in the device treeLinus Walleij1-33/+16
2018-11-29gpio: OF: Parse MMC-specific CD and WP propertiesLinus Walleij1-0/+39
2018-11-26gpio: restore original GPLv2+ license of gpiolib-of.c sourcesVladimir Zapolskiy1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-9/+51
2018-09-25gpio: Use SPDX header for core libraryLinus Walleij1-5/+1
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij1-2/+48
2018-08-31gpio: Fix crash due to registration raceVincent Whitchurch1-0/+1
2018-08-29gpio: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+0
2018-08-10gpiolib: Fix of_node inconsistencyBiju Das1-3/+0
2018-07-23gpio: of: Handle fixed regulator flags properlyLinus Walleij1-1/+2
2018-05-16gpio: Convert to use match_string() helperAndy Shevchenko1-5/+2
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyStephen Boyd1-0/+24
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-02-12gpio: Support gpio nexus dt bindingsStephen Boyd1-2/+2
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