mbox series

[v2,0/2] cpuidle: qcom: Add SPM register data for MSM8226

Message ID 20210530121803.13102-1-bartosz.dudziak@snejp.pl (mailing list archive)
Headers show
Series cpuidle: qcom: Add SPM register data for MSM8226 | expand

Message

Bartosz Dudziak May 30, 2021, 12:18 p.m. UTC
Add SPM register data sequence for MSM8226 SoC and enable SAW2 power
controller for it.

Changes in v2:
 - Removed APQ8026 SoC support

Bartosz Dudziak (2):
  dt-bindings: arm: msm: Add SAW2 for MSM8226
  cpuidle: qcom: Add SPM register data for MSM8226

 .../devicetree/bindings/arm/msm/qcom,saw2.txt      |  1 +
 drivers/cpuidle/cpuidle-qcom-spm.c                 | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

Comments

Stephan Gerhold June 8, 2021, 1:54 p.m. UTC | #1
Hi,

On Sun, May 30, 2021 at 02:18:01PM +0200, Bartosz Dudziak wrote:
> Add SPM register data sequence for MSM8226 SoC and enable SAW2 power
> controller for it.
> 
> Changes in v2:
>  - Removed APQ8026 SoC support
> 
> Bartosz Dudziak (2):
>   dt-bindings: arm: msm: Add SAW2 for MSM8226
>   cpuidle: qcom: Add SPM register data for MSM8226
> 
>  .../devicetree/bindings/arm/msm/qcom,saw2.txt      |  1 +
>  drivers/cpuidle/cpuidle-qcom-spm.c                 | 14 ++++++++++++++
>  2 files changed, 15 insertions(+)
> 
> 

It looks like you got the To:/Cc: list wrong in v2 (was okay in v1).
Can you re-send these patches and include Daniel Lezcano (ARM cpuidle
maintainer) and the linux-pm mailing list? Otherwise they might never
be applied by anyone. :)

Please also make sure to add the Acked-by:/Reviewed-by: from myself/Rob
to the respective patches when re-sending.

Thanks!
Stephan