aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22gpio: of: Fix bogus reference to gpiod_get_count()Geert Uytterhoeven1-1/+1
2019-11-07gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko1-4/+1
2019-11-05Merge tag 'v5.4-rc6' into develLinus Walleij1-1/+1
2019-10-23Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into develLinus Walleij1-2/+4
2019-10-18gpio: of: don't warn if ignored GPIO flag matches the behaviorLucas Stach1-2/+4
2019-10-09gpio: fix kernel-doc for of_gpio_need_valid_mask()Randy Dunlap1-2/+3
2019-10-01gpio: fix getting nonexclusive gpiods from DTMarco Felsch1-1/+1
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-14/+144
2019-09-12gpiolib: of: add a fallback for wlf,reset GPIO nameDmitry Torokhov1-0/+16
2019-09-11gpio: of: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven1-4/+4
2019-09-11gpio: of: Make of_gpio_simple_xlate() privateGeert Uytterhoeven1-3/+3
2019-09-11gpio: of: Make of_get_named_gpiod_flags() privateGeert Uytterhoeven1-1/+1
2019-09-10gpiolib: of: fix fallback quirks handlingDmitry Torokhov1-18/+9
2019-09-05Merge tag 'v5.3-rc7' into develLinus Walleij1-1/+1
2019-09-04gpio: of: Normalize return code variable nameLinus Walleij1-7/+7
2019-08-17gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade1-1/+1
2019-08-01gpio: of: Fix hard-assigned valid_mask for OF caseStephen Boyd1-1/+1
2019-07-28gpio: of: Break out OF-only codeLinus Walleij1-0/+114
2019-07-16Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixesLinus Walleij1-0/+1
2019-07-16Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij1-8/+1
2019-07-15gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta1-0/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+43
2019-07-02gpio/spi: Fix spi-gpio regression on active high CSLinus Walleij1-1/+8
2019-06-12Merge branch 'ib-snps-reset-gpio' into develLinus Walleij1-0/+6
2019-06-12gpio: of: parse stmmac PHY reset line specific active-low propertyMartin Blumenstingl1-0/+6
2019-05-31gpio: of: Handle the Freescale SPI CSLinus Walleij1-0/+37
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