support cpufreq on 3.0.10-rt27

2012-01-13 Thread Antonio Barbalace
With the help of Mike Turquette I have integrated Kevin's PM work on 3.0.10-rt27. cpufreq-omap work independently of rt patches. Antonio --- diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index e10ff2b..8e6c8bc 100644 --- a/arch/arm/mach-omap2/clock.h +++

Re: support cpufreq on 3.0.10-rt27

2012-01-13 Thread Antonio Barbalace
The discussion I had with Mike follows.. Antonio 1. In the Linux kernel the available MPU frequencies and voltages are listed in arch/arm/mach-omap2/opp4xxx_data.c in the struct omap_opp_defq. Considering that the MPU can be driven by all the different frequencies that someone can

RE: support cpufreq on 3.0.10-rt27

2012-01-13 Thread Antonio Barbalace
I have some more questions inline.. Note that the previous patches I have submitted so far are not tight to freq table values (any freq values can be selected). 1. In the Linux kernel the available MPU frequencies and voltages are listed in arch/arm/mach-omap2/opp4xxx_data.c in the