Re: [PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"

2023-08-23 Thread Rob Herring
On Sun, Jul 2, 2023 at 10:01 PM Viresh Kumar wrote: > > On 09-06-23, 12:31, Rob Herring wrote: > > Use the recently added of_property_read_reg() helper to get the > > untranslated "reg" address value. > > > > Signed-off-by: Rob Herring > > --- > > drivers/cpufreq/pmac32-cpufreq.c | 5 ++--- > >

Re: [PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"

2023-07-02 Thread Viresh Kumar
On 09-06-23, 12:31, Rob Herring wrote: > Use the recently added of_property_read_reg() helper to get the > untranslated "reg" address value. > > Signed-off-by: Rob Herring > --- > drivers/cpufreq/pmac32-cpufreq.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/driv

Re: [PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"

2023-06-30 Thread Rob Herring
On Fri, Jun 9, 2023 at 12:31 PM Rob Herring wrote: > > Use the recently added of_property_read_reg() helper to get the > untranslated "reg" address value. > > Signed-off-by: Rob Herring > --- > drivers/cpufreq/pmac32-cpufreq.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Ping!

[PATCH] cpufreq: pmac32: Use of_property_read_reg() to parse "reg"

2023-06-09 Thread Rob Herring
Use the recently added of_property_read_reg() helper to get the untranslated "reg" address value. Signed-off-by: Rob Herring --- drivers/cpufreq/pmac32-cpufreq.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/cpufreq/pmac32-cpufreq.c b/drivers/cpufreq/pmac32-cpu