summaryrefslogtreecommitdiff
path: root/drivers/of/overlay.c
AgeCommit message (Expand)Author
2017-10-19of: overlay: make pr_err() string uniqueFrank Rowand
2017-10-19of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand
2017-10-17of: overlay: remove unneeded check for NULL kbasename()Frank Rowand
2017-10-17of: overlay: remove a dependency on device node full_nameFrank Rowand
2017-10-17of: overlay: simplify applying symbols from an overlayFrank Rowand
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand
2017-10-17of: overlay: loosen overly strict phandle clash checkFrank Rowand
2017-10-17of: overlay: expand check of whether overlay changeset can be removedFrank Rowand
2017-10-17of: overlay: detect cases where device tree may become corruptFrank Rowand
2017-10-17of: overlay: minor restructuringFrank Rowand
2017-10-17of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand
2017-10-17of: overlay: rename identifiers to more reflect what they doFrank Rowand
2017-10-17of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand
2017-10-17of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand
2017-10-17of: overlay: fix memory leak related to duplicated propertyLixin Wang
2017-07-20of: overlay: add overlay symbols to live device treeFrank Rowand
2017-07-20of: overlay: correctly apply overlay node with unit-addressFrank Rowand
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring
2017-06-22of: detect invalid phandle in overlayFrank Rowand
2017-01-09of: remove redundant memset in overlayXuYing
2017-01-04of: drop duplicate headersGeliang Tang
2016-11-10of/overlay: add of overlay notificationsAlan Tull
2016-07-18of: use pr_fmt prefix for all console printingRob Herring
2016-01-13drivers/of: Export OF changeset functionsGavin Shan
2015-10-22of/overlay: add missing of_node_putJulia Lawall
2015-05-28of/overlay: Grammar s/an negative/a negative/Geert Uytterhoeven
2015-03-10of/overlay: Remove unused variableFabio Estevam
2015-03-02of/overlay: Directly include idr.hMark Brown
2015-01-22of/overlay: Do not generate duplicate nodesPantelis Antoniou
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou