summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-of.c
AgeCommit message (Expand)Author
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov
2023-01-26Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko
2022-11-15gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding
2022-11-15gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko
2022-11-15gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko
2022-11-15gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov
2022-11-09gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...Andy Shevchenko
2022-11-09gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnodeAndy Shevchenko
2022-11-04gpiolib: of: add polarity quirk for Freescale PCIe controllerDmitry Torokhov
2022-11-04gpiolib: of: factor out quirk setting polarity via separate propertyDmitry Torokhov
2022-11-04gpiolib: of: Make use of device_match_of_node()Andy Shevchenko
2022-10-20gpiolib: of: add a quirk for reset line polarity for Himax LCDsDmitry Torokhov
2022-10-20gpiolib: of: add quirk for phy reset polarity for Freescale EthernetDmitry Torokhov
2022-10-20gpiolib: of: factor out code overriding gpio line polarityDmitry Torokhov
2022-10-20gpiolib: of: add a quirk for legacy names in MOXA ART RTCDmitry Torokhov
2022-10-20gpiolib: of: add a quirk for reset line for Cirrus CS42L56 codecDmitry Torokhov
2022-10-20gpiolib: of: add a quirk for reset line for Marvell NFC controllerDmitry Torokhov
2022-10-20gpiolib: of: add quirk for locating reset lines with legacy bindingsDmitry Torokhov
2022-10-20gpiolib: of: tighten selection of gpio renaming quirksDmitry Torokhov
2022-10-20gpiolib: of: consolidate simple renames into a single quirkDmitry Torokhov
2022-10-20gpiolib: of: add a quirk for legacy names in Mediatek mt2701-cs42448Dmitry Torokhov
2022-09-20gpiolib: fix OOB access in quirk callbacksMichael Walle
2022-09-15gpiolib: of: factor out conversion from OF flagsDmitry Torokhov
2022-09-15gpiolib: rework quirk handling in of_find_gpio()Dmitry Torokhov
2022-09-15gpiolib: of: make Freescale SPI quirk similar to all othersDmitry Torokhov
2022-09-15gpiolib: of: do not ignore requested index when applying quirksDmitry Torokhov
2022-07-19gpiolib: of: support bias pull disableNuno Sá
2022-07-19gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()Liang He
2022-07-19gpiolib: of: Use device_match_of_node() helperAndy Shevchenko
2022-05-28Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-02gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev
2022-04-21gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren
2022-04-09gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag()Andy Shevchenko
2022-02-08gpiolib: Introduce for_each_gpio_desc_with_flag() macroAndy Shevchenko
2021-12-17gpiolib: of: make fwnode take precedence in struct gpio_chipBartosz Golaszewski
2021-08-05gpiolib: of: constify few local device_node variablesKrzysztof Kozlowski
2021-08-05gpiolib: constify passed device_node pointerKrzysztof Kozlowski
2021-03-26gpiolib: Move of_node operations to gpiolib-of and correct fwnode useAndy Shevchenko
2021-01-27gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by defaultSaravana Kannan
2020-10-26gpiolib: of: Use named item for enum gpiod_flags variableAndy Shevchenko
2020-10-26gpiolib: Extract gpiod_not_found() helperAndy Shevchenko
2020-09-14gpiolib: generalize devprop_gpiochip_set_names() for device propertiesBartosz Golaszewski
2020-08-05Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds