aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/resolver.c
AgeCommit message (Expand)Author
2020-03-02of: overlay: log the error cause on resolver failureLuca Ceresoli
2019-08-12of: resolver: Add of_node_put() before return and breakNishka Dasgupta
2018-12-05of: Use of_node_name_eq for node name comparisonsRob Herring
2018-05-23of: overlay: validate offset from property fixupsFrank Rowand
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Frank Rowand
2018-03-04of: change overlay apply input data from unflattened to FDTFrank Rowand
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-10-17of: overlay: avoid race condition between applying multiple overlaysFrank Rowand
2017-10-16of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd
2017-10-16of/resolver: Simplify to be32_add_cpu()Stephen Boyd
2017-06-22of: find_node_by_full_name rewrite to compare each levelRob Herring
2017-06-22of: use kbasename instead of open codingRob Herring
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring
2017-01-04of: drop duplicate headersGeliang Tang
2016-12-09of: Fix issue where code would fall through to error case.Moritz Fischer
2016-11-15of: Remove unused variable overlay_symbolsFrank Rowand
2016-11-15of: Move setting of pointer to beside test for non-nullFrank Rowand
2016-11-15of: Add back an error message, restructuredFrank Rowand
2016-11-15of: Update comments to reflect changes and increase clarityFrank Rowand
2016-11-15of: Remove redundant size checkFrank Rowand
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand
2016-11-15of: Rename variables to better reflect purpose or follow conventionFrank Rowand
2016-11-15of: Remove prefix "__of_" from local function namesFrank Rowand
2016-11-15of: Rename functions to more accurately reflect what they doFrank Rowand
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand
2016-11-15of: Remove excessive printks to reduce clutter.Frank Rowand
2016-11-15of: Remove comments that state the obvious, to reduce clutterFrank Rowand
2016-07-18of: overlay: add resolver error printsMichal Suchanek
2016-07-18of: use pr_fmt prefix for all console printingRob Herring
2016-02-13of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla
2014-11-24of/resolver: Switch to new local fixups format.Pantelis Antoniou
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou