All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Gerhold <stephan@gerhold.net>
To: Bartosz Dudziak <bartosz.dudziak@snejp.pl>
Cc: Rob Herring <robh+dt@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Russell King <linux@armlinux.org.uk>,
	David Sterba <dsterba@suse.com>, Jens Axboe <axboe@kernel.dk>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Kumar Gala <galak@codeaurora.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v2 0/2] cpuidle: qcom: Add SPM register data for MSM8226
Date: Tue, 8 Jun 2021 15:54:22 +0200	[thread overview]
Message-ID: <YL92jqf/146P9vSl@gerhold.net> (raw)
In-Reply-To: <20210530121803.13102-1-bartosz.dudziak@snejp.pl>

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

WARNING: multiple messages have this Message-ID (diff)
From: Stephan Gerhold <stephan@gerhold.net>
To: Bartosz Dudziak <bartosz.dudziak@snejp.pl>
Cc: Rob Herring <robh+dt@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Russell King <linux@armlinux.org.uk>,
	David Sterba <dsterba@suse.com>, Jens Axboe <axboe@kernel.dk>,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	Kumar Gala <galak@codeaurora.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v2 0/2] cpuidle: qcom: Add SPM register data for MSM8226
Date: Tue, 8 Jun 2021 15:54:22 +0200	[thread overview]
Message-ID: <YL92jqf/146P9vSl@gerhold.net> (raw)
In-Reply-To: <20210530121803.13102-1-bartosz.dudziak@snejp.pl>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-06-08 13:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-30 12:18 [PATCH v2 0/2] cpuidle: qcom: Add SPM register data for MSM8226 Bartosz Dudziak
2021-05-30 12:18 ` Bartosz Dudziak
2021-05-30 12:18 ` [PATCH v2 1/2] dt-bindings: arm: msm: Add SAW2 " Bartosz Dudziak
2021-05-30 12:18   ` Bartosz Dudziak
2021-06-04 21:31   ` Rob Herring
2021-06-04 21:31     ` Rob Herring
2021-05-30 12:18 ` [PATCH v2 2/2] cpuidle: qcom: Add SPM register data " Bartosz Dudziak
2021-05-30 12:18   ` Bartosz Dudziak
2021-05-31 14:43   ` Stephan Gerhold
2021-05-31 14:43     ` Stephan Gerhold
2021-06-08 13:54 ` Stephan Gerhold [this message]
2021-06-08 13:54   ` [PATCH v2 0/2] " Stephan Gerhold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YL92jqf/146P9vSl@gerhold.net \
    --to=stephan@gerhold.net \
    --cc=agross@kernel.org \
    --cc=axboe@kernel.dk \
    --cc=bartosz.dudziak@snejp.pl \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dsterba@suse.com \
    --cc=galak@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.