From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 62C1552F74; Thu, 11 Jan 2024 18:20:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="f5f17p5i" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1704997198; bh=rdyPLDn+13S8BwUHnP7YxTnuD0iUYoq80Xm8fz63qzo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=f5f17p5iX/IKt6UN9Jwhpvty5sF74a26euidP8Pxt2/AltKRl6P2rYTZeD83Ejeds /dMXSUYZNHdOLM6nKJPpCgQhPvzM0eBkPkFgeTBinDrx6Vs+BQbIbEkBoj0W3VVxR3 agxPbZcpLNRMMfn2q/p85xQq9cgf1sHxDs36uqkaW1DGrPl1hqnKf3bjEAti51u+IB 5JKTT4TlxopMAwm2pQ7vhXLIdpsdF6Lp17eVWH70y/matvJbG46IP3s3JkGtk+PEp2 oLqifpP4etBYdVOMdXc4kp4M64NZp7d8obqjLFjqFk0fz8qWtN+fg6x2JNi2n2yiXG L7oJjibzUlfsA== Received: from [IPV6:fd00::3:29cf] (cola.collaboradmins.com [IPv6:2a01:4f8:1c1c:5717::1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 587143781184; Thu, 11 Jan 2024 18:19:49 +0000 (UTC) Message-ID: Date: Thu, 11 Jan 2024 20:19:38 +0200 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 1/1] dt-bindings: net: starfive,jh7110-dwmac: Add StarFive JH8100 support Content-Language: en-US To: Krzysztof Kozlowski , Tan Chun Hau , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Simon Horman , Bartosz Golaszewski , Andrew Halaney , Jisheng Zhang , =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Russell King Cc: Ley Foon Tan , Jee Heng Sia , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-riscv@lists.infradead.org References: <20240111025531.2875-1-chunhau.tan@starfivetech.com> <20240111025531.2875-2-chunhau.tan@starfivetech.com> <59bb488f-f2ad-44b0-87fa-206ae3b1c33f@collabora.com> <3c552324-2ebf-41c2-b310-70341ebfdd9a@linaro.org> From: Cristian Ciocaltea In-Reply-To: <3c552324-2ebf-41c2-b310-70341ebfdd9a@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 1/11/24 20:15, Krzysztof Kozlowski wrote: > On 11/01/2024 19:07, Cristian Ciocaltea wrote: >> On 1/11/24 04:55, Tan Chun Hau wrote: >>> Add StarFive JH8100 dwmac support. >>> JH8100 dwmac has one reset signal instead of 2 resets as in JH7110. >>> >>> Signed-off-by: Tan Chun Hau >>> --- >>> .../devicetree/bindings/net/snps,dwmac.yaml | 1 + >>> .../bindings/net/starfive,jh7110-dwmac.yaml | 50 +++++++++++++------ >>> 2 files changed, 37 insertions(+), 14 deletions(-) >> >> [...] >> >> Please note this is going to conflict with the about-to-be-merged changes > > They weren't picked up, so how they can be merged? If you mean applied, > then you suggest your patchset has some kind of preference, but this > needs explanation why. I just meant they got reviewed and should be ready to be applied. > Best regards, > Krzysztof >