All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
@ 2023-03-24  7:24 ` Bhavya Kapoor
  0 siblings, 0 replies; 6+ messages in thread
From: Bhavya Kapoor @ 2023-03-24  7:24 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: b-kapoor, catalin.marinas, will, quic_bjorande, dmitry.baryshkov,
	arnd, krzysztof.kozlowski, geert+renesas, nfraprado, broonie,
	rafal

Enable CAN PHY transceiver driver to be built as a module which will
add support for generic CAN transceivers used by TI K3 specific SoCs.

Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---

Changelog v2->v3:
 - Modified Commit message to be more descriptive

Link to V2 : https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7790ee42c68a..6e123de3a9cf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1292,6 +1292,7 @@ CONFIG_RESET_QCOM_PDC=m
 CONFIG_RESET_RZG2L_USBPHY_CTRL=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_PHY_XGENE=y
+CONFIG_PHY_CAN_TRANSCEIVER=m
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_PHY_CADENCE_TORRENT=m
 CONFIG_PHY_CADENCE_SIERRA=m
-- 
2.34.1


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

* [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
@ 2023-03-24  7:24 ` Bhavya Kapoor
  0 siblings, 0 replies; 6+ messages in thread
From: Bhavya Kapoor @ 2023-03-24  7:24 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: b-kapoor, catalin.marinas, will, quic_bjorande, dmitry.baryshkov,
	arnd, krzysztof.kozlowski, geert+renesas, nfraprado, broonie,
	rafal

Enable CAN PHY transceiver driver to be built as a module which will
add support for generic CAN transceivers used by TI K3 specific SoCs.

Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---

Changelog v2->v3:
 - Modified Commit message to be more descriptive

Link to V2 : https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7790ee42c68a..6e123de3a9cf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1292,6 +1292,7 @@ CONFIG_RESET_QCOM_PDC=m
 CONFIG_RESET_RZG2L_USBPHY_CTRL=y
 CONFIG_RESET_TI_SCI=y
 CONFIG_PHY_XGENE=y
+CONFIG_PHY_CAN_TRANSCEIVER=m
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_PHY_CADENCE_TORRENT=m
 CONFIG_PHY_CADENCE_SIERRA=m
-- 
2.34.1


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
  2023-03-24  7:24 ` Bhavya Kapoor
@ 2023-03-24 16:38   ` Bjorn Andersson
  -1 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2023-03-24 16:38 UTC (permalink / raw)
  To: Bhavya Kapoor
  Cc: linux-arm-kernel, linux-kernel, catalin.marinas, will,
	dmitry.baryshkov, arnd, krzysztof.kozlowski, geert+renesas,
	nfraprado, broonie, rafal

On Fri, Mar 24, 2023 at 12:54:43PM +0530, Bhavya Kapoor wrote:
> Enable CAN PHY transceiver driver to be built as a module which will
> add support for generic CAN transceivers used by TI K3 specific SoCs.
> 

Thanks for the update.

Reviewed-by: Bjorn Andersson <quic_bjorande@quicinc.com>

Regards,
Bjorn

> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> 
> Changelog v2->v3:
>  - Modified Commit message to be more descriptive
> 
> Link to V2 : https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7790ee42c68a..6e123de3a9cf 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1292,6 +1292,7 @@ CONFIG_RESET_QCOM_PDC=m
>  CONFIG_RESET_RZG2L_USBPHY_CTRL=y
>  CONFIG_RESET_TI_SCI=y
>  CONFIG_PHY_XGENE=y
> +CONFIG_PHY_CAN_TRANSCEIVER=m
>  CONFIG_PHY_SUN4I_USB=y
>  CONFIG_PHY_CADENCE_TORRENT=m
>  CONFIG_PHY_CADENCE_SIERRA=m
> -- 
> 2.34.1
> 

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

* Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
@ 2023-03-24 16:38   ` Bjorn Andersson
  0 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2023-03-24 16:38 UTC (permalink / raw)
  To: Bhavya Kapoor
  Cc: linux-arm-kernel, linux-kernel, catalin.marinas, will,
	dmitry.baryshkov, arnd, krzysztof.kozlowski, geert+renesas,
	nfraprado, broonie, rafal

On Fri, Mar 24, 2023 at 12:54:43PM +0530, Bhavya Kapoor wrote:
> Enable CAN PHY transceiver driver to be built as a module which will
> add support for generic CAN transceivers used by TI K3 specific SoCs.
> 

Thanks for the update.

Reviewed-by: Bjorn Andersson <quic_bjorande@quicinc.com>

Regards,
Bjorn

> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> 
> Changelog v2->v3:
>  - Modified Commit message to be more descriptive
> 
> Link to V2 : https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 7790ee42c68a..6e123de3a9cf 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -1292,6 +1292,7 @@ CONFIG_RESET_QCOM_PDC=m
>  CONFIG_RESET_RZG2L_USBPHY_CTRL=y
>  CONFIG_RESET_TI_SCI=y
>  CONFIG_PHY_XGENE=y
> +CONFIG_PHY_CAN_TRANSCEIVER=m
>  CONFIG_PHY_SUN4I_USB=y
>  CONFIG_PHY_CADENCE_TORRENT=m
>  CONFIG_PHY_CADENCE_SIERRA=m
> -- 
> 2.34.1
> 

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
  2023-03-24  7:24 ` Bhavya Kapoor
@ 2023-03-24 17:42   ` Arnd Bergmann
  -1 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2023-03-24 17:42 UTC (permalink / raw)
  To: Bhavya Kapoor, linux-arm-kernel, linux-kernel
  Cc: Catalin Marinas, Will Deacon, Bjorn Andersson, Dmitry Baryshkov,
	Krzysztof Kozlowski, Geert Uytterhoeven,
	Nícolas F. R. A. Prado, Mark Brown, Rafał Miłecki

On Fri, Mar 24, 2023, at 08:24, Bhavya Kapoor wrote:
> Enable CAN PHY transceiver driver to be built as a module which will
> add support for generic CAN transceivers used by TI K3 specific SoCs.
>
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>
> Changelog v2->v3:
>  - Modified Commit message to be more descriptive
>
> Link to V2 : 
> https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/
>

Applied to soc/defconfig, thanks

    Arnd

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

* Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver
@ 2023-03-24 17:42   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2023-03-24 17:42 UTC (permalink / raw)
  To: Bhavya Kapoor, linux-arm-kernel, linux-kernel
  Cc: Catalin Marinas, Will Deacon, Bjorn Andersson, Dmitry Baryshkov,
	Krzysztof Kozlowski, Geert Uytterhoeven,
	Nícolas F. R. A. Prado, Mark Brown, Rafał Miłecki

On Fri, Mar 24, 2023, at 08:24, Bhavya Kapoor wrote:
> Enable CAN PHY transceiver driver to be built as a module which will
> add support for generic CAN transceivers used by TI K3 specific SoCs.
>
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>
> Changelog v2->v3:
>  - Modified Commit message to be more descriptive
>
> Link to V2 : 
> https://lore.kernel.org/all/20230323113324.361991-1-b-kapoor@ti.com/
>

Applied to soc/defconfig, thanks

    Arnd

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2023-03-24 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  7:24 [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver Bhavya Kapoor
2023-03-24  7:24 ` Bhavya Kapoor
2023-03-24 16:38 ` Bjorn Andersson
2023-03-24 16:38   ` Bjorn Andersson
2023-03-24 17:42 ` Arnd Bergmann
2023-03-24 17:42   ` Arnd Bergmann

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.