2023-03-24 07:30:27

by Bhavya Kapoor

[permalink] [raw]
Subject: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver

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 <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
---

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

Link to V2 : https://lore.kernel.org/all/[email protected]/

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


2023-03-24 16:50:22

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver

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 <[email protected]>

Regards,
Bjorn

> Signed-off-by: Bhavya Kapoor <[email protected]>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
> ---
>
> Changelog v2->v3:
> - Modified Commit message to be more descriptive
>
> Link to V2 : https://lore.kernel.org/all/[email protected]/
>
> 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
>

2023-03-24 17:48:15

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH v3] arm64: defconfig: Enable CAN PHY transceiver driver

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 <[email protected]>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
> ---
>
> Changelog v2->v3:
> - Modified Commit message to be more descriptive
>
> Link to V2 :
> https://lore.kernel.org/all/[email protected]/
>

Applied to soc/defconfig, thanks

Arnd