summaryrefslogtreecommitdiffstats
path: root/drivers/of/resolver.c
Commit message (Expand)AuthorAgeFilesLines
* of: find_node_by_full_name rewrite to compare each levelRob Herring2017-06-221-27/+3
* of: use kbasename instead of open codingRob Herring2017-06-221-2/+2
* of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-041-1/+1
* of: drop duplicate headersGeliang Tang2017-01-041-1/+0
* of: Fix issue where code would fall through to error case.Moritz Fischer2016-12-091-8/+8
* of: Remove unused variable overlay_symbolsFrank Rowand2016-11-151-4/+1
* of: Move setting of pointer to beside test for non-nullFrank Rowand2016-11-151-2/+1
* of: Add back an error message, restructuredFrank Rowand2016-11-151-6/+12
* of: Update comments to reflect changes and increase clarityFrank Rowand2016-11-151-19/+47
* of: Remove redundant size checkFrank Rowand2016-11-151-1/+1
* of: Update structure of code to be clearer, also remove BUG_ON()Frank Rowand2016-11-151-31/+17
* of: Rename variables to better reflect purpose or follow conventionFrank Rowand2016-11-151-87/+85
* of: Remove prefix "__of_" from local function namesFrank Rowand2016-11-151-5/+5
* of: Rename functions to more accurately reflect what they doFrank Rowand2016-11-151-11/+11
* of: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2016-11-151-22/+20
* of: Remove excessive printks to reduce clutter.Frank Rowand2016-11-151-45/+8
* of: Remove comments that state the obvious, to reduce clutterFrank Rowand2016-11-151-29/+2
* of: overlay: add resolver error printsMichal Suchanek2016-07-181-0/+6
* of: use pr_fmt prefix for all console printingRob Herring2016-07-181-0/+2
* of: resolver: Add missing of_node_get and of_node_putAmitoj Kaur Chawla2016-02-131-2/+5
* of/resolver: Switch to new local fixups format.Pantelis Antoniou2014-11-241-26/+102
* of: Introduce Device Tree resolve support.Pantelis Antoniou2014-10-041-0/+336
OpenPOWER on IntegriCloud