| Commit message (Expand) | Author | Age | Files | Lines |
* | of: overlay: Remove blank line between assignment and check | Geert Uytterhoeven | 2020-01-08 | 1 | -1/+0 |
* | of: Rework and simplify phandle cache to use a fixed size | Rob Herring | 2019-12-24 | 1 | -10/+0 |
* | of: overlay: add_changeset_property() memory leak | Frank Rowand | 2019-11-26 | 1 | -17/+20 |
* | of: Remove struct device_node.type pointer | Rob Herring | 2019-01-10 | 1 | -3/+0 |
* | of: overlay: set node fields from properties when add new overlay node | Frank Rowand | 2018-11-09 | 1 | -5/+24 |
* | of: overlay: check prevents multiple fragments touching same property | Frank Rowand | 2018-11-09 | 1 | -37/+81 |
* | of: overlay: check prevents multiple fragments add or delete same node | Frank Rowand | 2018-11-09 | 1 | -9/+49 |
* | of: overlay: make all pr_debug() and pr_err() messages unique | Frank Rowand | 2018-11-09 | 1 | -5/+7 |
* | of: overlay: validate overlay properties #address-cells and #size-cells | Frank Rowand | 2018-11-09 | 1 | -3/+29 |
* | of: overlay: reorder fields in struct fragment | Frank Rowand | 2018-11-09 | 1 | -1/+1 |
* | of: overlay: do not duplicate properties from overlay for new nodes | Frank Rowand | 2018-11-09 | 1 | -1/+1 |
* | of: overlay: use prop add changeset entry for property in new nodes | Frank Rowand | 2018-11-09 | 1 | -38/+74 |
* | of: overlay: add missing of_node_put() after add new node to changeset | Frank Rowand | 2018-11-09 | 1 | -1/+3 |
* | of: overlay: add tests to validate kfrees from overlay removal | Frank Rowand | 2018-11-09 | 1 | -0/+1 |
* | of: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-09-07 | 1 | -2/+2 |
* | of: overlay: update phandle cache on overlay apply and remove | Frank Rowand | 2018-07-16 | 1 | -0/+11 |
* | of: overlay: Stop leaking resources on overlay removal | Jan Kiszka | 2018-04-27 | 1 | -9/+21 |
* | of: overlay: Fix forgotten reference to of_overlay_apply() | Geert Uytterhoeven | 2018-03-18 | 1 | -1/+1 |
* | of: overlay: do not include path in full_name of added nodes | Frank Rowand | 2018-03-05 | 1 | -3/+15 |
* | of: improve reporting invalid overlay target path | Frank Rowand | 2018-03-04 | 1 | -6/+16 |
* | of: change overlay apply input data from unflattened to FDT | Frank Rowand | 2018-03-04 | 1 | -9/+103 |
* | of: Use SPDX license tag for DT files | Rob Herring | 2018-01-08 | 1 | -4/+1 |
* | of: overlay: Make node skipping in init_overlay_changeset() clearer | Geert Uytterhoeven | 2017-12-08 | 1 | -10/+11 |
* | of: overlay: Fix out-of-bounds write in init_overlay_changeset() | Geert Uytterhoeven | 2017-12-08 | 1 | -3/+4 |
* | of: overlay: Fix (un)locking in of_overlay_apply() | Geert Uytterhoeven | 2017-12-06 | 1 | -10/+5 |
* | of: overlay: Fix memory leak in of_overlay_apply() error path | Geert Uytterhoeven | 2017-12-06 | 1 | -8/+8 |
* | of: overlay: Remove else after goto | Geert Uytterhoeven | 2017-12-06 | 1 | -15/+12 |
* | of: Spelling s/changset/changeset/ | Geert Uytterhoeven | 2017-12-06 | 1 | -4/+4 |
* | of: overlay: make pr_err() string unique | Frank Rowand | 2017-10-20 | 1 | -1/+1 |
* | of: overlay: pr_err from return NOTIFY_OK to overlay apply/remove | Frank Rowand | 2017-10-20 | 1 | -1/+1 |
* | of: overlay: remove unneeded check for NULL kbasename() | Frank Rowand | 2017-10-18 | 1 | -2/+0 |
* | of: overlay: remove a dependency on device node full_name | Frank Rowand | 2017-10-18 | 1 | -34/+56 |
* | of: overlay: simplify applying symbols from an overlay | Frank Rowand | 2017-10-18 | 1 | -26/+65 |
* | of: overlay: avoid race condition between applying multiple overlays | Frank Rowand | 2017-10-18 | 1 | -0/+32 |
* | of: overlay: loosen overly strict phandle clash check | Frank Rowand | 2017-10-18 | 1 | -4/+4 |
* | of: overlay: expand check of whether overlay changeset can be removed | Frank Rowand | 2017-10-18 | 1 | -7/+13 |
* | of: overlay: detect cases where device tree may become corrupt | Frank Rowand | 2017-10-18 | 1 | -40/+213 |
* | of: overlay: minor restructuring | Frank Rowand | 2017-10-18 | 1 | -113/+92 |
* | of: overlay: rename identifiers in dup_and_fixup_symbol_prop() | Frank Rowand | 2017-10-18 | 1 | -6/+18 |
* | of: overlay: rename identifiers to more reflect what they do | Frank Rowand | 2017-10-18 | 1 | -246/+284 |
* | of: overlay.c: Convert comparisons to zero or NULL to logical expressions | Frank Rowand | 2017-10-18 | 1 | -18/+18 |
* | of: overlay.c: Remove comments that state the obvious, to reduce clutter | Frank Rowand | 2017-10-18 | 1 | -29/+18 |
* | of: overlay: fix memory leak related to duplicated property | Lixin Wang | 2017-10-17 | 1 | -4/+11 |
* | of: overlay: add overlay symbols to live device tree | Frank Rowand | 2017-07-20 | 1 | -9/+107 |
* | of: overlay: correctly apply overlay node with unit-address | Frank Rowand | 2017-07-20 | 1 | -1/+4 |
* | of: Convert to using %pOF instead of full_name | Rob Herring | 2017-07-19 | 1 | -11/+10 |
* | of: detect invalid phandle in overlay | Frank Rowand | 2017-06-22 | 1 | -0/+4 |
* | of: remove redundant memset in overlay | XuYing | 2017-01-09 | 1 | -1/+0 |
* | of: drop duplicate headers | Geliang Tang | 2017-01-04 | 1 | -1/+0 |
* | of/overlay: add of overlay notifications | Alan Tull | 2016-11-10 | 1 | -1/+46 |