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)
committerPunit Agrawal <punit.agrawal@arm.com>
Mon, 21 Mar 2016 12:34:30 +0000 (12:34 +0000)
commitf5fdff425e4e23a75b3412a0fddd29c71a269473
tree6f00f0f1ef6d6f127ea291cea8ab2c36359c73d2
parent6155da129de0f9b68371d834209932bccf1ae3fd
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]