sched: Support for extracting EAS energy costs from DT
authorRobin Randhawa <robin.randhawa@arm.com>
Mon, 29 Jun 2015 17:01:58 +0000 (18:01 +0100)
committerLeo Yan <leo.yan@linaro.org>
Tue, 10 May 2016 08:49:53 +0000 (16:49 +0800)
commitd2b3db032e34938c970b148e71cc401fc4c541e8
tree7d70d7e04daff93f51767f7c7bce422796106a89
parent1b35232614f555cbeed30a357ecf77a37632c347
sched: Support for extracting EAS energy costs from DT

This patch implements support for extracting energy cost data from DT.
The data should conform to the DT bindings for energy cost data needed
by EAS (energy aware scheduling).

Signed-off-by: Robin Randhawa <robin.randhawa@arm.com>
include/linux/sched_energy.h [new file with mode: 0644]
kernel/sched/Makefile
kernel/sched/energy.c [new file with mode: 0644]