All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Richard Zhu <hongxing.zhu@nxp.com>,
	vkoul@kernel.org, kishon@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	frank.li@nxp.com
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-imx@nxp.com
Subject: Re: [v1 0/3] Add i.MX8Q HSIO PHY driver support
Date: Sat, 30 Mar 2024 12:55:01 +0100	[thread overview]
Message-ID: <0b5997e9-97b3-4863-87d0-b70e9d051d42@linaro.org> (raw)
In-Reply-To: <1711699790-16494-1-git-send-email-hongxing.zhu@nxp.com>

On 29/03/2024 09:09, Richard Zhu wrote:
> v1 changes:
> - Rebase to the 6.9-rc1, and constify of_phandle_args in xlate.
> No other changes.
> 

I found some RFC of this... confusing so:
1. v1 is the first version. If you send RFC, that RFC is v1, so anything
newer is v2 or whatever.

2. One patchset per 24h. Give people chance to actually review your code.

Best regards,
Krzysztof


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Richard Zhu <hongxing.zhu@nxp.com>,
	vkoul@kernel.org, kishon@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	frank.li@nxp.com
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-imx@nxp.com
Subject: Re: [v1 0/3] Add i.MX8Q HSIO PHY driver support
Date: Sat, 30 Mar 2024 12:55:01 +0100	[thread overview]
Message-ID: <0b5997e9-97b3-4863-87d0-b70e9d051d42@linaro.org> (raw)
In-Reply-To: <1711699790-16494-1-git-send-email-hongxing.zhu@nxp.com>

On 29/03/2024 09:09, Richard Zhu wrote:
> v1 changes:
> - Rebase to the 6.9-rc1, and constify of_phandle_args in xlate.
> No other changes.
> 

I found some RFC of this... confusing so:
1. v1 is the first version. If you send RFC, that RFC is v1, so anything
newer is v2 or whatever.

2. One patchset per 24h. Give people chance to actually review your code.

Best regards,
Krzysztof


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

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Richard Zhu <hongxing.zhu@nxp.com>,
	vkoul@kernel.org, kishon@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	frank.li@nxp.com
Cc: linux-phy@lists.infradead.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, kernel@pengutronix.de,
	linux-imx@nxp.com
Subject: Re: [v1 0/3] Add i.MX8Q HSIO PHY driver support
Date: Sat, 30 Mar 2024 12:55:01 +0100	[thread overview]
Message-ID: <0b5997e9-97b3-4863-87d0-b70e9d051d42@linaro.org> (raw)
In-Reply-To: <1711699790-16494-1-git-send-email-hongxing.zhu@nxp.com>

On 29/03/2024 09:09, Richard Zhu wrote:
> v1 changes:
> - Rebase to the 6.9-rc1, and constify of_phandle_args in xlate.
> No other changes.
> 

I found some RFC of this... confusing so:
1. v1 is the first version. If you send RFC, that RFC is v1, so anything
newer is v2 or whatever.

2. One patchset per 24h. Give people chance to actually review your code.

Best regards,
Krzysztof


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2024-03-30 11:55 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29  8:09 [v1 0/3] Add i.MX8Q HSIO PHY driver support Richard Zhu
2024-03-29  8:09 ` Richard Zhu
2024-03-29  8:09 ` Richard Zhu
2024-03-29  8:09 ` [PATCH v1 1/3] dt-bindings: phy: Add i.MX8Q HSIO SerDes PHY binding Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29 14:16   ` Frank Li
2024-03-29 14:16     ` Frank Li
2024-03-29 14:16     ` Frank Li
2024-03-29 15:34   ` Conor Dooley
2024-03-29 15:34     ` Conor Dooley
2024-03-29 15:34     ` Conor Dooley
2024-03-29  8:09 ` [PATCH v1 2/3] dt-bindings: phy: phy-imx8-pcie: Add binding for i.MX8Q HSIO SerDes PHY Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29 14:21   ` Frank Li
2024-03-29 14:21     ` Frank Li
2024-03-29 14:21     ` Frank Li
2024-04-01  2:12     ` Hongxing Zhu
2024-04-01  2:12       ` Hongxing Zhu
2024-04-01  2:12       ` Hongxing Zhu
2024-03-29  8:09 ` [PATCH v1 3/3] phy: freescale: imx8q-hsio: Add i.MX8Q HSIO PHY driver support Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29  8:09   ` Richard Zhu
2024-03-29 14:29   ` Frank Li
2024-03-29 14:29     ` Frank Li
2024-03-29 14:29     ` Frank Li
2024-03-30  0:51   ` kernel test robot
2024-03-30  0:51     ` kernel test robot
2024-03-30  0:51     ` kernel test robot
2024-03-30  3:57   ` kernel test robot
2024-03-30  3:57     ` kernel test robot
2024-03-30  3:57     ` kernel test robot
2024-03-29 14:14 ` [v1 0/3] " Frank Li
2024-03-29 14:14   ` Frank Li
2024-03-29 14:14   ` Frank Li
2024-04-01  2:12   ` Hongxing Zhu
2024-04-01  2:12     ` Hongxing Zhu
2024-04-01  2:12     ` Hongxing Zhu
2024-03-30 11:55 ` Krzysztof Kozlowski [this message]
2024-03-30 11:55   ` Krzysztof Kozlowski
2024-03-30 11:55   ` Krzysztof Kozlowski
2024-04-01  2:13   ` Hongxing Zhu
2024-04-01  2:13     ` Hongxing Zhu
2024-04-01  2:13     ` Hongxing Zhu

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=0b5997e9-97b3-4863-87d0-b70e9d051d42@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frank.li@nxp.com \
    --cc=hongxing.zhu@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=kishon@kernel.org \
    --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-phy@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@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.