aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-10of/overlay: add of overlay notificationsGravatar Alan Tull 1-1/+46
2016-07-18of: use pr_fmt prefix for all console printingGravatar Rob Herring 1-27/+16
2016-01-13drivers/of: Export OF changeset functionsGravatar Gavin Shan 1-4/+4
2015-10-22of/overlay: add missing of_node_putGravatar Julia Lawall 1-1/+4
2015-05-28of/overlay: Grammar s/an negative/a negative/Gravatar Geert Uytterhoeven 1-3/+3
2015-03-10of/overlay: Remove unused variableGravatar Fabio Estevam 1-1/+1
2015-03-02of/overlay: Directly include idr.hGravatar Mark Brown 1-0/+1
2015-01-22of/overlay: Do not generate duplicate nodesGravatar Pantelis Antoniou 1-11/+0
2014-11-24of/overlay: Introduce DT overlay supportGravatar Pantelis Antoniou 1-0/+562