All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Luca Weiss <luca@z3ntu.xyz>
Cc: linux-arm-msm@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Rob Herring <robh@kernel.org>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 01/10] dt-bindings: mfd: qcom,tcsr: Document msm8953 compatible
Date: Tue, 22 Feb 2022 07:53:06 +0000	[thread overview]
Message-ID: <YhSWYl2zVOKmw2Qg@google.com> (raw)
In-Reply-To: <11925600.O9o76ZdvQC@g550jk>

On Mon, 21 Feb 2022, Luca Weiss wrote:

> Hi Lee,
> 
> On Montag, 21. Februar 2022 09:48:01 CET Lee Jones wrote:
> > On Sun, 20 Feb 2022, Luca Weiss wrote:
> > > Document the compatible for tcsr found in msm8953.
> > > 
> > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> > > Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> > > Acked-by: Rob Herring <robh@kernel.org>
> > > ---
> > > Changes in v2:
> > > - no changes
> > > 
> > >  Documentation/devicetree/bindings/mfd/qcom,tcsr.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > 
> > This is already applied.
> 
> Sorry, last week you wrote[0]
> 
> [0] https://lore.kernel.org/linux-arm-msm/YgujkzAezfFBNRDP@google.com/

Yes, that's strange.

I don't remember fixing that merge conflict.

Perhaps I did.  Must have been in a good mood. :)

> > Doesn't seem to apply.
> >
> > Could you please rebase.
> 
> and it wasn't part of linux-next as of yesterday.

Tree has been updated this morning.  Should be in -next tomorrow.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2022-02-22  7:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-20 20:18 [PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support Luca Weiss
2022-02-20 20:18 ` [PATCH v2 01/10] dt-bindings: mfd: qcom,tcsr: Document msm8953 compatible Luca Weiss
2022-02-21  8:48   ` Lee Jones
2022-02-21 21:01     ` Luca Weiss
2022-02-22  7:53       ` Lee Jones [this message]
2022-02-20 20:18 ` [PATCH v2 02/10] dt-bindings: thermal: tsens: Add " Luca Weiss
2022-02-24 20:10   ` Bjorn Andersson
2022-02-25 11:39     ` Daniel Lezcano
2022-03-08 20:33   ` [thermal: thermal/next] " thermal-bot for Luca Weiss
2022-02-20 20:18 ` [PATCH v2 03/10] dt-bindings: usb: qcom,dwc3: " Luca Weiss
2022-02-24 20:11   ` Bjorn Andersson
2022-02-25  9:11     ` Greg Kroah-Hartman
2022-02-20 20:18 ` [PATCH v2 04/10] dt-bindings: arm: cpus: Add Kryo 250 CPUs Luca Weiss
2022-02-20 20:18 ` [PATCH v2 05/10] rpmsg: smd: allow opening rpm_requests even if already opened Luca Weiss
2022-03-14 19:08   ` Luca Weiss
2022-03-15 20:14     ` Luca Weiss
2022-02-20 20:18 ` [PATCH v2 06/10] arm64: dts: qcom: Add MSM8953 device tree Luca Weiss
2022-02-20 20:19 ` [PATCH v2 07/10] arm64: dts: qcom: Add PM8953 PMIC Luca Weiss
2022-02-20 20:19 ` [PATCH v2 08/10] arm64: dts: qcom: Add SDM632 device tree Luca Weiss
2022-02-20 20:19 ` [PATCH v2 09/10] dt-bindings: arm: qcom: Document sdm632 and fairphone,fp3 board Luca Weiss
2022-02-20 20:19 ` [PATCH v2 10/10] arm64: dts: qcom: sdm632: Add device tree for Fairphone 3 Luca Weiss
2022-02-24 20:50 ` [PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support patchwork-bot+linux-arm-msm
2022-02-24 20:54 ` (subset) " 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=YhSWYl2zVOKmw2Qg@google.com \
    --to=lee.jones@linaro.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luca@z3ntu.xyz \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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.