summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-of.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: of: Add DT overlay support for GPIO hogsGeert Uytterhoeven2020-02-211-0/+90
* gpio: of: Extract of_gpiochip_add_hog()Geert Uytterhoeven2020-02-211-16/+33
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-4/+4
* Merge tag 'mmc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-01-271-21/+0
|\
| * mmc: core: Rework cd-gpio handlingMichał Mirosław2019-12-181-17/+0
| * mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-4/+0
* | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-171-0/+27
|\ \ | |/ |/|
| * gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing2019-12-031-1/+1
| * gpio: Handle counting of Freescale chipselectsLinus Walleij2019-11-281-0/+27
* | gpio: of: Fix bogus reference to gpiod_get_count()Geert Uytterhoeven2019-11-221-1/+1
* | gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko2019-11-071-4/+1
* | Merge tag 'v5.4-rc6' into develLinus Walleij2019-11-051-1/+1
|\ \
| * | gpio: fix getting nonexclusive gpiods from DTMarco Felsch2019-10-011-1/+1
| |/
* | Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc...Linus Walleij2019-10-231-2/+4
|\ \
| * | gpio: of: don't warn if ignored GPIO flag matches the behaviorLucas Stach2019-10-181-2/+4
| |/
* | gpio: fix kernel-doc for of_gpio_need_valid_mask()Randy Dunlap2019-10-091-2/+3
|/
* Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-09-161-14/+144
|\
| * gpiolib: of: add a fallback for wlf,reset GPIO nameDmitry Torokhov2019-09-121-0/+16
| * gpio: of: Switch to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2019-09-111-4/+4
| * gpio: of: Make of_gpio_simple_xlate() privateGeert Uytterhoeven2019-09-111-3/+3
| * gpio: of: Make of_get_named_gpiod_flags() privateGeert Uytterhoeven2019-09-111-1/+1
| * Merge tag 'v5.3-rc7' into develLinus Walleij2019-09-051-1/+1
| |\
| * | gpio: of: Normalize return code variable nameLinus Walleij2019-09-041-7/+7
| * | gpio: of: Fix hard-assigned valid_mask for OF caseStephen Boyd2019-08-011-1/+1
| * | gpio: of: Break out OF-only codeLinus Walleij2019-07-281-0/+114
* | | gpiolib: of: fix fallback quirks handlingDmitry Torokhov2019-09-101-18/+9
| |/ |/|
* | gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
|/
* Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-07-161-0/+1
|\
| * gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta2019-07-151-0/+1
* | Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij2019-07-161-8/+1
|/
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-0/+43
|\
| * Merge branch 'ib-snps-reset-gpio' into develLinus Walleij2019-06-121-0/+6
| |\
| | * gpio: of: parse stmmac PHY reset line specific active-low propertyMartin Blumenstingl2019-06-121-0/+6
| * | gpio: of: Handle the Freescale SPI CSLinus Walleij2019-05-311-0/+37
| |/
* | gpio/spi: Fix spi-gpio regression on active high CSLinus Walleij2019-07-021-1/+8
|/
* gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko2019-04-231-1/+1
* gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko2019-04-231-6/+5
* gpio: of: Optimize quirk checksGeert Uytterhoeven2019-04-081-6/+5
* gpio: of: Fix of_gpiochip_add() error pathGeert Uytterhoeven2019-03-281-1/+7
* gpio: of: Check for "spi-cs-high" in child instead of parent nodeAndrey Smirnov2019-03-281-3/+3
* gpio: of: Check propname before applying "cs-gpios" quirksAndrey Smirnov2019-03-281-1/+2
* Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-1/+8
|\
| * gpio: of: Handle both enable-gpio{,s}Marek Vasut2019-02-211-1/+2
| * gpio: of: Restrict enable-gpio quirk to regulator-gpioThierry Reding2019-02-211-2/+2
| * gpio: of: Apply regulator-gpio quirk only to enable-gpiosMarek Vasut2019-02-171-0/+1
| * gpio: add core support for pull-up/pull-down configurationThomas Petazzoni2019-02-131-0/+5
* | gpio: of: Fix logic inversionLinus Walleij2019-01-241-1/+1
|/
* gpio/mmc/of: Respect polarity in the device treeLinus Walleij2018-12-171-33/+16
* gpio: OF: Parse MMC-specific CD and WP propertiesLinus Walleij2018-11-291-0/+39
* gpio: restore original GPLv2+ license of gpiolib-of.c sourcesVladimir Zapolskiy2018-11-261-1/+1