mbox series

[0/6] gpio: extend build coverage with COMPILE_TEST=y

Message ID 20250408-gpio-compile-test-v1-0-140e108e9392@linaro.org
Headers show
Series gpio: extend build coverage with COMPILE_TEST=y | expand

Message

Bartosz Golaszewski April 8, 2025, 12:59 p.m. UTC
There are some drivers that aren't build with allmodconfig that don't
have any requirements on arch/ headers so make them depend on
COMPILE_TEST and extend the build coverage.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (6):
      gpio: zynq: enable building the modules with COMPILE_TEST=y
      gpio: msc313: enable building the module with COMPILE_TEST=y
      gpio: pl061: enable building the module with COMPILE_TEST=y
      gpio: rtd: enable building the module with COMPILE_TEST=y
      gpio: tb10x: enable building the module with COMPILE_TEST=y
      gpio: tn48m: enable building the module with COMPILE_TEST=y

 drivers/gpio/Kconfig | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
base-commit: 0e871365f7f9aeb9b590e345458b2083e067cd13
change-id: 20250326-gpio-compile-test-9c42587d903e

Best regards,

Comments

Linus Walleij April 15, 2025, 9:40 p.m. UTC | #1
On Tue, Apr 8, 2025 at 2:59 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> There are some drivers that aren't build with allmodconfig that don't
> have any requirements on arch/ headers so make them depend on
> COMPILE_TEST and extend the build coverage.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

All good stuff:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
Bartosz Golaszewski April 16, 2025, 3:56 p.m. UTC | #2
On Tue, 08 Apr 2025 14:59:00 +0200, Bartosz Golaszewski wrote:
> There are some drivers that aren't build with allmodconfig that don't
> have any requirements on arch/ headers so make them depend on
> COMPILE_TEST and extend the build coverage.
> 
> 

Applied, thanks!

[1/6] gpio: zynq: enable building the modules with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/27cdde96fd1eb38cd0675c6ad4be769f852b3528
[2/6] gpio: msc313: enable building the module with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/ce4f4ce18e162c15d7288e78383e9a5000cd0b61
[3/6] gpio: pl061: enable building the module with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/e40952bb8c6c54efbb1ae1dc8dc8ab71e17587ca
[4/6] gpio: rtd: enable building the module with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/27747874cd90a5b61fd50f1df7f7af017b42f479
[5/6] gpio: tb10x: enable building the module with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/90d80a3dc4fb24446d9d423c1c8967a63f136b0b
[6/6] gpio: tn48m: enable building the module with COMPILE_TEST=y
      https://git.kernel.org/brgl/linux/c/a5d8e0cc96eed600a347bbdcd125a9274a92e187

Best regards,