23 Feb, 2016
1 commit
-
As per the documentation of the devfreq_dev_profile.target callback, set
the freq argument to the new frequency before returning.This caused endless messages like this after recent changes in the core:
devfreq 6000c800.actmon: Couldn't update frequency transition information.
Signed-off-by: Tomeu Vizoso
Reported-by: Tyler Baker
Tested-by: Thierry Reding
Acked-by: Thierry Reding
Signed-off-by: MyungJoo Ham
11 Sep, 2015
1 commit
-
Direct invocation of get_dev_status() is no more recommended.
Signed-off-by: MyungJoo Ham
31 Mar, 2015
6 commits
-
So this driver builds as a module.
Signed-off-by: Tomeu Vizoso
Signed-off-by: MyungJoo Ham -
Signed-off-by: Tomeu Vizoso
Acked-by: MyungJoo Ham -
To avoid a race in which the interrupt will be handled before the
drvdata has been set up.Signed-off-by: Tomeu Vizoso
Acked-by: MyungJoo Ham -
As the DT bindings don't have an operating-points property any more,
build the OPP table from the frequencies supported by the EMC clock.Signed-off-by: Tomeu Vizoso
Acked-by: MyungJoo Ham -
Now that we have per-user clocks and the possibility to set constraints
in a clock, set a floor constraint on the EMC clock.Signed-off-by: Tomeu Vizoso
Acked-by: MyungJoo Ham -
There seemed to be some miscommunication and an old version of the
submitted patches was merged.This commit updates the driver to v5, which had this changelog:
* Clarify the units of avg_dependency_threshold
* Remove unused references to platform_device
* Enable and disable interrupts on governor events
* Make sure we handle all interrupts for any of the devices we are sampling
* Move locking to be per-actmon-deviceSigned-off-by: Tomeu Vizoso
CC: Alex Frid
CC: Mikko Perttunen
[Added const to device ID by MyungJoo]
Signed-off-by: MyungJoo Ham
29 Jan, 2015
1 commit
-
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 and Mikko
Perttunen .Signed-off-by: Tomeu Vizoso
Signed-off-by: MyungJoo Ham