Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Stefan Wahren
Hi Nicolas, >> Am 05.06.19 um 13:00 schrieb Nicolas Saenz Julienne: >>> Hi Stefan, >>> thanks for the review, I took note of your code comments. >>> >>> On Wed, 2019-06-05 at 11:46 +0200, Stefan Wahren wrote: Hi Nicolas, Am 04.06.19 um 19:32 schrieb Nicolas Saenz Julienne: > Hi

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Nicolas Saenz Julienne
On Wed, 2019-06-05 at 13:34 +0200, Stefan Wahren wrote: > Hi, > > Am 05.06.19 um 13:00 schrieb Nicolas Saenz Julienne: > > Hi Stefan, > > thanks for the review, I took note of your code comments. > > > > On Wed, 2019-06-05 at 11:46 +0200, Stefan Wahren wrote: > > > Hi Nicolas, > > > > > > Am

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Stefan Wahren
Am 05.06.19 um 14:27 schrieb Nicolas Saenz Julienne: > Ok, this looks more more like my fault, probably an overflow error somewhere. > I > saw something similar while testing it on RPI2b. Which board & config was this > run with? It's an RPi 3B+ with multi_v7_defconfig > Could you confirm the

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Nicolas Saenz Julienne
Hi Stefan, On Wed, 2019-06-05 at 13:34 +0200, Stefan Wahren wrote: > Hi, > > Am 05.06.19 um 13:00 schrieb Nicolas Saenz Julienne: > > Hi Stefan, > > thanks for the review, I took note of your code comments. > > > > On Wed, 2019-06-05 at 11:46 +0200, Stefan Wahren wrote: > > > Hi Nicolas, > > >

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Stefan Wahren
Hi, Am 05.06.19 um 13:00 schrieb Nicolas Saenz Julienne: > Hi Stefan, > thanks for the review, I took note of your code comments. > > On Wed, 2019-06-05 at 11:46 +0200, Stefan Wahren wrote: >> Hi Nicolas, >> >> Am 04.06.19 um 19:32 schrieb Nicolas Saenz Julienne: >>> Hi all, >>> this series aims

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Nicolas Saenz Julienne
Hi Stefan, thanks for the review, I took note of your code comments. On Wed, 2019-06-05 at 11:46 +0200, Stefan Wahren wrote: > Hi Nicolas, > > Am 04.06.19 um 19:32 schrieb Nicolas Saenz Julienne: > > Hi all, > > this series aims at adding cpufreq support to the Raspberry Pi family of > > boards.

Re: [PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-05 Thread Stefan Wahren
Hi Nicolas, Am 04.06.19 um 19:32 schrieb Nicolas Saenz Julienne: > Hi all, > this series aims at adding cpufreq support to the Raspberry Pi family of > boards. > > The previous revision can be found at: https://lkml.org/lkml/2019/5/20/431 > > The series first factors out 'pllb' from clk-bcm2385

[PATCH 0/4] cpufreq support for the Raspberry Pi

2019-06-04 Thread Nicolas Saenz Julienne
Hi all, this series aims at adding cpufreq support to the Raspberry Pi family of boards. The previous revision can be found at: https://lkml.org/lkml/2019/5/20/431 The series first factors out 'pllb' from clk-bcm2385 and creates a new clk driver that operates it over RPi's firmware interface[1].