Re: [PATCH v2] cpufreq: rockchip: add driver

2016-03-23 Thread Feng Xiao
3/23 12:40, Viresh Kumar 写道: On 23-03-16, 10:18, Feng Xiao wrote: diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 14b1f93..1786315 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm @@ -97,6 +97,16 @@ config ARM_OMAP2PLUS_CPUFREQ

[PATCH v2] cpufreq: rockchip: add driver

2016-03-22 Thread Feng Xiao
This driver will directly use cpufreq-dt driver as backend. As there is not a generic devicetree board file(rockchip.c) on ARM64 architecture, so remove platform_device_register_simple in rockchip.c and add a new cpufreq driver to support Rockchip SoCs. Signed-off-by: Feng Xiao Reviewed-by

[PATCH v1] cpufreq: rockchip: add driver

2016-03-22 Thread Feng Xiao
This driver will directly use cpufreq-dt driver as backend. As there is not a generic devicetree board file(rockchip.c) on ARM64 architecture, so remove platform_device_register_simple in rockchip.c and add a new cpufreq driver to support Rockchip SoCs. Signed-off-by: Feng Xiao --- change in v1

Re: [PATCH] cpufreq: rockchip: add driver

2016-03-21 Thread Feng Xiao
I get it, thanks. 在 2016/3/21 23:52, Heiko Stübner 写道: Am Montag, 21. März 2016, 16:13:40 schrieb Heiko Stübner: Hi, Am Montag, 21. März 2016, 21:24:32 schrieb Feng Xiao: 在 2016/3/21 17:58, Viresh Kumar 写道: On 21-03-16, 10:54, Heiko Stübner wrote: I hadn't seen that yet ... nice

Re: [PATCH] cpufreq: rockchip: add driver

2016-03-21 Thread Feng Xiao
在 2016/3/21 17:58, Viresh Kumar 写道: On 21-03-16, 10:54, Heiko Stübner wrote: I hadn't seen that yet ... nice that cpufreq-dt now also supports clusters :-) The other part still stands though, as we probably should register the platform-device somewhere else and not in some new special module.

[PATCH] cpufreq: rockchip: add driver

2016-03-19 Thread Feng Xiao
This driver will directly use cpufreq-dt driver as backend. As there is not a generic devicetree board file(rockchip.c) on ARM64 architecture, so remove platform_device_register_simple in rockchip.c and add a new cpufreq driver to support for all Rockchip SoCs. Signed-off-by: Feng Xiao