aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-of.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-14/+144
2019-09-12gpiolib: of: add a fallback for wlf,reset GPIO nameGravatar Dmitry Torokhov 1-0/+16
2019-09-11gpio: of: Switch to EXPORT_SYMBOL_GPL()Gravatar Geert Uytterhoeven 1-4/+4
2019-09-11gpio: of: Make of_gpio_simple_xlate() privateGravatar Geert Uytterhoeven 1-3/+3
2019-09-11gpio: of: Make of_get_named_gpiod_flags() privateGravatar Geert Uytterhoeven 1-1/+1
2019-09-10gpiolib: of: fix fallback quirks handlingGravatar Dmitry Torokhov 1-18/+9
2019-09-05Merge tag 'v5.3-rc7' into develGravatar Linus Walleij 1-1/+1
2019-09-04gpio: of: Normalize return code variable nameGravatar Linus Walleij 1-7/+7
2019-08-17gpio: of: fix Freescale SPI CS quirk handlingGravatar Andreas Kemnade 1-1/+1
2019-08-01gpio: of: Fix hard-assigned valid_mask for OF caseGravatar Stephen Boyd 1-1/+1
2019-07-28gpio: of: Break out OF-only codeGravatar Linus Walleij 1-0/+114
2019-07-16Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Walleij 1-0/+1
2019-07-16Revert "gpio/spi: Fix spi-gpio regression on active high CS"Gravatar Linus Walleij 1-8/+1
2019-07-15gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Gravatar Nishka Dasgupta 1-0/+1
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-0/+43
2019-07-02gpio/spi: Fix spi-gpio regression on active high CSGravatar Linus Walleij 1-1/+8
2019-06-12Merge branch 'ib-snps-reset-gpio' into develGravatar Linus Walleij 1-0/+6
2019-06-12gpio: of: parse stmmac PHY reset line specific active-low propertyGravatar Martin Blumenstingl 1-0/+6
2019-05-31gpio: of: Handle the Freescale SPI CSGravatar Linus Walleij 1-0/+37
2019-04-23gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTGravatar Andy Shevchenko 1-1/+1
2019-04-23gpiolib: Make use of enum gpio_lookup_flags consistentGravatar Andy Shevchenko 1-6/+5
2019-04-08gpio: of: Optimize quirk checksGravatar Geert Uytterhoeven 1-6/+5
2019-03-28gpio: of: Fix of_gpiochip_add() error pathGravatar Geert Uytterhoeven 1-1/+7
2019-03-28gpio: of: Check for "spi-cs-high" in child instead of parent nodeGravatar Andrey Smirnov 1-3/+3
2019-03-28gpio: of: Check propname before applying "cs-gpios" quirksGravatar Andrey Smirnov 1-1/+2
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+8
2019-02-21gpio: of: Handle both enable-gpio{,s}Gravatar Marek Vasut 1-1/+2
2019-02-21gpio: of: Restrict enable-gpio quirk to regulator-gpioGravatar Thierry Reding 1-2/+2
2019-02-17gpio: of: Apply regulator-gpio quirk only to enable-gpiosGravatar Marek Vasut 1-0/+1
2019-02-13gpio: add core support for pull-up/pull-down configurationGravatar Thomas Petazzoni 1-0/+5
2019-01-24gpio: of: Fix logic inversionGravatar Linus Walleij 1-1/+1
2018-12-17gpio/mmc/of: Respect polarity in the device treeGravatar Linus Walleij 1-33/+16
2018-11-29gpio: OF: Parse MMC-specific CD and WP propertiesGravatar Linus Walleij 1-0/+39
2018-11-26gpio: restore original GPLv2+ license of gpiolib-of.c sourcesGravatar Vladimir Zapolskiy 1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-9/+51
2018-09-25gpio: Use SPDX header for core libraryGravatar Linus Walleij 1-5/+1
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsGravatar Linus Walleij 1-2/+48
2018-08-31gpio: Fix crash due to registration raceGravatar Vincent Whitchurch 1-0/+1
2018-08-29gpio: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-08-15Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-3/+0
2018-08-10gpiolib: Fix of_node inconsistencyGravatar Biju Das 1-3/+0
2018-07-23gpio: of: Handle fixed regulator flags properlyGravatar Linus Walleij 1-1/+2
2018-05-16gpio: Convert to use match_string() helperGravatar Andy Shevchenko 1-5/+2
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2018-03-27gpiolib: Support 'gpio-reserved-ranges' propertyGravatar Stephen Boyd 1-0/+24
2018-02-27gpio: Handle deferred probing in of_find_gpio() properlyGravatar Chen-Yu Tsai 1-1/+1
2018-02-27gpiolib: Keep returning EPROBE_DEFER when we shouldGravatar Maxime Ripard 1-0/+13
2018-02-12gpio: Support gpio nexus dt bindingsGravatar Stephen Boyd 1-2/+2
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-2/+117
2018-01-17gpio: of: Fix NPE from OF flagsGravatar Linus Walleij 1-1/+2