summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: Don't allow __of_attached_node_sysfs() without CONFIG_SYSFSMarc Zyngier2021-09-221-1/+1
* of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2021-07-202-8/+8
* Revert "fdt: Properly handle "no-map" field in the memory region"Quentin Perret2021-05-221-1/+1
* Revert "of/fdt: Make sure no-map does not remove already reserved regions"Quentin Perret2021-05-221-9/+1
* of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat2021-03-041-1/+9
* fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed2021-03-041-1/+1
* of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo2020-11-181-1/+3
* of: Fix reserved-memory overlap detectionVincent Whitchurch2020-11-101-2/+11
* of: of_mdio: Correct loop scanning logicFlorian Fainelli2020-07-221-2/+7
* of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter2020-06-251-2/+1
* of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand2020-04-231-0/+2
* of: unittest: kmemleak in of_unittest_overlay_high_level()Frank Rowand2020-04-231-1/+4
* of: unittest: kmemleak in of_unittest_platform_populate()Frank Rowand2020-04-231-2/+5
* of: unittest: kmemleak on changeset destroyFrank Rowand2020-04-231-0/+4
* drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin2020-04-021-0/+1
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-02-112-1/+9
* of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2020-01-271-1/+1
* of: unittest: fix memory leak in attach_node_and_childrenErhard Furtner2019-12-171-1/+3
* of: overlay: add_changeset_property() memory leakFrank Rowand2019-12-171-17/+20
* of: unittest: initialize args before calling of_*parse_*()Frank Rowand2019-12-011-2/+13
* of: unittest: allow base devicetree to have symbol metadataFrank Rowand2019-12-011-8/+35
* of/unittest: Fix I2C bus unit-address errorRob Herring2019-11-202-4/+4
* of: make PowerMac cache node search conditional on CONFIG_PPC_PMACRob Herring2019-11-201-1/+1
* of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-11-101-0/+1
* of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2019-06-092-14/+42
* of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2019-06-091-3/+29
* of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand2019-02-061-1/+1
* of: overlay: use prop add changeset entry for property in new nodesFrank Rowand2019-02-061-38/+74
* of: overlay: add missing of_node_get() in __of_attach_node_sysfsFrank Rowand2019-02-062-4/+3
* of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2019-02-062-0/+30
* of: Convert to using %pOFn instead of device_node.nameRob Herring2019-02-066-22/+23
* of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand2019-01-261-1/+3
* OF: properties: add missing of_node_putJulia Lawall2019-01-221-0/+1
* of: __of_detach_node() - remove node from phandle cacheFrank Rowand2019-01-133-1/+37
* of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand2019-01-131-24/+46
* of/device: Really only set bus DMA mask when appropriateRobin Murphy2018-11-271-1/+3
* of, numa: Validate some distance map rulesJohn Garry2018-11-211-2/+7
* of: Add missing exports of node name compare functionsRob Herring2018-11-131-0/+2
* Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2018-10-101-8/+18
|\
| * of: unittest: Disable interrupt node tests for old world MAC systemsGuenter Roeck2018-10-101-8/+18
* | Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-141-0/+3
|\|
| * of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
* | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-09-021-0/+4
|\ \ | |/ |/|
| * of/platform: initialise AMBA default DMA masksLinus Walleij2018-09-021-0/+4
* | of: add node name compare helper functionsRob Herring2018-08-301-0/+22
* | of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-4/+13
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-203-3/+16
| |\
| * | of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij2018-07-131-4/+13
* | | Merge tag 'devicetree-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-142-10/+5
|\ \ \