]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit68d91a5300a7d3e62257671d5cbd4e29954911ea
tree9b6c649c3df185e5f133c8c32f3f713eb6408c70
parent4c7e319d04d696f160dcdb0338778a6cade6348e
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