linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Peng Fan <peng.fan@nxp.com>, gregkh@linuxfoundation.org
Cc: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	Xu Yang <xu.yang_2@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>, Jun Li <jun.li@nxp.com>
Subject: Re: [PATCH V7 10/10] ARM64: dts: imx7ulp: update usb compatible
Date: Thu, 6 Apr 2023 09:40:13 +0800	[thread overview]
Message-ID: <20230406014013.GJ11367@dragon> (raw)
In-Reply-To: <DU0PR04MB94178755C624BCBE25D8073C88919@DU0PR04MB9417.eurprd04.prod.outlook.com>

On Thu, Apr 06, 2023 at 01:18:43AM +0000, Peng Fan wrote:
> Hi Shawn,
> 
> > Subject: Re: [PATCH V7 10/10] ARM64: dts: imx7ulp: update usb compatible
> > 
> > On Wed, Mar 22, 2023 at 01:25:04PM +0800, Peng Fan (OSS) wrote:
> > > From: Peng Fan <peng.fan@nxp.com>
> > >
> > > Per binding doc, update the compatible
> > >
> > > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > 
> > ARM: dts: imx7ulp: ...
> > 
> > Fixed it up and applied all DTS patches.
> [Peng Fan] 
> 
> Thanks for the fix. But I think Greg already applied the patchset.

Okay, I will drop them from my tree, but ...

Greg,

May I suggest a couple of things on the future process?

- Could you leave i.MX DTS patches to me, so that we can avoid potential
  merge conflicts?

- Would you update your patch robot to reply the applying message to all
  recipients, so that everyone knows the status?

Shawn

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

  reply	other threads:[~2023-04-06  1:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22  5:24 [PATCH V7 00/10] dt-bindings: usb: covert ci-hdrc-usb2/usbmisc-imx to yaml Peng Fan (OSS)
2023-03-22  5:24 ` [PATCH V7 01/10] dt-bindings: usb: usbmisc-imx: convert to DT schema Peng Fan (OSS)
2023-03-22  5:24 ` [PATCH V7 02/10] dt-bindings: usb: ci-hdrc-usb2: convert to DT schema format Peng Fan (OSS)
2023-03-23 15:28   ` Rob Herring
2023-03-22  5:24 ` [PATCH V7 03/10] dt-bindings: usb: usb-nop-xceiv: add power-domains property Peng Fan (OSS)
2023-03-22  5:24 ` [PATCH V7 04/10] arm64: dts: imx8mn: update usb compatible Peng Fan (OSS)
2023-03-22  5:24 ` [PATCH V7 05/10] arm64: dts: imx8mm: " Peng Fan (OSS)
2023-03-22  5:25 ` [PATCH V7 06/10] arm64: dts: imx8: " Peng Fan (OSS)
2023-03-22  5:25 ` [PATCH V7 07/10] arm64: dts: imx8dxl: " Peng Fan (OSS)
2023-03-22  5:25 ` [PATCH V7 08/10] arm64: dts: imx8dxl: drop #stream-id-cells for usb node Peng Fan (OSS)
2023-03-22  5:25 ` [PATCH V7 09/10] arm64: dts: imx8-apalis-v1.1: drop ci-disable-lpm Peng Fan (OSS)
2023-03-22  5:25 ` [PATCH V7 10/10] ARM64: dts: imx7ulp: update usb compatible Peng Fan (OSS)
2023-04-05 13:06   ` Shawn Guo
2023-04-06  1:18     ` Peng Fan
2023-04-06  1:40       ` Shawn Guo [this message]
2023-04-20  8:10         ` Greg KH
2023-05-03  1:07           ` Shawn Guo
2023-05-03 12:46             ` Shawn Guo

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=20230406014013.GJ11367@dragon \
    --to=shawnguo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jun.li@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=xu.yang_2@nxp.com \
    /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).