From: Preeti U Murthy Date: Tue, 3 Feb 2015 06:43:44 +0000 (+0530) Subject: powerpc/powernv: Avoid explicit endian conversions while parsing device tree X-Git-Tag: omap-for-v4.1/fixes-rc1~126^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605f30205348f1d808d98d77505149da8b047b9f;p=pandora-kernel.git powerpc/powernv: Avoid explicit endian conversions while parsing device tree We currently read the information about idle states from the device tree, so as to find out the CPU idle states supported by the platform. Use the of_property_read/count_xxx() APIs, which handle endian conversions for us, and mean we don't need any endian annotations in the code. Signed-off-by: Preeti U Murthy Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed