summaryrefslogtreecommitdiffstats
path: root/drivers/of/overlay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* of/overlay: add of overlay notificationsAlan Tull2016-11-101-1/+46
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-27/+16
* drivers/of: Export OF changeset functionsGavin Shan2016-01-131-4/+4
* of/overlay: add missing of_node_putJulia Lawall2015-10-221-1/+4
* of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven2015-05-281-3/+3
* of/overlay: Remove unused variableFabio Estevam2015-03-101-1/+1
* of/overlay: Directly include idr.hMark Brown2015-03-021-0/+1
* of/overlay: Do not generate duplicate nodesPantelis Antoniou2015-01-221-11/+0
* of/overlay: Introduce DT overlay supportPantelis Antoniou2014-11-241-0/+562
OpenPOWER on IntegriCloud