cpuidle: big.LITTLE: add of_device_id structure
authorChander Kashyap <chander.kashyap@linaro.org>
Fri, 4 Jul 2014 21:24:34 +0000 (06:24 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 18 Jul 2014 18:35:53 +0000 (03:35 +0900)
commite2e54362d9c8c1e8d52ff576a4e0f6e61f569356
tree9b6c649c3df185e5f133c8c32f3f713eb6408c70
parent1795cd9b3a91d4b5473c97f491d63892442212ab
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 <chander.kashyap@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/cpuidle/cpuidle-big_little.c
This page took 0.024346 seconds and 5 git commands to generate.