From 605f30205348f1d808d98d77505149da8b047b9f Mon Sep 17 00:00:00 2001 From: Preeti U Murthy Date: Tue, 3 Feb 2015 12:13:44 +0530 Subject: [PATCH] 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-format-patch failed