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

    Tomeu Vizoso
     

11 Sep, 2015

1 commit


31 Mar, 2015

6 commits


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

    Tomeu Vizoso