Message ID | 20200901142859.224381-1-ulf.hansson@linaro.org |
---|---|
Headers | show |
Series | cpuidle: psci: Always create the PM domains | expand |
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
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
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!