* [PATCH] i2c: cadence: allow COMPILE_TEST
@ 2022-02-12 19:45 Wolfram Sang
2022-02-13 13:56 ` Michal Simek
2022-02-15 9:14 ` Wolfram Sang
0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-02-12 19:45 UTC (permalink / raw)
To: linux-i2c; +Cc: Wolfram Sang, Michal Simek, linux-arm-kernel, linux-kernel
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 42da31c1ab70..bad2fadc94a3 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -488,7 +488,7 @@ config I2C_BRCMSTB
config I2C_CADENCE
tristate "Cadence I2C Controller"
- depends on ARCH_ZYNQ || ARM64 || XTENSA
+ depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST
help
Say yes here to select Cadence I2C Host Controller. This controller is
e.g. used by Xilinx Zynq.
--
2.30.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] 3+ messages in thread
* Re: [PATCH] i2c: cadence: allow COMPILE_TEST
2022-02-12 19:45 [PATCH] i2c: cadence: allow COMPILE_TEST Wolfram Sang
@ 2022-02-13 13:56 ` Michal Simek
2022-02-15 9:14 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Michal Simek @ 2022-02-13 13:56 UTC (permalink / raw)
To: Wolfram Sang, linux-i2c; +Cc: Michal Simek, linux-arm-kernel, linux-kernel
On 2/12/22 20:45, Wolfram Sang wrote:
> Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
> and easier maintenance.
>
> Signed-off-by: Wolfram Sang <wsa@kernel.org>
> ---
> drivers/i2c/busses/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
> index 42da31c1ab70..bad2fadc94a3 100644
> --- a/drivers/i2c/busses/Kconfig
> +++ b/drivers/i2c/busses/Kconfig
> @@ -488,7 +488,7 @@ config I2C_BRCMSTB
>
> config I2C_CADENCE
> tristate "Cadence I2C Controller"
> - depends on ARCH_ZYNQ || ARM64 || XTENSA
> + depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST
> help
> Say yes here to select Cadence I2C Host Controller. This controller is
> e.g. used by Xilinx Zynq.
Acked-by: Michal Simek <michal.simek@xilinx.com>
Thanks,
Michal
_______________________________________________
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] 3+ messages in thread
* Re: [PATCH] i2c: cadence: allow COMPILE_TEST
2022-02-12 19:45 [PATCH] i2c: cadence: allow COMPILE_TEST Wolfram Sang
2022-02-13 13:56 ` Michal Simek
@ 2022-02-15 9:14 ` Wolfram Sang
1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-02-15 9:14 UTC (permalink / raw)
To: linux-i2c; +Cc: Michal Simek, linux-arm-kernel, linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 254 bytes --]
On Sat, Feb 12, 2022 at 08:45:48PM +0100, Wolfram Sang wrote:
> Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
> and easier maintenance.
>
> Signed-off-by: Wolfram Sang <wsa@kernel.org>
Applied to for-current, thanks!
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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] 3+ messages in thread
end of thread, other threads:[~2022-02-15 9:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-12 19:45 [PATCH] i2c: cadence: allow COMPILE_TEST Wolfram Sang
2022-02-13 13:56 ` Michal Simek
2022-02-15 9:14 ` Wolfram Sang
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).