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