linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Kaehlcke <mka@chromium.org>
To: Sibi Sankar <sibis@codeaurora.org>
Cc: bjorn.andersson@linaro.org, robh+dt@kernel.org, will@kernel.org,
	saiprakash.ranjan@codeaurora.org, ohad@wizery.com,
	agross@kernel.org, mathieu.poirier@linaro.org,
	robin.murphy@arm.com, joro@8bytes.org, p.zabel@pengutronix.de,
	linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, evgreen@chromium.org,
	dianders@chromium.org, swboyd@chromium.org
Subject: Re: [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support
Date: Fri, 25 Jun 2021 10:12:50 -0700	[thread overview]
Message-ID: <YNYOkmja0kfuzLpF@google.com> (raw)
In-Reply-To: <1624564058-24095-2-git-send-email-sibis@codeaurora.org>

On Fri, Jun 25, 2021 at 01:17:30AM +0530, Sibi Sankar wrote:
> Add MPSS PAS support for SC7280 SoCs.
> 
> Signed-off-by: Sibi Sankar <sibis@codeaurora.org>

On which tree is this series based? I guess it must be the remoteproc tree
since the conversion of the binding to YAML isn't in Linus' tree yet,
however the patch doesn't apply cleanly against remoteproc/for-next:

  patching file Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
  Hunk #2 succeeded at 144 (offset -4 lines).
  Hunk #3 succeeded at 285 (offset -4 lines).
  Hunk #4 succeeded at 416 with fuzz 2 (offset 23 lines).
  Hunk #5 succeeded at 492 (offset 25 lines).
  Hunk #6 FAILED at 485.

_______________________________________________
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-25 17:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1624564058-24095-1-git-send-email-sibis@codeaurora.org>
     [not found] ` <1624564058-24095-6-git-send-email-sibis@codeaurora.org>
2021-06-25  0:35   ` [PATCH 5/9] remoteproc: mss: q6v5-mss: Add modem support on SC7280 Matthias Kaehlcke
     [not found]     ` <73f9814fb4f3aa2abeee0ece3aa26312@codeaurora.org>
2021-06-25 16:39       ` Matthias Kaehlcke
     [not found] ` <1624564058-24095-2-git-send-email-sibis@codeaurora.org>
2021-06-25 17:12   ` Matthias Kaehlcke [this message]
     [not found]     ` <ca7ca4df465f50c6db03a4642102c636@codeaurora.org>
2021-06-25 23:20       ` [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support Matthias Kaehlcke
2021-07-14 19:36   ` Rob Herring
     [not found] ` <1624564058-24095-3-git-send-email-sibis@codeaurora.org>
2021-06-25 23:23   ` [PATCH 2/9] remoteproc: qcom: pas: Add SC7280 Modem support Matthias Kaehlcke
     [not found] ` <1624564058-24095-7-git-send-email-sibis@codeaurora.org>
2021-06-28 18:11   ` [PATCH 6/9] arm64: dts: qcom: sc7280: Update reserved memory map Matthias Kaehlcke
     [not found]     ` <f74c03b939dfd83a1013906e1c771666@codeaurora.org>
2021-07-30 18:24       ` Bjorn Andersson
     [not found] ` <1624564058-24095-10-git-send-email-sibis@codeaurora.org>
2021-06-28 19:05   ` [PATCH 9/9] arm64: dts: qcom: sc7280: Update Q6V5 MSS node Matthias Kaehlcke
     [not found]     ` <c561f99cb281c28581d10e5805190df8@codeaurora.org>
2021-07-30 18:14       ` Bjorn Andersson
2021-07-01 20:02 ` [PATCH 0/9] Add Modem support on SC7280 SoCs Pavel Machek
     [not found] ` <1624564058-24095-4-git-send-email-sibis@codeaurora.org>
2021-06-25 23:43   ` [PATCH 3/9] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding Matthias Kaehlcke
2021-07-14 19:37   ` Rob Herring
     [not found] ` <1624564058-24095-8-git-send-email-sibis@codeaurora.org>
2021-07-30 18:00   ` [PATCH 7/9] arm64: dts: qcom: sc7280: Add nodes to boot modem Bjorn Andersson
     [not found] ` <1624564058-24095-9-git-send-email-sibis@codeaurora.org>
2021-06-28 18:39   ` [PATCH 8/9] arm64: dts: qcom: sc7280: Add Q6V5 MSS node Matthias Kaehlcke
2021-07-30 18:01   ` Bjorn Andersson

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=YNYOkmja0kfuzLpF@google.com \
    --to=mka@chromium.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=evgreen@chromium.org \
    --cc=joro@8bytes.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=ohad@wizery.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=saiprakash.ranjan@codeaurora.org \
    --cc=sibis@codeaurora.org \
    --cc=swboyd@chromium.org \
    --cc=will@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).