* [PATCH] cpufreq: ti: Use generic platdev driver
@ 2016-09-14 20:41 Dave Gerlach
2016-09-14 21:36 ` Dave Gerlach
2016-09-15 6:25 ` Viresh Kumar
0 siblings, 2 replies; 6+ messages in thread
From: Dave Gerlach @ 2016-09-14 20:41 UTC (permalink / raw)
To: Viresh Kumar, Rafael J . Wysocki
Cc: linux-arm-kernel, linux-omap, linux-pm, Tony Lindgren,
Dave Gerlach
Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
device for all OMAP platforms and the platform code that did it
before has been removed, add ti,am33xx and ti,dra7xx to the machine list
in cpufreq-dt-platdev which had relied on the removed platform code to do
this previously.
Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0bb44d5b5df4..d5e8ba50f8a3 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -68,6 +68,8 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "sigma,tango4" },
+ { .compatible = "ti,am33xx", },
+ { .compatible = "ti,dra7", },
{ .compatible = "ti,omap2", },
{ .compatible = "ti,omap3", },
{ .compatible = "ti,omap4", },
--
2.9.3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] cpufreq: ti: Use generic platdev driver
2016-09-14 20:41 [PATCH] cpufreq: ti: Use generic platdev driver Dave Gerlach
@ 2016-09-14 21:36 ` Dave Gerlach
2016-09-15 6:25 ` Viresh Kumar
1 sibling, 0 replies; 6+ messages in thread
From: Dave Gerlach @ 2016-09-14 21:36 UTC (permalink / raw)
To: Viresh Kumar, Rafael J . Wysocki
Cc: linux-arm-kernel, linux-omap, linux-pm, Tony Lindgren
On 09/14/2016 03:41 PM, Dave Gerlach wrote:
> Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
> device for all OMAP platforms and the platform code that did it
> before has been removed, add ti,am33xx and ti,dra7xx to the machine list
> in cpufreq-dt-platdev which had relied on the removed platform code to do
> this previously.
>
> Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> ---
This got left out when OMAP was originally added to the
cpufreq-dt-platdev, so cpufreq disappeared on am335x and dra7 platforms.
This patch together with the series here [1] will fix this regression.
Regards,
Dave
[1] http://marc.info/?l=linux-pm&m=147388667613317&w=2
> drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 0bb44d5b5df4..d5e8ba50f8a3 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -68,6 +68,8 @@ static const struct of_device_id machines[] __initconst = {
>
> { .compatible = "sigma,tango4" },
>
> + { .compatible = "ti,am33xx", },
> + { .compatible = "ti,dra7", },
> { .compatible = "ti,omap2", },
> { .compatible = "ti,omap3", },
> { .compatible = "ti,omap4", },
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] cpufreq: ti: Use generic platdev driver
2016-09-14 20:41 [PATCH] cpufreq: ti: Use generic platdev driver Dave Gerlach
2016-09-14 21:36 ` Dave Gerlach
@ 2016-09-15 6:25 ` Viresh Kumar
2016-09-16 21:29 ` Dave Gerlach
1 sibling, 1 reply; 6+ messages in thread
From: Viresh Kumar @ 2016-09-15 6:25 UTC (permalink / raw)
To: Dave Gerlach
Cc: Rafael J . Wysocki, linux-arm-kernel, linux-omap, linux-pm,
Tony Lindgren
On 14-09-16, 15:41, Dave Gerlach wrote:
> Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
> device for all OMAP platforms and the platform code that did it
> before has been removed, add ti,am33xx and ti,dra7xx to the machine list
> in cpufreq-dt-platdev which had relied on the removed platform code to do
> this previously.
>
> Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Any stable trees you want this to be added to ?
> ---
> drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 0bb44d5b5df4..d5e8ba50f8a3 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -68,6 +68,8 @@ static const struct of_device_id machines[] __initconst = {
>
> { .compatible = "sigma,tango4" },
>
> + { .compatible = "ti,am33xx", },
> + { .compatible = "ti,dra7", },
> { .compatible = "ti,omap2", },
> { .compatible = "ti,omap3", },
> { .compatible = "ti,omap4", },
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] cpufreq: ti: Use generic platdev driver
2016-09-15 6:25 ` Viresh Kumar
@ 2016-09-16 21:29 ` Dave Gerlach
2016-09-16 21:59 ` Rafael J. Wysocki
0 siblings, 1 reply; 6+ messages in thread
From: Dave Gerlach @ 2016-09-16 21:29 UTC (permalink / raw)
To: Viresh Kumar
Cc: Rafael J . Wysocki, linux-arm-kernel, linux-omap, linux-pm,
Tony Lindgren
Hi,
On 09/15/2016 01:25 AM, Viresh Kumar wrote:
> On 14-09-16, 15:41, Dave Gerlach wrote:
>> Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
>> device for all OMAP platforms and the platform code that did it
>> before has been removed, add ti,am33xx and ti,dra7xx to the machine list
>> in cpufreq-dt-platdev which had relied on the removed platform code to do
>> this previously.
>>
>> Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
>> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
>
> Any stable trees you want this to be added to ?
I suppose it'll go for 4.7-stable as the change happened in v4.6.
>
>> ---
>> drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
>> index 0bb44d5b5df4..d5e8ba50f8a3 100644
>> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
>> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
>> @@ -68,6 +68,8 @@ static const struct of_device_id machines[] __initconst = {
>>
>> { .compatible = "sigma,tango4" },
>>
>> + { .compatible = "ti,am33xx", },
>> + { .compatible = "ti,dra7", },
>> { .compatible = "ti,omap2", },
>> { .compatible = "ti,omap3", },
>> { .compatible = "ti,omap4", },
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
Thanks,
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] cpufreq: ti: Use generic platdev driver
2016-09-16 21:29 ` Dave Gerlach
@ 2016-09-16 21:59 ` Rafael J. Wysocki
2016-09-19 20:41 ` Dave Gerlach
0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2016-09-16 21:59 UTC (permalink / raw)
To: Dave Gerlach
Cc: Viresh Kumar, linux-arm-kernel, linux-omap, linux-pm,
Tony Lindgren
On Friday, September 16, 2016 04:29:04 PM Dave Gerlach wrote:
> Hi,
> On 09/15/2016 01:25 AM, Viresh Kumar wrote:
> > On 14-09-16, 15:41, Dave Gerlach wrote:
> >> Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
> >> device for all OMAP platforms and the platform code that did it
> >> before has been removed, add ti,am33xx and ti,dra7xx to the machine list
> >> in cpufreq-dt-platdev which had relied on the removed platform code to do
> >> this previously.
> >>
> >> Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
> >> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> >
> > Any stable trees you want this to be added to ?
>
> I suppose it'll go for 4.7-stable as the change happened in v4.6.
The commit in the fixes tag went in during the 4.7 cycle, so the fix should
go into 4.7.y, but I'm not going to push it as urgent material for 4.8.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] cpufreq: ti: Use generic platdev driver
2016-09-16 21:59 ` Rafael J. Wysocki
@ 2016-09-19 20:41 ` Dave Gerlach
0 siblings, 0 replies; 6+ messages in thread
From: Dave Gerlach @ 2016-09-19 20:41 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Viresh Kumar, linux-arm-kernel, linux-omap, linux-pm,
Tony Lindgren
On 09/16/2016 04:59 PM, Rafael J. Wysocki wrote:
> On Friday, September 16, 2016 04:29:04 PM Dave Gerlach wrote:
>> Hi,
>> On 09/15/2016 01:25 AM, Viresh Kumar wrote:
>>> On 14-09-16, 15:41, Dave Gerlach wrote:
>>>> Now that the cpufreq-dt-platdev is used to create the cpufreq-dt platform
>>>> device for all OMAP platforms and the platform code that did it
>>>> before has been removed, add ti,am33xx and ti,dra7xx to the machine list
>>>> in cpufreq-dt-platdev which had relied on the removed platform code to do
>>>> this previously.
>>>>
>>>> Fixes: 7694ca6e1d6f ("cpufreq: omap: Use generic platdev driver")
>>>> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
>>>
>>> Any stable trees you want this to be added to ?
>>
>> I suppose it'll go for 4.7-stable as the change happened in v4.6.
>
> The commit in the fixes tag went in during the 4.7 cycle, so the fix should
> go into 4.7.y, but I'm not going to push it as urgent material for 4.8.
>
Yes, that is fine, thanks a lot!
Regards,
Dave
> Thanks,
> Rafael
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-09-19 20:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 20:41 [PATCH] cpufreq: ti: Use generic platdev driver Dave Gerlach
2016-09-14 21:36 ` Dave Gerlach
2016-09-15 6:25 ` Viresh Kumar
2016-09-16 21:29 ` Dave Gerlach
2016-09-16 21:59 ` Rafael J. Wysocki
2016-09-19 20:41 ` Dave Gerlach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).