aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-of.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: of: initialize local variable passed to the .of_xlate() callbackAlexander Stein2025-07-091-1/+1
* Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-05-271-0/+17
|\
| * gpiolib: support parsing gpio three-cell interrupts schemeYixun Lan2025-04-081-0/+8
| * gpiolib: of: Add polarity quirk for s5m8767Peng Fan2025-04-071-0/+9
* | gpiolib: of: Move Atmel HSMCI quirk up out of the regulator commentAndy Shevchenko2025-04-081-3/+3
* | gpiolib: of: Fix the choice for Ingenic NAND quirkAndy Shevchenko2025-04-081-0/+2
|/
* Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-03-271-0/+9
|\
| * ieee802154: ca8210: Switch to using gpiod APIAndy Shevchenko2025-03-061-0/+9
* | gpiolib: of: Handle threecell GPIO chipsLinus Walleij2025-03-041-11/+84
* | gpiolib: of: Use local variablesLinus Walleij2025-03-041-16/+23
|/
* gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-061-1/+1
* gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko2024-09-021-14/+34
* gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko2024-08-201-21/+4
* gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-191-8/+3
* gpio: Use of_property_present()Rob Herring (Arm)2024-08-011-4/+4
* Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-161-2/+2
|\
| * gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski2024-06-141-2/+2
* | gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov2024-07-051-0/+8
* | gpiolib: of: fix lookup quirk for MIPS LantiqDmitry Torokhov2024-07-021-2/+12
|/
* gpio: of: support gpio-ranges for multiple gpiochip devicesDoug Berger2024-04-261-2/+21
* gpio: of: Make of_gpio_get_count() take firmware node as a parameterAndy Shevchenko2024-03-011-7/+7
* gpio: constify of_phandle_args in of_find_gpio_device_by_xlate()Krzysztof Kozlowski2024-02-201-1/+1
* gpio: of: assign and read the hog pointer atomicallyBartosz Golaszewski2024-02-121-2/+2
* gpio: constify opaque pointer in gpio_device_find() match functionKrzysztof Kozlowski2024-02-121-3/+4
* gpio: legacy: mark old interfaces as deprecated in kernel docsBartosz Golaszewski2024-01-221-0/+2
* backlight: hx8357: Convert to agnostic GPIO APIAndy Shevchenko2023-12-131-2/+2
* Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-031-0/+4
|\
| * gpiolib: of: Add quirk for mt2701-cs42448 ASoC soundLinus Walleij2023-10-091-0/+4
* | gpio: of: replace gpiochip_find_* with gpio_device_find_*Bartosz Golaszewski2023-10-041-16/+17
* | gpiolib: of: Allow "trigger-sources" to reference a GPIOLinus Walleij2023-10-021-0/+28
* | mtd: rawnand: ingenic: move the GPIO quirk to gpiolib-of.cBartosz Golaszewski2023-09-271-0/+9
* | gpio: of: correct notifier return codesBartosz Golaszewski2023-09-111-8/+8
|/
* Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-291-3/+3
|\
| * gpiolib: of: Don't use GPIO chip fwnode in of_gpiochip_*()Andy Shevchenko2023-07-101-3/+3
* | mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar2023-08-251-2/+18
|/
* gpiolib: Clean up headersAndy Shevchenko2023-03-061-2/+4
* gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann2023-03-061-0/+3
* Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-02-221-5/+0
|\
| * Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko2023-01-261-5/+0
* | gpiolib: of: Move enum of_gpio_flags to its only userAndy Shevchenko2023-01-301-0/+15
* | gpiolib: Get rid of not used of_node memberAndy Shevchenko2023-01-301-20/+5
* | gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov2023-01-301-46/+0
* | gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov2023-01-301-4/+13
* | gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov2023-01-301-6/+0
* | gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov2023-01-301-0/+26
|/
* gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding2022-11-151-1/+1
* gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko2022-11-151-3/+0
* gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko2022-11-151-2/+2
* gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov2022-11-151-4/+3
* gpiolib: of: Integrate of_gpiochip_init_valid_mask() into gpiochip_init_valid...Andy Shevchenko2022-11-091-42/+0