* [PATCH] phy: ti: omap-usb2: enable compile testing
@ 2025-07-24 13:16 Johan Hovold
2025-08-06 14:35 ` neil.armstrong
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Johan Hovold @ 2025-07-24 13:16 UTC (permalink / raw)
To: Vinod Koul; +Cc: Kishon Vijay Abraham I, linux-phy, linux-kernel, Johan Hovold
Nothing seems to prevent the driver from being built on non-TI platforms
so enable compile testing for wider build coverage.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/phy/ti/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
index b905902d5750..b40f28019131 100644
--- a/drivers/phy/ti/Kconfig
+++ b/drivers/phy/ti/Kconfig
@@ -62,7 +62,7 @@ config OMAP_CONTROL_PHY
config OMAP_USB2
tristate "OMAP USB2 PHY Driver"
- depends on ARCH_OMAP2PLUS || ARCH_K3
+ depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
depends on USB_SUPPORT
select GENERIC_PHY
select USB_PHY
--
2.49.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] phy: ti: omap-usb2: enable compile testing
2025-07-24 13:16 [PATCH] phy: ti: omap-usb2: enable compile testing Johan Hovold
@ 2025-08-06 14:35 ` neil.armstrong
2025-08-06 14:35 ` neil.armstrong
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: neil.armstrong @ 2025-08-06 14:35 UTC (permalink / raw)
To: Johan Hovold, Vinod Koul; +Cc: Kishon Vijay Abraham I, linux-phy, linux-kernel
On 24/07/2025 15:16, Johan Hovold wrote:
> Nothing seems to prevent the driver from being built on non-TI platforms
> so enable compile testing for wider build coverage.
>
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
> drivers/phy/ti/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
> index b905902d5750..b40f28019131 100644
> --- a/drivers/phy/ti/Kconfig
> +++ b/drivers/phy/ti/Kconfig
> @@ -62,7 +62,7 @@ config OMAP_CONTROL_PHY
>
> config OMAP_USB2
> tristate "OMAP USB2 PHY Driver"
> - depends on ARCH_OMAP2PLUS || ARCH_K3
> + depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
> depends on USB_SUPPORT
> select GENERIC_PHY
> select USB_PHY
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] phy: ti: omap-usb2: enable compile testing
2025-07-24 13:16 [PATCH] phy: ti: omap-usb2: enable compile testing Johan Hovold
2025-08-06 14:35 ` neil.armstrong
@ 2025-08-06 14:35 ` neil.armstrong
2025-08-07 8:16 ` neil.armstrong
2025-08-12 16:41 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: neil.armstrong @ 2025-08-06 14:35 UTC (permalink / raw)
To: Johan Hovold, Vinod Koul; +Cc: Kishon Vijay Abraham I, linux-phy, linux-kernel
On 24/07/2025 15:16, Johan Hovold wrote:
> Nothing seems to prevent the driver from being built on non-TI platforms
> so enable compile testing for wider build coverage.
>
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
> drivers/phy/ti/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
> index b905902d5750..b40f28019131 100644
> --- a/drivers/phy/ti/Kconfig
> +++ b/drivers/phy/ti/Kconfig
> @@ -62,7 +62,7 @@ config OMAP_CONTROL_PHY
>
> config OMAP_USB2
> tristate "OMAP USB2 PHY Driver"
> - depends on ARCH_OMAP2PLUS || ARCH_K3
> + depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
> depends on USB_SUPPORT
> select GENERIC_PHY
> select USB_PHY
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] phy: ti: omap-usb2: enable compile testing
2025-07-24 13:16 [PATCH] phy: ti: omap-usb2: enable compile testing Johan Hovold
2025-08-06 14:35 ` neil.armstrong
2025-08-06 14:35 ` neil.armstrong
@ 2025-08-07 8:16 ` neil.armstrong
2025-08-12 16:41 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: neil.armstrong @ 2025-08-07 8:16 UTC (permalink / raw)
To: Johan Hovold, Vinod Koul; +Cc: Kishon Vijay Abraham I, linux-phy, linux-kernel
On 24/07/2025 15:16, Johan Hovold wrote:
> Nothing seems to prevent the driver from being built on non-TI platforms
> so enable compile testing for wider build coverage.
>
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
> drivers/phy/ti/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig
> index b905902d5750..b40f28019131 100644
> --- a/drivers/phy/ti/Kconfig
> +++ b/drivers/phy/ti/Kconfig
> @@ -62,7 +62,7 @@ config OMAP_CONTROL_PHY
>
> config OMAP_USB2
> tristate "OMAP USB2 PHY Driver"
> - depends on ARCH_OMAP2PLUS || ARCH_K3
> + depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
> depends on USB_SUPPORT
> select GENERIC_PHY
> select USB_PHY
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] phy: ti: omap-usb2: enable compile testing
2025-07-24 13:16 [PATCH] phy: ti: omap-usb2: enable compile testing Johan Hovold
` (2 preceding siblings ...)
2025-08-07 8:16 ` neil.armstrong
@ 2025-08-12 16:41 ` Vinod Koul
3 siblings, 0 replies; 5+ messages in thread
From: Vinod Koul @ 2025-08-12 16:41 UTC (permalink / raw)
To: Johan Hovold; +Cc: Kishon Vijay Abraham I, linux-phy, linux-kernel
On Thu, 24 Jul 2025 15:16:23 +0200, Johan Hovold wrote:
> Nothing seems to prevent the driver from being built on non-TI platforms
> so enable compile testing for wider build coverage.
>
>
Applied, thanks!
[1/1] phy: ti: omap-usb2: enable compile testing
commit: 8343cfb636261f36796fde0e79a858422eeb0207
Best regards,
--
~Vinod
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-08-12 16:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-24 13:16 [PATCH] phy: ti: omap-usb2: enable compile testing Johan Hovold
2025-08-06 14:35 ` neil.armstrong
2025-08-06 14:35 ` neil.armstrong
2025-08-07 8:16 ` neil.armstrong
2025-08-12 16:41 ` Vinod Koul
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).