From: Laura Abbott Date: Tue, 15 Jul 2014 17:03:34 +0000 (-0700) Subject: of: Split early_init_dt_scan into two parts X-Git-Tag: omap-for-v3.17/fixes-against-rc2~211^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4972a74b888c6b52ca41fae6076786dbbeb746d5;p=pandora-kernel.git of: Split early_init_dt_scan into two parts Currently, early_init_dt_scan validates the header, sets the boot params, and scans for chosen/memory all in one function. Split this up into two separate functions (validation/setting boot params in one, scanning in another) to allow for additional setup between boot params and scanning the memory. Signed-off-by: Laura Abbott Tested-by: Andreas Färber [glikely: s/early_init_dt_scan_all/early_init_dt_scan_nodes/] Signed-off-by: Grant Likely --- Reading git-diff-tree failed