Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

2017-09-19 Thread Viresh Kumar
On 14-09-17, 08:52, Andy Yan wrote: > Yes, I use operating-points-v2. Did you check with current mainline? It should work without this patches. -- viresh

Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

2017-09-13 Thread Andy Yan
Hi Viresh: On 2017年09月14日 03:18, Viresh Kumar wrote: On 21-08-17, 17:10, Andy Yan wrote: Add the compatible string to support the generic device tree cpufreq-dt driver on rockchip rv1108 soc. Signed-off-by: Andy Yan --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insert

Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

2017-09-13 Thread Viresh Kumar
On 21-08-17, 17:10, Andy Yan wrote: > Add the compatible string to support the generic device tree > cpufreq-dt driver on rockchip rv1108 soc. > > Signed-off-by: Andy Yan > --- > > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/cpufreq/cpu

Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

2017-08-22 Thread Heiko Stuebner
Am Montag, 21. August 2017, 17:10:24 CEST schrieb Andy Yan: > Add the compatible string to support the generic device tree > cpufreq-dt driver on rockchip rv1108 soc. > > Signed-off-by: Andy Yan Reviewed-by: Heiko Stuebner

[PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

2017-08-21 Thread Andy Yan
Add the compatible string to support the generic device tree cpufreq-dt driver on rockchip rv1108 soc. Signed-off-by: Andy Yan --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.