Re: [PATCH 6/8] cpufreq: sunxi: Use generic platdev driver

2016-04-21 Thread Maxime Ripard
On Thu, Apr 21, 2016 at 02:13:52PM +0530, Viresh Kumar wrote: > The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform > device now, reuse that and remove similar code from platform code. > > Cc: Maxime Ripard > Cc: Chen-Yu Tsai > Signed-off-by: Viresh Kumar Acked-by: Maxime Ri

[PATCH 6/8] cpufreq: sunxi: Use generic platdev driver

2016-04-21 Thread Viresh Kumar
The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform device now, reuse that and remove similar code from platform code. Cc: Maxime Ripard Cc: Chen-Yu Tsai Signed-off-by: Viresh Kumar --- arch/arm/mach-sunxi/sunxi.c | 9 - drivers/cpufreq/cpufreq-dt-platdev.c