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