aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/gpiolib-of.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-0/+17
2025-04-08gpiolib: support parsing gpio three-cell interrupts schemeYixun Lan1-0/+8
2025-04-08gpiolib: of: Move Atmel HSMCI quirk up out of the regulator commentAndy Shevchenko1-3/+3
2025-04-08gpiolib: of: Fix the choice for Ingenic NAND quirkAndy Shevchenko1-0/+2
2025-04-07gpiolib: of: Add polarity quirk for s5m8767Peng Fan1-0/+9
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+9
2025-03-06ieee802154: ca8210: Switch to using gpiod APIAndy Shevchenko1-0/+9
2025-03-04gpiolib: of: Handle threecell GPIO chipsLinus Walleij1-11/+84
2025-03-04gpiolib: of: Use local variablesLinus Walleij1-16/+23
2024-11-06gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko1-14/+34
2024-08-20gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko1-21/+4
2024-08-19gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+3
2024-08-01gpio: Use of_property_present()Rob Herring (Arm)1-4/+4
2024-07-15Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+2
2024-07-05gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-02gpiolib: of: fix lookup quirk for MIPS LantiqDmitry Torokhov1-2/+12
2024-06-14gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski1-2/+2
2024-04-26gpio: of: support gpio-ranges for multiple gpiochip devicesDoug Berger1-2/+21
2024-03-01gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko1-7/+7
2024-02-20gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()Krzysztof Kozlowski1-1/+1
2024-02-12gpio: of: assign and read the hog pointer atomicallyBartosz Golaszewski1-2/+2
2024-02-12gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski1-3/+4
2024-01-22gpio: legacy: mark old interfaces as deprecated in kernel docsBartosz Golaszewski1-0/+2
2023-12-13backlight: hx8357: Convert to agnostic GPIO APIAndy Shevchenko1-2/+2
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+4
2023-10-09gpiolib: of: Add quirk for mt2701-cs42448 ASoC soundLinus Walleij1-0/+4
2023-10-04gpio: of: replace gpiochip_find_* with gpio_device_find_*Bartosz Golaszewski1-16/+17
2023-10-02gpiolib: of: Allow "trigger-sources" to reference a GPIOLinus Walleij1-0/+28
2023-09-27mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.cBartosz Golaszewski1-0/+9
2023-09-11gpio: of: correct notifier return codesBartosz Golaszewski1-8/+8
2023-08-29Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-3/+3
2023-08-25mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar1-2/+18
2023-07-10gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()Andy Shevchenko1-3/+3
2023-03-06gpiolib: Clean up headersAndy Shevchenko1-2/+4
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann1-0/+3
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+0
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko1-0/+15
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko1-20/+5
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov1-46/+0
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov1-4/+13
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov1-6/+0
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov1-0/+26
2023-01-26Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko1-5/+0
2022-11-15gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding1-1/+1
2022-11-15gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko1-3/+0
2022-11-15gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko1-2/+2
2022-11-15gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov1-4/+3
2022-11-09gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid_mask()Andy Shevchenko1-42/+0
2022-11-09gpiolib: of: Prepare of_gpiochip_add() / of_gpiochip_remove() for fwnodeAndy Shevchenko1-4/+6