summaryrefslogtreecommitdiff
path: root/drivers/of
AgeCommit message (Expand)AuthorFilesLines
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-09-23of: unittest: Fix overlay type in apply/revert checkGeert Uytterhoeven1-1/+1
2023-09-23of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()Ruan Jinjie1-4/+6
2023-05-17of: Fix modalias string generationMiquel Raynal1-2/+5
2022-12-08of: property: decrement node refcount in of_fwnode_get_reference_args()Yang Yingliang1-1/+3
2022-09-28of: mdio: Add of_node_put() when breaking out of for_each_xxLiang He1-0/+1
2022-09-28of: fdt: fix off-by-one error in unflatten_dt_nodes()Sergey Shtylyov1-1/+1
2022-07-02fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2022-06-25fdt: add support for rng-seedHsin-Yi Wang1-2/+12
2022-06-14of: overlay: do not break notify on NOTIFY_{OK|STOP}Nuno Sá1-3/+1
2021-09-22of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier1-1/+1
2021-07-20of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2-8/+8
2021-05-22Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret1-1/+1
2021-05-22Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret1-9/+1
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
2020-11-18of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo1-1/+3
2020-11-10of: Fix reserved-memory overlap detectionVincent Whitchurch1-2/+11
2020-07-22of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-06-25of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter1-2/+1
2020-04-23of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand1-0/+2
2020-04-23of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand1-1/+4
2020-04-23of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand1-2/+5
2020-04-23of: unittest: kmemleak on changeset destroyFrank Rowand1-0/+4
2020-04-02drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin1-0/+1
2020-02-11of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2-1/+9
2020-01-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter1-1/+1
2019-12-17of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner1-1/+3
2019-12-17of: overlay: add_changeset_property() memory leakFrank Rowand1-17/+20
2019-12-01of: unittest: initialize args before calling of_*parse_*()Frank Rowand1-2/+13
2019-12-01of: unittest: allow base devicetree to have symbol metadataFrank Rowand1-8/+35
2019-11-20of/unittest: Fix I2C bus unit-address errorRob Herring2-4/+4
2019-11-20of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring1-1/+1
2019-11-10of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-06-09of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2-14/+42
2019-06-09of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-3/+29
2019-02-06of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand1-1/+1
2019-02-06of: overlay: use prop add changeset entry for property in new nodesFrank Rowand1-38/+74
2019-02-06of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2-4/+3
2019-02-06of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2-0/+30
2019-02-06of: Convert to using %pOFn instead of device_node.nameRob Herring6-22/+23
2019-01-26of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand1-1/+3
2019-01-22OF: properties: add missing of_node_putJulia Lawall1-0/+1
2019-01-13of: __of_detach_node() - remove node from phandle cacheFrank Rowand3-1/+37
2019-01-13of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46
2018-11-27of/device: Really only set bus DMA mask when appropriateRobin Murphy1-1/+3
2018-11-21of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-11-13of: Add missing exports of node name compare functionsRob Herring1-0/+2
2018-10-10Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman1-8/+18