Re: [PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-25 Thread Stephen Boyd
Quoting Stefan Wahren (2019-06-22 02:54:47) > Hi Stephen, > hi Mike, > > Am 13.06.19 um 06:31 schrieb Stefan Wahren: > > Hi Florian, > > hi Stephen, > > > > Am 13.06.19 um 05:31 schrieb Florian Fainelli: > >> On 6/12/2019 11:24 AM, Nicolas Saenz Julienne wrote: > >>> Hi all, > >>> this aims at add

Re: [PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-22 Thread Stefan Wahren
Hi Stephen, hi Mike, Am 13.06.19 um 06:31 schrieb Stefan Wahren: > Hi Florian, > hi Stephen, > > Am 13.06.19 um 05:31 schrieb Florian Fainelli: >> On 6/12/2019 11:24 AM, Nicolas Saenz Julienne wrote: >>> Hi all, >>> this aims at adding cpufreq support to the Raspberry Pi family of >>> boards. >>>

Re: [PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-13 Thread Florian Fainelli
On 6/12/2019 11:24 AM, Nicolas Saenz Julienne wrote: > Hi all, > this aims at adding cpufreq support to the Raspberry Pi family of > boards. > > The series first factors out 'pllb' from clk-bcm2385 and creates a new > clk driver that operates it over RPi's firmware interface[1]. We are > forced

Re: [PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-13 Thread Stefan Wahren
Hi Florian, hi Stephen, Am 13.06.19 um 05:31 schrieb Florian Fainelli: > > On 6/12/2019 11:24 AM, Nicolas Saenz Julienne wrote: >> Hi all, >> this aims at adding cpufreq support to the Raspberry Pi family of >> boards. >> >> The series first factors out 'pllb' from clk-bcm2385 and creates a new >>

Re: [PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-12 Thread Stefan Wahren
Hi Nicolas, Am 12.06.19 um 20:24 schrieb Nicolas Saenz Julienne: > Hi all, > this aims at adding cpufreq support to the Raspberry Pi family of > boards. > > The series first factors out 'pllb' from clk-bcm2385 and creates a new > clk driver that operates it over RPi's firmware interface[1]. We are

[PATCH v4 0/7] cpufreq support for Raspberry Pi

2019-06-12 Thread Nicolas Saenz Julienne
Hi all, this aims at adding cpufreq support to the Raspberry Pi family of boards. The series first factors out 'pllb' from clk-bcm2385 and creates a new clk driver that operates it over RPi's firmware interface[1]. We are forced to do so as the firmware 'owns' the pll and we're not allowed to chan