summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)Author
2025-02-21of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu
2025-02-21of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu
2025-02-21of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu
2025-02-21of: reserved-memory: Do not make kmemleak ignore freed addressZijun Hu
2025-01-17of: address: Preserve the flags portion on 1:1 dma-ranges mappingAndrea della Porta
2025-01-17of: address: Store number of bus flag cells rather than boolRob Herring
2025-01-17of: address: Remove duplicated functionsHerve Codina
2025-01-17of: address: Fix address translation when address-size is greater than 2Herve Codina
2025-01-17of/address: Add support for 3 address cell busRob Herring
2025-01-17of: unittest: Add bus address range parsing testsRob Herring
2024-12-27of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu
2024-12-27of: Fix error path in of_parse_phandle_with_args_map()Herve Codina
2024-12-27of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()Zijun Hu
2024-12-27of/irq: Fix interrupt-map cell length check in of_irq_parse_imap_parent()Zijun Hu
2024-10-17of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones
2024-10-17of/irq: Refer to actual buffer size in of_irq_parse_one()Geert Uytterhoeven
2024-09-12of/irq: Prevent device address out-of-bounds read in interrupt map walkStefan Wiehler
2024-07-25of/irq: Disable "interrupt-map" parsing for PASEMI NemoMarc Zyngier
2024-07-25of/irq: Factor out parsing of interrupt-map parent phandle+args from of_irq_p...Rob Herring (Arm)
2024-04-10of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina
2024-03-06of: property: fw_devlink: Fix stupid bug in remote-endpoint parsingSaravana Kannan
2024-03-06of: overlay: Reorder struct fragment fields kerneldocGeert Uytterhoeven
2024-02-23of: property: Add in-ports/out-ports support to of_graph_get_port_parent()Saravana Kannan
2024-02-23of: property: fix typo in io-channelsNuno Sa
2024-02-23of: property: Improve finding the supplier of a remote-endpoint propertySaravana Kannan
2024-02-23of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt
2024-01-25of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven
2024-01-25of: Fix double free in of_parse_phandle_with_args_mapChristian A. Ehrhardt
2023-12-13of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli
2023-10-10of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter
2023-09-13treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven
2023-09-13of: property: fw_devlink: Add a devlink for panel followersDouglas Anderson
2023-09-13of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven
2023-09-13of: overlay: Call of_changeset_init() earlyGeert Uytterhoeven
2023-09-13of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie
2023-09-13of: property: Simplify of_link_to_phandle()Saravana Kannan
2023-08-30of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring
2023-08-30of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring
2023-08-30mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel
2023-07-27of: Preserve "of-display" device name for compatibilityRob Herring
2023-06-21of: overlay: Fix missing of_node_put() in error case of init_overlay_changeset()Kunihiko Hayashi
2023-05-11of: Fix modalias string generationMiquel Raynal
2023-02-22of: reserved_mem: Have kmemleak ignore dynamically allocated reserved memIsaac J. Manjarres
2023-02-14of: Make OF framebuffer device names uniqueMichal Suchanek
2023-02-14of/address: Return an error when no valid dma-ranges are foundMark Brown
2023-02-09Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres
2023-01-24of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring
2023-01-12of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold
2023-01-07of/kexec: Fix reading 32-bit "linux,initrd-{start,end}" valuesRob Herring
2022-12-31of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie