Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-05-01 Thread Rafael J. Wysocki
On Wednesday, April 24, 2019 11:25:07 AM CEST Rafael J. Wysocki wrote: > On Wed, Apr 24, 2019 at 11:02 AM Viresh Kumar wrote: > > > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar > > > wrote: > > > > > > > > On 24-04-19, 10:32, andy.t...@nxp.com

Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-04-24 Thread Rafael J. Wysocki
On Wed, Apr 24, 2019 at 11:02 AM Viresh Kumar wrote: > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar > > wrote: > > > > > > On 24-04-19, 10:32, andy.t...@nxp.com wrote: > > > > From: Yuantian Tang > > > > > > > > Enable cpufreq feature on ls1028

Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-04-24 Thread Viresh Kumar
On 24-04-19, 09:24, Rafael J. Wysocki wrote: > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar wrote: > > > > On 24-04-19, 10:32, andy.t...@nxp.com wrote: > > > From: Yuantian Tang > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > string. > > > > > > Signed-off-by: Yu

Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-04-24 Thread Rafael J. Wysocki
On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar wrote: > > On 24-04-19, 10:32, andy.t...@nxp.com wrote: > > From: Yuantian Tang > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > string. > > > > Signed-off-by: Yuantian Tang > > --- > > drivers/cpufreq/qoriq-cpufreq.c |

Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-04-23 Thread Viresh Kumar
On 24-04-19, 10:32, andy.t...@nxp.com wrote: > From: Yuantian Tang > > Enable cpufreq feature on ls1028a chip by adding its compatible > string. > > Signed-off-by: Yuantian Tang > --- > drivers/cpufreq/qoriq-cpufreq.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git

[PATCH] cpufreq: qoriq: Add ls1028a chip support

2019-04-23 Thread andy . tang
From: Yuantian Tang Enable cpufreq feature on ls1028a chip by adding its compatible string. Signed-off-by: Yuantian Tang --- drivers/cpufreq/qoriq-cpufreq.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/cpufreq/qoriq-cpufreq.c b/drivers/cpufreq/qoriq-cpufreq.