Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-21 Thread Robert Jarzmik
Viresh Kumar writes: > On 19-10-16, 22:06, Robert Jarzmik wrote: >> Viresh Kumar writes: >> >> >> >> + { .compatible = "marvell,pxa250", }, >> >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> >> >>{ .compatible =

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-21 Thread Robert Jarzmik
Viresh Kumar writes: > On 19-10-16, 22:06, Robert Jarzmik wrote: >> Viresh Kumar writes: >> >> >> >> + { .compatible = "marvell,pxa250", }, >> >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> >> >>{ .compatible = "samsung,exynos3250", }, >> >> >>{

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Viresh Kumar
On 19-10-16, 22:06, Robert Jarzmik wrote: > Viresh Kumar writes: > > >> >> + { .compatible = "marvell,pxa250", }, > >> >> + { .compatible = "marvell,pxa270", }, > >> >> > >> >> { .compatible = "samsung,exynos3250", }, > >> >> { .compatible =

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Viresh Kumar
On 19-10-16, 22:06, Robert Jarzmik wrote: > Viresh Kumar writes: > > >> >> + { .compatible = "marvell,pxa250", }, > >> >> + { .compatible = "marvell,pxa270", }, > >> >> > >> >> { .compatible = "samsung,exynos3250", }, > >> >> { .compatible = "samsung,exynos4210", },

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Robert Jarzmik
Viresh Kumar writes: >> >> + { .compatible = "marvell,pxa250", }, >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> { .compatible = "samsung,exynos3250", }, >> >> { .compatible = "samsung,exynos4210", }, >> > >> > Isn't there a race between cpufreq-dt and

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Robert Jarzmik
Viresh Kumar writes: >> >> + { .compatible = "marvell,pxa250", }, >> >> + { .compatible = "marvell,pxa270", }, >> >> >> >> { .compatible = "samsung,exynos3250", }, >> >> { .compatible = "samsung,exynos4210", }, >> > >> > Isn't there a race between cpufreq-dt and the platform driver to >> >

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Viresh Kumar
On 18-10-16, 17:35, Robert Jarzmik wrote: > Viresh Kumar writes: > > > On 15-10-16, 21:57, Robert Jarzmik wrote: > >> For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is > >> doing the job as well as pxa2xx-cpufreq, so add these platforms to the > >>

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-19 Thread Viresh Kumar
On 18-10-16, 17:35, Robert Jarzmik wrote: > Viresh Kumar writes: > > > On 15-10-16, 21:57, Robert Jarzmik wrote: > >> For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is > >> doing the job as well as pxa2xx-cpufreq, so add these platforms to the > >> compatibility list. > >>

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-18 Thread Robert Jarzmik
Viresh Kumar writes: > On 15-10-16, 21:57, Robert Jarzmik wrote: >> For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is >> doing the job as well as pxa2xx-cpufreq, so add these platforms to the >> compatibility list. >> >> This won't work for legacy

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-18 Thread Robert Jarzmik
Viresh Kumar writes: > On 15-10-16, 21:57, Robert Jarzmik wrote: >> For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is >> doing the job as well as pxa2xx-cpufreq, so add these platforms to the >> compatibility list. >> >> This won't work for legacy non device-tree platforms

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-18 Thread Viresh Kumar
On 15-10-16, 21:57, Robert Jarzmik wrote: > For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is > doing the job as well as pxa2xx-cpufreq, so add these platforms to the > compatibility list. > > This won't work for legacy non device-tree platforms where > pxa2xx-cpufreq is

Re: [PATCH v2 1/4] cpufreq: pxa: use generic platdev driver for device-tree

2016-10-18 Thread Viresh Kumar
On 15-10-16, 21:57, Robert Jarzmik wrote: > For device-tree based pxa25x and pxa27x platforms, cpufreq-dt driver is > doing the job as well as pxa2xx-cpufreq, so add these platforms to the > compatibility list. > > This won't work for legacy non device-tree platforms where > pxa2xx-cpufreq is