Re: Re: [PATCH v6 5/8] PM / devfreq: tegra: remove operating-points

2015-03-18 Thread MyungJoo Ham
> On 18 March 2015 at 06:23, MyungJoo Ham wrote: > >> 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 > >> --- [] > >> > >> + for (rate = 0; rate <= tegra->max_

Re: [PATCH v6 5/8] PM / devfreq: tegra: remove operating-points

2015-03-18 Thread Tomeu Vizoso
On 18 March 2015 at 06:23, MyungJoo Ham wrote: >> 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 >> --- >> drivers/devfreq/tegra-devfreq.c | 12 ++-- >> 1 file

Re: [PATCH v6 5/8] PM / devfreq: tegra: remove operating-points

2015-03-17 Thread 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 > --- > drivers/devfreq/tegra-devfreq.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --g