aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17of: overlay: kmemleak in dup_and_fixup_symbol_prop()Gravatar Frank Rowand 1-0/+2
2020-01-08of: overlay: Remove blank line between assignment and checkGravatar Geert Uytterhoeven 1-1/+0
2019-12-24of: Rework and simplify phandle cache to use a fixed sizeGravatar Rob Herring 1-10/+0
2019-11-26of: overlay: add_changeset_property() memory leakGravatar Frank Rowand 1-17/+20
2019-01-10of: Remove struct device_node.type pointerGravatar Rob Herring 1-3/+0
2018-11-08of: overlay: set node fields from properties when add new overlay nodeGravatar Frank Rowand 1-5/+24
2018-11-08of: overlay: check prevents multiple fragments touching same propertyGravatar Frank Rowand 1-37/+81
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeGravatar Frank Rowand 1-9/+49
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueGravatar Frank Rowand 1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsGravatar Frank Rowand 1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesGravatar Frank Rowand 1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesGravatar Frank Rowand 1-38/+74
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetGravatar Frank Rowand 1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalGravatar Frank Rowand 1-0/+1
2018-09-07of: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-07-16of: overlay: update phandle cache on overlay apply and removeGravatar Frank Rowand 1-0/+11
2018-04-26of: overlay: Stop leaking resources on overlay removalGravatar Jan Kiszka 1-9/+21
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Gravatar Geert Uytterhoeven 1-1/+1
2018-03-05of: overlay: do not include path in full_name of added nodesGravatar Frank Rowand 1-3/+15
2018-03-04of: improve reporting invalid overlay target pathGravatar Frank Rowand 1-6/+16
2018-03-04of: change overlay apply input data from unflattened to FDTGravatar Frank Rowand 1-9/+103
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-4/+1
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGravatar Geert Uytterhoeven 1-10/+11
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Gravatar Geert Uytterhoeven 1-3/+4
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Gravatar Geert Uytterhoeven 1-10/+5
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGravatar Geert Uytterhoeven 1-8/+8
2017-12-06of: overlay: Remove else after gotoGravatar Geert Uytterhoeven 1-15/+12
2017-12-06of: Spelling s/changset/changeset/Gravatar Geert Uytterhoeven 1-4/+4
2017-10-19of: overlay: make pr_err() string uniqueGravatar Frank Rowand 1-1/+1
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeGravatar Frank Rowand 1-1/+1
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Gravatar Frank Rowand 1-2/+0
2017-10-17of: overlay: remove a dependency on device node full_nameGravatar Frank Rowand 1-34/+56
2017-10-17of: overlay: simplify applying symbols from an overlayGravatar Frank Rowand 1-26/+65
2017-10-17of: overlay: avoid race condition between applying multiple overlaysGravatar Frank Rowand 1-0/+32
2017-10-17of: overlay: loosen overly strict phandle clash checkGravatar Frank Rowand 1-4/+4
2017-10-17of: overlay: expand check of whether overlay changeset can be removedGravatar Frank Rowand 1-7/+13
2017-10-17of: overlay: detect cases where device tree may become corruptGravatar Frank Rowand 1-40/+213
2017-10-17of: overlay: minor restructuringGravatar Frank Rowand 1-113/+92
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Gravatar Frank Rowand 1-6/+18
2017-10-17of: overlay: rename identifiers to more reflect what they doGravatar Frank Rowand 1-246/+284
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsGravatar Frank Rowand 1-18/+18
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterGravatar Frank Rowand 1-29/+18
2017-10-17of: overlay: fix memory leak related to duplicated propertyGravatar Lixin Wang 1-4/+11
2017-07-20of: overlay: add overlay symbols to live device treeGravatar Frank Rowand 1-9/+107
2017-07-20of: overlay: correctly apply overlay node with unit-addressGravatar Frank Rowand 1-1/+4
2017-07-18of: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-11/+10
2017-06-22of: detect invalid phandle in overlayGravatar Frank Rowand 1-0/+4
2017-01-09of: remove redundant memset in overlayGravatar XuYing 1-1/+0
2017-01-04of: drop duplicate headersGravatar Geliang Tang 1-1/+0