summaryrefslogtreecommitdiffstats
path: root/drivers/of/resolver.c
AgeCommit message (Expand)AuthorLines
2017-01-04of: drop duplicate headersGeliang Tang-1/+0
2016-12-09of: Fix issue where code would fall through to error case.Moritz Fischer-8/+8
2016-11-15of: Remove unused variable overlay_symbolsFrank Rowand-4/+1
2016-11-15of: Move setting of pointer to beside test for non-nullFrank Rowand-2/+1
2016-11-15of: Add back an error message, restructuredFrank Rowand-6/+12
2016-11-15of: Update comments to reflect changes and increase clarityFrank Rowand-19/+47
2016-11-15of: Remove redundant size checkFrank Rowand-1/+1
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand-31/+17
2016-11-15of: Rename variables to better reflect purpose or follow conventionFrank Rowand-87/+85
2016-11-15of: Remove prefix "__of_" from local function namesFrank Rowand-5/+5
2016-11-15of: Rename functions to more accurately reflect what they doFrank Rowand-11/+11
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand-22/+20
2016-11-15of: Remove excessive printks to reduce clutter.Frank Rowand-45/+8
2016-11-15of: Remove comments that state the obvious, to reduce clutterFrank Rowand-29/+2
2016-07-18of: overlay: add resolver error printsMichal Suchanek-0/+6
2016-07-18of: use pr_fmt prefix for all console printingRob Herring-0/+2
2016-02-13of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla-2/+5
2014-11-24of/resolver: Switch to new local fixups format.Pantelis Antoniou-26/+102
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou-0/+336