mbox series

[v3,0/2] cpuidle: psci: Always create the PM domains

Message ID 20200901142859.224381-1-ulf.hansson@linaro.org (mailing list archive)
Headers show
Series cpuidle: psci: Always create the PM domains | expand

Message

Ulf Hansson Sept. 1, 2020, 2:28 p.m. UTC
This coverletter is mainly to help keeping track of the patches part in the
series. Please have a look at each patch for more details.

Kind regards
Ulf Hansson


Ulf Hansson (2):
  firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
  cpuidle: psci: Allow PM domain to be initialized even if no OSI mode

 drivers/cpuidle/cpuidle-psci-domain.c | 59 ++++++++++++++-------------
 drivers/firmware/psci/psci.c          | 12 +++---
 include/linux/psci.h                  |  2 +-
 3 files changed, 39 insertions(+), 34 deletions(-)

Comments

Ulf Hansson Sept. 2, 2020, 9:21 a.m. UTC | #1
On Tue, 1 Sep 2020 at 16:29, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> This coverletter is mainly to help keeping track of the patches part in the
> series. Please have a look at each patch for more details.
>
> Kind regards
> Ulf Hansson
>
>
> Ulf Hansson (2):
>   firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
>   cpuidle: psci: Allow PM domain to be initialized even if no OSI mode
>
>  drivers/cpuidle/cpuidle-psci-domain.c | 59 ++++++++++++++-------------
>  drivers/firmware/psci/psci.c          | 12 +++---
>  include/linux/psci.h                  |  2 +-
>  3 files changed, 39 insertions(+), 34 deletions(-)
>
> --
> 2.25.1
>

Rafael, I am having various small series related to cpuidle-psci
that's flying around - and it may start to become a bit confusing of
what belongs where.

Therefore, I would appreciate it if you could pick up @subject series
as soon as you can, to get this off the backlog.

Kind regards
Uffe
Ulf Hansson Sept. 22, 2020, 7:51 a.m. UTC | #2
On Tue, 1 Sep 2020 at 16:29, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> This coverletter is mainly to help keeping track of the patches part in the
> series. Please have a look at each patch for more details.
>
> Kind regards
> Ulf Hansson
>
>
> Ulf Hansson (2):
>   firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
>   cpuidle: psci: Allow PM domain to be initialized even if no OSI mode
>
>  drivers/cpuidle/cpuidle-psci-domain.c | 59 ++++++++++++++-------------
>  drivers/firmware/psci/psci.c          | 12 +++---
>  include/linux/psci.h                  |  2 +-
>  3 files changed, 39 insertions(+), 34 deletions(-)
>

Rafael, I guess you may have not seen this one. I think it's ready to
get applied as v5.10 material. Do you want me to resend?

Kind regards
Uffe
Rafael J. Wysocki Sept. 22, 2020, 3:52 p.m. UTC | #3
On Tue, Sep 22, 2020 at 9:51 AM Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> On Tue, 1 Sep 2020 at 16:29, Ulf Hansson <ulf.hansson@linaro.org> wrote:
> >
> > This coverletter is mainly to help keeping track of the patches part in the
> > series. Please have a look at each patch for more details.
> >
> > Kind regards
> > Ulf Hansson
> >
> >
> > Ulf Hansson (2):
> >   firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
> >   cpuidle: psci: Allow PM domain to be initialized even if no OSI mode
> >
> >  drivers/cpuidle/cpuidle-psci-domain.c | 59 ++++++++++++++-------------
> >  drivers/firmware/psci/psci.c          | 12 +++---
> >  include/linux/psci.h                  |  2 +-
> >  3 files changed, 39 insertions(+), 34 deletions(-)
> >
>
> Rafael, I guess you may have not seen this one.

I have seen it, but I didn't manage to get to it before today, sadly.

> I think it's ready to get applied as v5.10 material. Do you want me to resend?

No need, applied now.

Thanks!