linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: da850 dt cpufreq support
       [not found] <ccdb73e4-e4eb-2552-b62f-6cf57929dfee@acn-group.ch>
@ 2019-02-20 15:46 ` Tony Lindgren
  2019-02-20 15:58   ` Adam Ford
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2019-02-20 15:46 UTC (permalink / raw)
  To: Christophe Aeschlimann
  Cc: Bartosz Golaszewski, linux-omap, Sekhar Nori, David Lechner,
	linux-arm-kernel

Hi,

Adding Bartosz, David and Sekhar to Cc.

* Christophe Aeschlimann <c.aeschlimann@acn-group.ch> [190220 15:34]:
> Hi,
> 
> I understand that today the da850-evm is supported in two ways in the
> Kernel, using board file, aka "legacy" and device-tree.
> 
> Am I right to say that when using the device-tree there is no support for
> cpufreq available ?
> 
> The "ti-cpufreq" driver doesn't target the da850 SoC and the
> "davinci-cpufreq" driver doesn't make use of the device-tree bindings.
> 
> Could the generic "cpufreq-dt" driver be used ?
> 
> Best regards,
> 
> Christophe
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: da850 dt cpufreq support
  2019-02-20 15:46 ` da850 dt cpufreq support Tony Lindgren
@ 2019-02-20 15:58   ` Adam Ford
  2019-02-20 16:56     ` Bartosz Golaszewski
  2019-02-21  7:50     ` Christophe Aeschlimann
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Ford @ 2019-02-20 15:58 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: David Lechner, Sekhar Nori, Christophe Aeschlimann,
	Bartosz Golaszewski, Linux-OMAP, arm-soc

On Wed, Feb 20, 2019 at 9:47 AM Tony Lindgren <tony@atomide.com> wrote:
>
> Hi,
>
> Adding Bartosz, David and Sekhar to Cc.
>
> * Christophe Aeschlimann <c.aeschlimann@acn-group.ch> [190220 15:34]:
> > Hi,
> >
> > I understand that today the da850-evm is supported in two ways in the
> > Kernel, using board file, aka "legacy" and device-tree.
> >
> > Am I right to say that when using the device-tree there is no support for
> > cpufreq available ?
> >
> > The "ti-cpufreq" driver doesn't target the da850 SoC and the
> > "davinci-cpufreq" driver doesn't make use of the device-tree bindings.
> >
> > Could the generic "cpufreq-dt" driver be used ?

A while ago, David L posted a message on the mailing list pointing to
a git repo that hat some patches that weren't mainlined.

https://github.com/dlech/linux/tree/da850-dt-cpufreq

I was going to try and test them, but I never got around to it due to
other work projects.

adam
> >
> > Best regards,
> >
> > Christophe
> >
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: da850 dt cpufreq support
  2019-02-20 15:58   ` Adam Ford
@ 2019-02-20 16:56     ` Bartosz Golaszewski
  2019-02-21  7:50     ` Christophe Aeschlimann
  1 sibling, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2019-02-20 16:56 UTC (permalink / raw)
  To: Adam Ford
  Cc: David Lechner, Tony Lindgren, Sekhar Nori,
	Christophe Aeschlimann, Bartosz Golaszewski, Linux-OMAP, arm-soc

śr., 20 lut 2019 o 16:59 Adam Ford <aford173@gmail.com> napisał(a):
>
> On Wed, Feb 20, 2019 at 9:47 AM Tony Lindgren <tony@atomide.com> wrote:
> >
> > Hi,
> >
> > Adding Bartosz, David and Sekhar to Cc.
> >
> > * Christophe Aeschlimann <c.aeschlimann@acn-group.ch> [190220 15:34]:
> > > Hi,
> > >
> > > I understand that today the da850-evm is supported in two ways in the
> > > Kernel, using board file, aka "legacy" and device-tree.
> > >
> > > Am I right to say that when using the device-tree there is no support for
> > > cpufreq available ?
> > >
> > > The "ti-cpufreq" driver doesn't target the da850 SoC and the
> > > "davinci-cpufreq" driver doesn't make use of the device-tree bindings.
> > >
> > > Could the generic "cpufreq-dt" driver be used ?
>
> A while ago, David L posted a message on the mailing list pointing to
> a git repo that hat some patches that weren't mainlined.
>
> https://github.com/dlech/linux/tree/da850-dt-cpufreq
>
> I was going to try and test them, but I never got around to it due to
> other work projects.
>

Actually David's just pushed an updated version with his Signed-off-by
tag that was missing previously and I'm about to continue his work.
I'll post patches shortly.

Best regards,
Bartosz Golaszewski

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: da850 dt cpufreq support
  2019-02-20 15:58   ` Adam Ford
  2019-02-20 16:56     ` Bartosz Golaszewski
@ 2019-02-21  7:50     ` Christophe Aeschlimann
  1 sibling, 0 replies; 4+ messages in thread
From: Christophe Aeschlimann @ 2019-02-21  7:50 UTC (permalink / raw)
  To: Adam Ford, Tony Lindgren
  Cc: Bartosz Golaszewski, Linux-OMAP, Sekhar Nori, David Lechner, arm-soc

Le 20.02.2019 à 16:58, Adam Ford a écrit :
> On Wed, Feb 20, 2019 at 9:47 AM Tony Lindgren <tony@atomide.com> wrote:
>>
>> Hi,
>>
>> Adding Bartosz, David and Sekhar to Cc.
>>
>> * Christophe Aeschlimann <c.aeschlimann@acn-group.ch> [190220 15:34]:
>>> Hi,
>>>
>>> I understand that today the da850-evm is supported in two ways in the
>>> Kernel, using board file, aka "legacy" and device-tree.
>>>
>>> Am I right to say that when using the device-tree there is no support for
>>> cpufreq available ?
>>>
>>> The "ti-cpufreq" driver doesn't target the da850 SoC and the
>>> "davinci-cpufreq" driver doesn't make use of the device-tree bindings.
>>>
>>> Could the generic "cpufreq-dt" driver be used ?
> 
> A while ago, David L posted a message on the mailing list pointing to
> a git repo that hat some patches that weren't mainlined.
> 
> https://github.com/dlech/linux/tree/da850-dt-cpufreq
> 
> I was going to try and test them, but I never got around to it due to
> other work projects.

Thanks for the pointer.

Christophe

> 
> adam
>>>
>>> Best regards,
>>>
>>> Christophe
>>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 


-- 
Christophe Aeschlimann

Embedded Software Engineer & IT Manager
ACN Advanced Communications Networks S.A.
2000 - Neuchâtel, Switzerland
Tel. +41 32 724 74 31

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-21  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ccdb73e4-e4eb-2552-b62f-6cf57929dfee@acn-group.ch>
2019-02-20 15:46 ` da850 dt cpufreq support Tony Lindgren
2019-02-20 15:58   ` Adam Ford
2019-02-20 16:56     ` Bartosz Golaszewski
2019-02-21  7:50     ` Christophe Aeschlimann

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).