aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-08of: overlay: set node fields from properties when add new overlay nodeFrank Rowand1-5/+24
2018-11-08of: overlay: check prevents multiple fragments touching same propertyFrank Rowand1-37/+81
2018-11-08of: overlay: check prevents multiple fragments add or delete same nodeFrank Rowand1-9/+49
2018-11-08of: overlay: make all pr_debug() and pr_err() messages uniqueFrank Rowand1-5/+7
2018-11-08of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand1-3/+29
2018-11-08of: overlay: reorder fields in struct fragmentFrank Rowand1-1/+1
2018-11-08of: overlay: do not duplicate properties from overlay for new nodesFrank Rowand1-1/+1
2018-11-08of: overlay: use prop add changeset entry for property in new nodesFrank Rowand1-38/+74
2018-11-08of: overlay: add missing of_node_put() after add new node to changesetFrank Rowand1-1/+3
2018-11-08of: overlay: add tests to validate kfrees from overlay removalFrank Rowand1-0/+1
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-07-16of: overlay: update phandle cache on overlay apply and removeFrank Rowand1-0/+11
2018-04-26of: overlay: Stop leaking resources on overlay removalJan Kiszka1-9/+21
2018-03-17of: overlay: Fix forgotten reference to of_overlay_apply()Geert Uytterhoeven1-1/+1
2018-03-05of: overlay: do not include path in full_name of added nodesFrank Rowand1-3/+15
2018-03-04of: improve reporting invalid overlay target pathFrank Rowand1-6/+16
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand1-9/+103
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-4/+1
2017-12-08of: overlay: Make node skipping in init_overlay_changeset() clearerGeert Uytterhoeven1-10/+11
2017-12-08of: overlay: Fix out-of-bounds write in init_overlay_changeset()Geert Uytterhoeven1-3/+4
2017-12-06of: overlay: Fix (un)locking in of_overlay_apply()Geert Uytterhoeven1-10/+5
2017-12-06of: overlay: Fix memory leak in of_overlay_apply() error pathGeert Uytterhoeven1-8/+8
2017-12-06of: overlay: Remove else after gotoGeert Uytterhoeven1-15/+12
2017-12-06of: Spelling s/changset/changeset/Geert Uytterhoeven1-4/+4
2017-10-19of: overlay: make pr_err() string uniqueFrank Rowand1-1/+1
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand1-1/+1
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Frank Rowand1-2/+0
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand1-34/+56
2017-10-17of: overlay: simplify applying symbols from an overlayFrank Rowand1-26/+65
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand1-0/+32
2017-10-17of: overlay: loosen overly strict phandle clash checkFrank Rowand1-4/+4
2017-10-17of: overlay: expand check of whether overlay changeset can be removedFrank Rowand1-7/+13
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand1-40/+213
2017-10-17of: overlay: minor restructuringFrank Rowand1-113/+92
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand1-6/+18
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand1-246/+284
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand1-18/+18
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand1-29/+18
2017-10-17of: overlay: fix memory leak related to duplicated propertyLixin Wang1-4/+11
2017-07-20of: overlay: add overlay symbols to live device treeFrank Rowand1-9/+107
2017-07-20of: overlay: correctly apply overlay node with unit-addressFrank Rowand1-1/+4
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring1-11/+10
2017-06-22of: detect invalid phandle in overlayFrank Rowand1-0/+4
2017-01-09of: remove redundant memset in overlayXuYing1-1/+0
2017-01-04of: drop duplicate headersGeliang Tang1-1/+0
2016-11-10of/overlay: add of overlay notificationsAlan Tull1-1/+46
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-27/+16
2016-01-13drivers/of: Export OF changeset functionsGavin Shan1-4/+4
2015-10-22of/overlay: add missing of_node_putJulia Lawall1-1/+4
2015-05-28of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven1-3/+3