Implement memory_state_time, used by qcom,cpubw
authorJames Carr <carrja@google.com>
Sat, 30 Jul 2016 02:02:16 +0000 (19:02 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 18 Aug 2016 13:26:03 +0000 (18:56 +0530)
commit96cb71b8c592d760ad2e22432052510615987c41
treec74710cf47496311a12534241ad66898fde12a50
parentee665a37d5251d8af6e2904f08f7cfd6fd35ca72
Implement memory_state_time, used by qcom,cpubw

New driver memory_state_time tracks time spent in different DDR
frequency and bandwidth states.

Memory drivers such as qcom,cpubw can post updated state to the driver
after registering a callback. Processed by a workqueue

Bandwidth buckets are read in from device tree in the relevant qualcomm
section, can be defined in any quantity and spacing.

The data is exposed at /sys/kernel/memory_state_time, able to be read by
the Android framework.

Functionality is behind a config option CONFIG_MEMORY_STATE_TIME

Change-Id: I4fee165571cb975fb9eacbc9aada5e6d7dd748f0
Signed-off-by: James Carr <carrja@google.com>
Documentation/devicetree/bindings/misc/memory-state-time.txt [new file with mode: 0644]
android/configs/android-recommended.cfg
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/memory_state_time.c [new file with mode: 0644]
include/linux/memory-state-time.h [new file with mode: 0644]