aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/resolver.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05of: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-2/+2
2018-05-23of: overlay: validate offset from property fixupsGravatar Frank Rowand 1-0/+5
2018-03-07of: cache phandle nodes to reduce cost of of_find_node_by_phandle()Gravatar Frank Rowand 1-3/+0
2018-03-04of: change overlay apply input data from unflattened to FDTGravatar Frank Rowand 1-6/+0
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-4/+1
2017-10-17of: overlay: avoid race condition between applying multiple overlaysGravatar Frank Rowand 1-0/+7
2017-10-16of/resolver: Replace kmalloc + memcpy with kmemdup()Gravatar Stephen Boyd 1-2/+1
2017-10-16of/resolver: Simplify to be32_add_cpu()Gravatar Stephen Boyd 1-4/+1
2017-06-22of: find_node_by_full_name rewrite to compare each levelGravatar Rob Herring 1-27/+3
2017-06-22of: use kbasename instead of open codingGravatar Rob Herring 1-2/+2
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeGravatar Rob Herring 1-1/+1
2017-01-04of: drop duplicate headersGravatar Geliang Tang 1-1/+0
2016-12-09of: Fix issue where code would fall through to error case.Gravatar Moritz Fischer 1-8/+8
2016-11-15of: Remove unused variable overlay_symbolsGravatar Frank Rowand 1-4/+1
2016-11-15of: Move setting of pointer to beside test for non-nullGravatar Frank Rowand 1-2/+1
2016-11-15of: Add back an error message, restructuredGravatar Frank Rowand 1-6/+12
2016-11-15of: Update comments to reflect changes and increase clarityGravatar Frank Rowand 1-19/+47
2016-11-15of: Remove redundant size checkGravatar Frank Rowand 1-1/+1
2016-11-15of: Update structure of code to be clearer, also remove BUG_ON()Gravatar Frank Rowand 1-31/+17
2016-11-15of: Rename variables to better reflect purpose or follow conventionGravatar Frank Rowand 1-87/+85
2016-11-15of: Remove prefix "__of_" from local function namesGravatar Frank Rowand 1-5/+5
2016-11-15of: Rename functions to more accurately reflect what they doGravatar Frank Rowand 1-11/+11
2016-11-15of: Convert comparisons to zero or NULL to logical expressionsGravatar Frank Rowand 1-22/+20
2016-11-15of: Remove excessive printks to reduce clutter.Gravatar Frank Rowand 1-45/+8
2016-11-15of: Remove comments that state the obvious, to reduce clutterGravatar Frank Rowand 1-29/+2
2016-07-18of: overlay: add resolver error printsGravatar Michal Suchanek 1-0/+6
2016-07-18of: use pr_fmt prefix for all console printingGravatar Rob Herring 1-0/+2
2016-02-13of: resolver: Add missing of_node_get and of_node_putGravatar Amitoj Kaur Chawla 1-2/+5
2014-11-24of/resolver: Switch to new local fixups format.Gravatar Pantelis Antoniou 1-26/+102
2014-10-04of: Introduce Device Tree resolve support.Gravatar Pantelis Antoniou 1-0/+336