mbox series

[0/6] PM / Domains: A few clean up and minor fixes

Message ID 1551878302-8146-1-git-send-email-aisheng.dong@nxp.com (mailing list archive)
Headers show
Series PM / Domains: A few clean up and minor fixes | expand

Message

Aisheng Dong March 6, 2019, 1:25 p.m. UTC
A few clean up and minor fixes

Dong Aisheng (6):
  PM / Domains: Improve warn for multiple states but no governor in
    genpd
  PM / Domains: Return for all error cases in _genpd_power_off
  PM / Domains: Remove the unnecessary ->power_off() check in
    genpd_power_off
  PM / Domains: Move the Subdomain check into _genpd_power_off
  PM / QoS: Fix a typo in file description
  PM / domains: Remove one unnecessary blank line

 drivers/base/power/domain.c          | 44 ++++++++++++++++--------------------
 drivers/base/power/domain_governor.c |  1 -
 drivers/base/power/qos.c             |  2 +-
 3 files changed, 21 insertions(+), 26 deletions(-)

Comments

Rafael J. Wysocki March 12, 2019, 9:38 a.m. UTC | #1
On Wednesday, March 6, 2019 2:25:08 PM CET Aisheng Dong wrote:
> A few clean up and minor fixes
> 
> Dong Aisheng (6):
>   PM / Domains: Improve warn for multiple states but no governor in
>     genpd
>   PM / Domains: Return for all error cases in _genpd_power_off
>   PM / Domains: Remove the unnecessary ->power_off() check in
>     genpd_power_off
>   PM / Domains: Move the Subdomain check into _genpd_power_off
>   PM / QoS: Fix a typo in file description
>   PM / domains: Remove one unnecessary blank line
> 
>  drivers/base/power/domain.c          | 44 ++++++++++++++++--------------------
>  drivers/base/power/domain_governor.c |  1 -
>  drivers/base/power/qos.c             |  2 +-
>  3 files changed, 21 insertions(+), 26 deletions(-)

I've applied patches [1-2/6] (with tags from Ulf) and [5-6/6] from this series
and I'm expecting an update to replace patches [3-4/6].