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)
committerAmit Pundir <amit.pundir@linaro.org>
Wed, 14 Sep 2016 09:18:50 +0000 (14:48 +0530)
commit907f4d5e6ad2fbe29722be3620d4083d8c6488c9
treeb4fc4cfbf17474680c6468dbe117582043bc3fd1
parent245dcdb6ab85e738660d87fafce73da66ecec280
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]