From: Chander Kashyap Date: Fri, 4 Jul 2014 21:24:34 +0000 (+0900) Subject: cpuidle: big.LITTLE: add of_device_id structure X-Git-Tag: cleanup-for-v3.18~81^2~19^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e54362d9c8c1e8d52ff576a4e0f6e61f569356;p=pandora-kernel.git cpuidle: big.LITTLE: add of_device_id structure This driver will be used by many big.Little Soc's. As of now it does string matching of hardcoded compatible string to init the driver. This comparison list will keep on growing with addition of new SoC's. Hence add of_device_id structure to collect the compatible strings of SoC's using this driver. Signed-off-by: Chander Kashyap Reviewed-by: Tomasz Figa Acked-by: Daniel Lezcano Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed