PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 24 Nov 2014 12:28:17 +0000 (13:28 +0100)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 29 Jan 2015 12:25:48 +0000 (21:25 +0900)
commit6234f38016ad56321ad0e4bfb57a10a3d940380a
tree731591afd3d95f51e0b5c4d3d5db04122e7129a2
parent26bc420b59a38e4e6685a73345a0def461136dce
PM / devfreq: tegra: add devfreq driver for Tegra Activity Monitor

The ACTMON block can monitor several counters, providing averaging and firing
interrupts based on watermarking configuration. This implementation monitors
the MCALL and MCCPU counters to choose an appropriate frequency for the
external memory clock.

This patch is based on work by Alex Frid <afrid@nvidia.com> and Mikko
Perttunen <mikko.perttunen@kapsi.fi>.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/Kconfig
drivers/devfreq/Makefile
drivers/devfreq/tegra-devfreq.c [new file with mode: 0644]