summaryrefslogtreecommitdiff
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.19.158' into v4.19-rt-workTom Zanussi2020-11-241-1/+3
|\
| * of/address: Fix of_node memory leak in of_dma_is_coherentEvan Nimmo2020-11-181-1/+3
* | Merge tag 'v4.19.156' into v4.19-rt-workTom Zanussi2020-11-241-2/+11
|\ \ | |/
| * of: Fix reserved-memory overlap detectionVincent Whitchurch2020-11-101-2/+11
* | Merge tag 'v4.19.134' into v4.19-rt-workTom Zanussi2020-07-311-2/+7
|\ \ | |/
| * of: of_mdio: Correct loop scanning logicFlorian Fainelli2020-07-221-2/+7
* | Merge tag 'v4.19.130' into v4.19-rt-workTom Zanussi2020-07-131-2/+1
|\ \ | |/
| * of: Fix a refcounting bug in __of_attach_node_sysfs()Dan Carpenter2020-06-251-2/+1
* | Merge tag 'v4.19.118' into v4.19-rt-workTom Zanussi2020-05-042-3/+15
|\ \ | |/
| * 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
* | Merge tag 'v4.19.115' into v4.19-rtSteven Rostedt (VMware)2020-04-161-0/+1
|\ \ | |/
| * drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin2020-04-021-0/+1
* | Merge tag 'v4.19.103' into v4.19-rtSteven Rostedt (VMware)2020-02-142-1/+9
|\ \ | |/
| * of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-02-112-1/+9
* | Merge tag 'v4.19.100' into v4.19-rtSteven Rostedt (VMware)2020-01-311-1/+1
|\ \ | |/
| * of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2020-01-271-1/+1
* | Merge tag 'v4.19.90' into v4.19-rtSteven Rostedt (VMware)2019-12-182-18/+23
|\ \ | |/
| * 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
* | Merge tag 'v4.19.87' into v4.19-rtSteven Rostedt (VMware)2019-12-131-10/+48
|\ \ | |/
| * 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
* | Merge tag 'v4.19.86' into v4.19-rtSteven Rostedt (VMware)2019-12-133-5/+5
|\ \ | |/
| * 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
* | Merge tag 'v4.19.84' into v4.19-rtSteven Rostedt (VMware)2019-12-131-0/+1
|\ \ | |/
| * of: unittest: fix memory leak in unittest_data_addNavid Emamdoost2019-11-101-0/+1
* | Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)2019-06-142-17/+71
|\ \ | |/
| * 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
* | Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior2019-02-189-64/+133
|\ \ | |/
| * 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
* | Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior2019-01-143-34/+93
|\ \ | |/
| * 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
* | Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior2018-11-303-3/+12
|\ \ | |/
| * 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
* | of: allocate / free phandle cache outside of the devtree_lockSebastian Andrzej Siewior2018-10-291-8/+14
|/
* Merge tag 'devicetree-fixes-for-4.19-3' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2018-10-101-8/+18
|\