summaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c
Commit message (Expand)AuthorAgeFilesLines
* of: overlay: kmemleak in dup_and_fixup_symbol_prop()Frank Rowand2020-04-171-0/+2
* of: overlay: Remove blank line between assignment and checkGeert Uytterhoeven2020-01-081-1/+0
* of: Rework and simplify phandle cache to use a fixed sizeRob Herring2019-12-241-10/+0
* of: overlay: add_changeset_property() memory leakFrank Rowand2019-11-261-17/+20
* of: Remove struct device_node.type pointerRob Herring2019-01-101-3/+0
* of: overlay: set node fields from properties when add new overlay nodeFrank Rowand2018-11-081-5/+24
* of: overlay: check prevents multiple fragments touching same propertyFrank Rowand2018-11-081-37/+81
* of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand2018-11-081-9/+49
* of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand2018-11-081-5/+7
* of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2018-11-081-3/+29
* of: overlay: reorder fields in struct fragmentFrank Rowand2018-11-081-1/+1
* of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand2018-11-081-1/+1
* of: overlay: use prop add changeset entry for property in new nodesFrank Rowand2018-11-081-38/+74
* of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand2018-11-081-1/+3
* of: overlay: add tests to validate kfrees from overlay removalFrank Rowand2018-11-081-0/+1
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-2/+2
* of: overlay: update phandle cache on overlay apply and removeFrank Rowand2018-07-161-0/+11
* of: overlay: Stop leaking resources on overlay removalJan Kiszka2018-04-261-9/+21
* of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven2018-03-171-1/+1
* of: overlay: do not include path in full_name of added nodesFrank Rowand2018-03-051-3/+15
* of: improve reporting invalid overlay target pathFrank Rowand2018-03-041-6/+16
* of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-9/+103
* of: Use SPDX license tag for DT filesRob Herring2018-01-081-4/+1
* of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven2017-12-081-10/+11
* of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven2017-12-081-3/+4
* of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven2017-12-061-10/+5
* of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven2017-12-061-8/+8
* of: overlay: Remove else after gotoGeert Uytterhoeven2017-12-061-15/+12
* of: Spelling s/changset/changeset/Geert Uytterhoeven2017-12-061-4/+4
* of: overlay: make pr_err() string uniqueFrank Rowand2017-10-191-1/+1
* of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-191-1/+1
* of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-171-2/+0
* of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-171-34/+56
* of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-171-26/+65
* of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-171-0/+32
* of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-171-4/+4
* of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-171-7/+13
* of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-171-40/+213
* of: overlay: minor restructuringFrank Rowand2017-10-171-113/+92
* of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-171-6/+18
* of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-171-246/+284
* of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-171-18/+18
* of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-171-29/+18
* of: overlay: fix memory leak related to duplicated propertyLixin Wang2017-10-171-4/+11
* of: overlay: add overlay symbols to live device treeFrank Rowand2017-07-201-9/+107
* of: overlay: correctly apply overlay node with unit-addressFrank Rowand2017-07-201-1/+4
* of: Convert to using %pOF instead of full_nameRob Herring2017-07-181-11/+10
* of: detect invalid phandle in overlayFrank Rowand2017-06-221-0/+4
* of: remove redundant memset in overlayXuYing2017-01-091-1/+0
* of: drop duplicate headersGeliang Tang2017-01-041-1/+0