summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
2025-06-04of: module: add buffer overflow check in of_modalias()Sergey Shtylyov1-3/+4
2025-05-02of/irq: Fix device node refcount leakages in of_irq_init()Zijun Hu1-0/+3
2025-05-02of/irq: Fix device node refcount leakage in API irq_of_parse_and_map()Zijun Hu1-1/+5
2025-05-02of/irq: Fix device node refcount leakages in of_irq_count()Zijun Hu1-1/+3
2025-03-13Revert "of: reserved-memory: Fix using wrong number of cells to get property ...Rob Herring (Arm)1-2/+2
2025-03-13of: reserved-memory: Fix using wrong number of cells to get property 'alignment'Zijun Hu1-2/+2
2025-03-13of: Fix of_find_node_opts_by_path() handling of alias+path+optionsZijun Hu1-3/+3
2025-03-13of: Correct child specifier used as input of the 2nd nexus nodeZijun Hu1-1/+1
2025-01-09of: Fix refcount leakage for OF node returned by __of_get_dma_parent()Zijun Hu1-1/+1
2025-01-09of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2025-01-09of/irq: Fix using uninitialized variable @addr_len in API of_irq_parse_one()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-04-13of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina1-0/+12
2024-02-23of: property: fix typo in io-channelsNuno Sa1-1/+1
2024-02-23of: unittest: Fix compile in the non-dynamic caseChristian A. Ehrhardt1-3/+9
2024-01-26of: unittest: Fix of_count_phandle_with_args() expected value messageGeert Uytterhoeven1-1/+1
2024-01-26of: 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-12-13of: Add missing 'Return' section in kerneldoc commentsRob Herring7-73/+99
2023-12-13of: Fix kerneldoc output formattingRob Herring2-143/+141
2023-12-13of: base: Fix some formatting issues and provide missing descriptionsLee Jones1-5/+11
2023-10-10of: dynamic: Fix potential memory leak in of_changeset_action()Dan Carpenter1-3/+3
2023-09-19of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven1-1/+1
2023-09-19of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie1-4/+6
2023-08-30of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring1-22/+9
2023-05-17of: Fix modalias string generationMiquel Raynal1-2/+5
2023-02-15of/address: Return an error when no valid dma-ranges are foundMark Brown1-6/+15
2023-01-14of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and...ruanjinjie1-2/+2
2022-12-08of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-09-23of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov1-1/+1
2022-06-09of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá1-3/+1
2022-01-27of: base: Improve argument length mismatch errorBaruch Siach1-3/+8
2022-01-27of: base: Fix phandle argument length mismatch error messageBaruch Siach1-2/+2
2022-01-27of: unittest: 64 bit dma address test requires arch supportFrank Rowand1-2/+3
2022-01-27of: unittest: fix warning on PowerPC frame size warningJim Quinlan1-4/+12
2021-11-18of: unittest: fix EXPECT text for gpio hog errorsFrank Rowand1-8/+8
2021-09-18of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier1-1/+1
2021-07-14of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2-8/+8
2021-05-14of: overlay: fix for_each_child.cocci warningskernel test robot1-0/+1
2021-04-14of: property: fw_devlink: do not link ".*,nr-gpios"Ilya Lipnitskiy1-1/+10
2021-03-09of: unittest: Fix build on architectures without CONFIG_OF_ADDRESSCatalin Marinas1-0/+3
2021-03-09of: unittest: Add test for of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+18
2021-03-09of/address: Introduce of_dma_get_max_cpu_address()Nicolas Saenz Julienne1-0/+42
2021-03-04of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat1-1/+9
2021-03-04fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed1-1/+1
2021-02-04of/device: Update dma_range_map only when dev has valid dma-rangesYong Wu1-3/+7
2020-11-12of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-11-02of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven1-1/+1