* [PATCH] cpufreq: qoriq: Add ls1028a chip support @ 2019-04-24 2:32 andy.tang 2019-04-24 2:32 ` andy.tang 2019-04-24 4:01 ` Viresh Kumar 0 siblings, 2 replies; 12+ messages in thread From: andy.tang @ 2019-04-24 2:32 UTC (permalink / raw) To: rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, Yuantian Tang From: Yuantian Tang <andy.tang@nxp.com> Enable cpufreq feature on ls1028a chip by adding its compatible string. Signed-off-by: Yuantian Tang <andy.tang@nxp.com> --- 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.c index 4295e54..d308c4d 100644 --- a/drivers/cpufreq/qoriq-cpufreq.c +++ b/drivers/cpufreq/qoriq-cpufreq.c @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, { .compatible = "fsl,ls1012a-clockgen", }, { .compatible = "fsl,ls1021a-clockgen", }, + { .compatible = "fsl,ls1028a-clockgen", }, { .compatible = "fsl,ls1043a-clockgen", }, { .compatible = "fsl,ls1046a-clockgen", }, { .compatible = "fsl,ls1088a-clockgen", }, -- 1.7.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 2:32 [PATCH] cpufreq: qoriq: Add ls1028a chip support andy.tang @ 2019-04-24 2:32 ` andy.tang 2019-04-24 4:01 ` Viresh Kumar 1 sibling, 0 replies; 12+ messages in thread From: andy.tang @ 2019-04-24 2:32 UTC (permalink / raw) To: rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, Yuantian Tang From: Yuantian Tang <andy.tang@nxp.com> Enable cpufreq feature on ls1028a chip by adding its compatible string. Signed-off-by: Yuantian Tang <andy.tang@nxp.com> --- 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.c index 4295e54..d308c4d 100644 --- a/drivers/cpufreq/qoriq-cpufreq.c +++ b/drivers/cpufreq/qoriq-cpufreq.c @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, { .compatible = "fsl,ls1012a-clockgen", }, { .compatible = "fsl,ls1021a-clockgen", }, + { .compatible = "fsl,ls1028a-clockgen", }, { .compatible = "fsl,ls1043a-clockgen", }, { .compatible = "fsl,ls1046a-clockgen", }, { .compatible = "fsl,ls1088a-clockgen", }, -- 1.7.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 2:32 [PATCH] cpufreq: qoriq: Add ls1028a chip support andy.tang 2019-04-24 2:32 ` andy.tang @ 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 7:24 ` Rafael J. Wysocki 1 sibling, 2 replies; 12+ messages in thread From: Viresh Kumar @ 2019-04-24 4:01 UTC (permalink / raw) To: andy.tang; +Cc: rjw, linux-pm, linux-kernel On 24-04-19, 10:32, andy.tang@nxp.com wrote: > From: Yuantian Tang <andy.tang@nxp.com> > > Enable cpufreq feature on ls1028a chip by adding its compatible > string. > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > --- > 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.c > index 4295e54..d308c4d 100644 > --- a/drivers/cpufreq/qoriq-cpufreq.c > +++ b/drivers/cpufreq/qoriq-cpufreq.c > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > { .compatible = "fsl,ls1012a-clockgen", }, > { .compatible = "fsl,ls1021a-clockgen", }, > + { .compatible = "fsl,ls1028a-clockgen", }, > { .compatible = "fsl,ls1043a-clockgen", }, > { .compatible = "fsl,ls1046a-clockgen", }, > { .compatible = "fsl,ls1088a-clockgen", }, Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 4:01 ` Viresh Kumar @ 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 7:24 ` Rafael J. Wysocki 1 sibling, 0 replies; 12+ messages in thread From: Viresh Kumar @ 2019-04-24 4:01 UTC (permalink / raw) To: andy.tang; +Cc: rjw, linux-pm, linux-kernel On 24-04-19, 10:32, andy.tang@nxp.com wrote: > From: Yuantian Tang <andy.tang@nxp.com> > > Enable cpufreq feature on ls1028a chip by adding its compatible > string. > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > --- > 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.c > index 4295e54..d308c4d 100644 > --- a/drivers/cpufreq/qoriq-cpufreq.c > +++ b/drivers/cpufreq/qoriq-cpufreq.c > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > { .compatible = "fsl,ls1012a-clockgen", }, > { .compatible = "fsl,ls1021a-clockgen", }, > + { .compatible = "fsl,ls1028a-clockgen", }, > { .compatible = "fsl,ls1043a-clockgen", }, > { .compatible = "fsl,ls1046a-clockgen", }, > { .compatible = "fsl,ls1088a-clockgen", }, Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 4:01 ` Viresh Kumar @ 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 9:02 ` Viresh Kumar 1 sibling, 2 replies; 12+ messages in thread From: Rafael J. Wysocki @ 2019-04-24 7:24 UTC (permalink / raw) To: Viresh Kumar Cc: Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > From: Yuantian Tang <andy.tang@nxp.com> > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > string. > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > --- > > 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.c > > index 4295e54..d308c4d 100644 > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > { .compatible = "fsl,ls1021a-clockgen", }, > > + { .compatible = "fsl,ls1028a-clockgen", }, > > { .compatible = "fsl,ls1043a-clockgen", }, > > { .compatible = "fsl,ls1046a-clockgen", }, > > { .compatible = "fsl,ls1088a-clockgen", }, > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> So do you want me to take this one directly? ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 7:24 ` Rafael J. Wysocki @ 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 9:02 ` Viresh Kumar 1 sibling, 0 replies; 12+ messages in thread From: Rafael J. Wysocki @ 2019-04-24 7:24 UTC (permalink / raw) To: Viresh Kumar Cc: Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > From: Yuantian Tang <andy.tang@nxp.com> > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > string. > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > --- > > 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.c > > index 4295e54..d308c4d 100644 > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > { .compatible = "fsl,ls1021a-clockgen", }, > > + { .compatible = "fsl,ls1028a-clockgen", }, > > { .compatible = "fsl,ls1043a-clockgen", }, > > { .compatible = "fsl,ls1046a-clockgen", }, > > { .compatible = "fsl,ls1088a-clockgen", }, > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> So do you want me to take this one directly? ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 7:24 ` Rafael J. Wysocki @ 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:25 ` Rafael J. Wysocki 1 sibling, 2 replies; 12+ messages in thread From: Viresh Kumar @ 2019-04-24 9:02 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On 24-04-19, 09:24, Rafael J. Wysocki wrote: > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > string. > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > --- > > > 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.c > > > index 4295e54..d308c4d 100644 > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > So do you want me to take this one directly? I actually applied it and then realized it is powerpc and so dropped it. You want me to apply it ? -- viresh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 9:02 ` Viresh Kumar @ 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:25 ` Rafael J. Wysocki 1 sibling, 0 replies; 12+ messages in thread From: Viresh Kumar @ 2019-04-24 9:02 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On 24-04-19, 09:24, Rafael J. Wysocki wrote: > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > string. > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > --- > > > 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.c > > > index 4295e54..d308c4d 100644 > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > So do you want me to take this one directly? I actually applied it and then realized it is powerpc and so dropped it. You want me to apply it ? -- viresh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:02 ` Viresh Kumar @ 2019-04-24 9:25 ` Rafael J. Wysocki 2019-04-24 9:25 ` Rafael J. Wysocki 2019-05-01 10:41 ` Rafael J. Wysocki 1 sibling, 2 replies; 12+ messages in thread From: Rafael J. Wysocki @ 2019-04-24 9:25 UTC (permalink / raw) To: Viresh Kumar Cc: Rafael J. Wysocki, Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On Wed, Apr 24, 2019 at 11:02 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > > string. > > > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > > --- > > > > 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.c > > > > index 4295e54..d308c4d 100644 > > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > > > So do you want me to take this one directly? > > I actually applied it and then realized it is powerpc and so dropped > it. You want me to apply it ? No, I can do that, thanks! ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 9:25 ` Rafael J. Wysocki @ 2019-04-24 9:25 ` Rafael J. Wysocki 2019-05-01 10:41 ` Rafael J. Wysocki 1 sibling, 0 replies; 12+ messages in thread From: Rafael J. Wysocki @ 2019-04-24 9:25 UTC (permalink / raw) To: Viresh Kumar Cc: Rafael J. Wysocki, Andy Tang, Rafael J. Wysocki, Linux PM, Linux Kernel Mailing List On Wed, Apr 24, 2019 at 11:02 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > > string. > > > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > > --- > > > > 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.c > > > > index 4295e54..d308c4d 100644 > > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > > > So do you want me to take this one directly? > > I actually applied it and then realized it is powerpc and so dropped > it. You want me to apply it ? No, I can do that, thanks! ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-04-24 9:25 ` Rafael J. Wysocki 2019-04-24 9:25 ` Rafael J. Wysocki @ 2019-05-01 10:41 ` Rafael J. Wysocki 2019-05-01 10:41 ` Rafael J. Wysocki 1 sibling, 1 reply; 12+ messages in thread From: Rafael J. Wysocki @ 2019-05-01 10:41 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Viresh Kumar, Andy Tang, Linux PM, Linux Kernel Mailing List 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 <viresh.kumar@linaro.org> wrote: > > > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > > > string. > > > > > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > > > --- > > > > > 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.c > > > > > index 4295e54..d308c4d 100644 > > > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > > > > > So do you want me to take this one directly? > > > > I actually applied it and then realized it is powerpc and so dropped > > it. You want me to apply it ? > > No, I can do that, thanks! > Applied, thanks! ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] cpufreq: qoriq: Add ls1028a chip support 2019-05-01 10:41 ` Rafael J. Wysocki @ 2019-05-01 10:41 ` Rafael J. Wysocki 0 siblings, 0 replies; 12+ messages in thread From: Rafael J. Wysocki @ 2019-05-01 10:41 UTC (permalink / raw) To: Rafael J. Wysocki Cc: Viresh Kumar, Andy Tang, Linux PM, Linux Kernel Mailing List 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 <viresh.kumar@linaro.org> wrote: > > > > On 24-04-19, 09:24, Rafael J. Wysocki wrote: > > > On Wed, Apr 24, 2019 at 6:01 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > > > > > > > On 24-04-19, 10:32, andy.tang@nxp.com wrote: > > > > > From: Yuantian Tang <andy.tang@nxp.com> > > > > > > > > > > Enable cpufreq feature on ls1028a chip by adding its compatible > > > > > string. > > > > > > > > > > Signed-off-by: Yuantian Tang <andy.tang@nxp.com> > > > > > --- > > > > > 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.c > > > > > index 4295e54..d308c4d 100644 > > > > > --- a/drivers/cpufreq/qoriq-cpufreq.c > > > > > +++ b/drivers/cpufreq/qoriq-cpufreq.c > > > > > @@ -280,6 +280,7 @@ static int qoriq_cpufreq_target(struct cpufreq_policy *policy, > > > > > > > > > > { .compatible = "fsl,ls1012a-clockgen", }, > > > > > { .compatible = "fsl,ls1021a-clockgen", }, > > > > > + { .compatible = "fsl,ls1028a-clockgen", }, > > > > > { .compatible = "fsl,ls1043a-clockgen", }, > > > > > { .compatible = "fsl,ls1046a-clockgen", }, > > > > > { .compatible = "fsl,ls1088a-clockgen", }, > > > > > > > > Acked-by: Viresh Kumar <viresh.kumar@linaro.org> > > > > > > So do you want me to take this one directly? > > > > I actually applied it and then realized it is powerpc and so dropped > > it. You want me to apply it ? > > No, I can do that, thanks! > Applied, thanks! ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2019-05-01 10:41 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-04-24 2:32 [PATCH] cpufreq: qoriq: Add ls1028a chip support andy.tang 2019-04-24 2:32 ` andy.tang 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 4:01 ` Viresh Kumar 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 7:24 ` Rafael J. Wysocki 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:02 ` Viresh Kumar 2019-04-24 9:25 ` Rafael J. Wysocki 2019-04-24 9:25 ` Rafael J. Wysocki 2019-05-01 10:41 ` Rafael J. Wysocki 2019-05-01 10:41 ` Rafael J. Wysocki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox