Implement memory_state_time, used by qcom,cpubw
authorJames Carr <carrja@google.com>
Sat, 30 Jul 2016 02:02:16 +0000 (19:02 -0700)
committerJames Carr <carrja@google.com>
Wed, 3 Aug 2016 22:45:47 +0000 (15:45 -0700)
commitf3d9c312b89966b6d1ff9e4c503a7ae6d38e0176
tree3bf71bc68793e8b463bd4a8b07f9a4014a9f3603
parent818aa36ea868ba8f2985f9ca0906fd9cba3e437d
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]