linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
@ 2023-06-22 12:11 Bartosz Golaszewski
  2023-07-10  8:10 ` Bartosz Golaszewski
  2023-07-17 16:05 ` Bjorn Andersson
  0 siblings, 2 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-06-22 12:11 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Arnd Bergmann,
	Krzysztof Kozlowski, Konrad Dybcio
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Enable the SGMII/SerDes PHY driver. This module is required to enable
ethernet on sa8775p platforms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Resending separately as driver updates have now been picked up into the
maintainer tree.

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0777bcae9104..63f54d02c994 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1380,6 +1380,7 @@ CONFIG_PHY_QCOM_USB_HS=m
 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
 CONFIG_PHY_QCOM_USB_HS_28NM=m
 CONFIG_PHY_QCOM_USB_SS=m
+CONFIG_PHY_QCOM_SGMII_ETH=m
 CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
-- 
2.39.2


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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
  2023-06-22 12:11 Bartosz Golaszewski
@ 2023-07-10  8:10 ` Bartosz Golaszewski
  2023-07-17  7:35   ` Bartosz Golaszewski
  2023-07-17 16:05 ` Bjorn Andersson
  1 sibling, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-07-10  8:10 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Arnd Bergmann,
	Krzysztof Kozlowski, Konrad Dybcio
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

On Thu, Jun 22, 2023 at 2:11 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> Enable the SGMII/SerDes PHY driver. This module is required to enable
> ethernet on sa8775p platforms.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Resending separately as driver updates have now been picked up into the
> maintainer tree.
>
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 0777bcae9104..63f54d02c994 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1380,6 +1380,7 @@ CONFIG_PHY_QCOM_USB_HS=m
>  CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
>  CONFIG_PHY_QCOM_USB_HS_28NM=m
>  CONFIG_PHY_QCOM_USB_SS=m
> +CONFIG_PHY_QCOM_SGMII_ETH=m
>  CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
>  CONFIG_PHY_RCAR_GEN3_PCIE=y
>  CONFIG_PHY_RCAR_GEN3_USB2=y
> --
> 2.39.2
>

Gentle ping now that the merge window is over.

Bart

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
  2023-07-10  8:10 ` Bartosz Golaszewski
@ 2023-07-17  7:35   ` Bartosz Golaszewski
  0 siblings, 0 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-07-17  7:35 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Arnd Bergmann,
	Krzysztof Kozlowski, Konrad Dybcio
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

On Mon, Jul 10, 2023 at 10:10 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> On Thu, Jun 22, 2023 at 2:11 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> >
> > Enable the SGMII/SerDes PHY driver. This module is required to enable
> > ethernet on sa8775p platforms.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > ---
> > Resending separately as driver updates have now been picked up into the
> > maintainer tree.
> >
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 0777bcae9104..63f54d02c994 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -1380,6 +1380,7 @@ CONFIG_PHY_QCOM_USB_HS=m
> >  CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
> >  CONFIG_PHY_QCOM_USB_HS_28NM=m
> >  CONFIG_PHY_QCOM_USB_SS=m
> > +CONFIG_PHY_QCOM_SGMII_ETH=m
> >  CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
> >  CONFIG_PHY_RCAR_GEN3_PCIE=y
> >  CONFIG_PHY_RCAR_GEN3_USB2=y
> > --
> > 2.39.2
> >
>
> Gentle ping now that the merge window is over.
>
> Bart

Gentle re-ping.

Bartosz

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
@ 2023-07-17  8:06 Bartosz Golaszewski
  0 siblings, 0 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2023-07-17  8:06 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Arnd Bergmann,
	Krzysztof Kozlowski, Konrad Dybcio
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Enable the SGMII/SerDes PHY driver. This module is required to enable
ethernet on sa8775p platforms.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
I'm resending this again as suggested by Krzysztof. It's been marked in
patchwork as "change requested" for some reason.

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ba9bfd32c741..736cbc1b10ee 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1386,6 +1386,7 @@ CONFIG_PHY_QCOM_USB_HS=m
 CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=m
 CONFIG_PHY_QCOM_USB_HS_28NM=m
 CONFIG_PHY_QCOM_USB_SS=m
+CONFIG_PHY_QCOM_SGMII_ETH=m
 CONFIG_PHY_R8A779F0_ETHERNET_SERDES=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
-- 
2.39.2


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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
  2023-06-22 12:11 Bartosz Golaszewski
  2023-07-10  8:10 ` Bartosz Golaszewski
@ 2023-07-17 16:05 ` Bjorn Andersson
  1 sibling, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2023-07-17 16:05 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Bjorn Andersson, Arnd Bergmann,
	Krzysztof Kozlowski, Konrad Dybcio, Bartosz Golaszewski
  Cc: linux-arm-kernel, linux-kernel, Bartosz Golaszewski


On Thu, 22 Jun 2023 14:11:41 +0200, Bartosz Golaszewski wrote:
> Enable the SGMII/SerDes PHY driver. This module is required to enable
> ethernet on sa8775p platforms.
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC
      commit: a43274be0eb773851f9e3d987e48495b258c79e6

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-17 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17  8:06 [RESEND PATCH v2] arm64: defconfig: enable the SerDes PHY for Qualcomm DWMAC Bartosz Golaszewski
  -- strict thread matches above, loose matches on Subject: below --
2023-06-22 12:11 Bartosz Golaszewski
2023-07-10  8:10 ` Bartosz Golaszewski
2023-07-17  7:35   ` Bartosz Golaszewski
2023-07-17 16:05 ` Bjorn Andersson

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).