public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: qixis-fpga: add missing module description
@ 2025-10-20  7:20 Bartosz Golaszewski
  2025-10-21  9:01 ` Bartosz Golaszewski
  2025-10-23  7:36 ` Ioana Ciornei
  0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-10-20  7:20 UTC (permalink / raw)
  To: Linus Walleij, Frank Li, Ioana Ciornei, Michael Walle,
	Stephen Rothwell
  Cc: linux-gpio, linux-kernel, Bartosz Golaszewski, Mark Brown

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

A kernel module must have a license and should have a description. Add
missing MODULE_LICENSE(), MODULE_DESCRIPTION() and throw in a
MODULE_AUTHOR() for good measure.

This fixes the following build issues:

ERROR: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-qixis-fpga.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpio/gpio-qixis-fpga.o

Reported-by: Mark Brown <broonie@kernel.org>
Closes: https://lore.kernel.org/all/aPJW8HIke5pj3doX@sirena.org.uk/
Fixes: e88500247dc3 ("gpio: add QIXIS FPGA GPIO controller")
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/gpio/gpio-qixis-fpga.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpio/gpio-qixis-fpga.c b/drivers/gpio/gpio-qixis-fpga.c
index 048a2cac4f0f..54c2c76822d5 100644
--- a/drivers/gpio/gpio-qixis-fpga.c
+++ b/drivers/gpio/gpio-qixis-fpga.c
@@ -105,3 +105,7 @@ static struct platform_driver qixis_cpld_gpio_driver = {
 	},
 };
 module_platform_driver(qixis_cpld_gpio_driver);
+
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Ioana Ciornei <ioana.ciornei@nxp.com>");
+MODULE_DESCRIPTION("Layerscape GPIO QIXIS FPGA driver");
-- 
2.48.1


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

* Re: [PATCH] gpio: qixis-fpga: add missing module description
  2025-10-20  7:20 [PATCH] gpio: qixis-fpga: add missing module description Bartosz Golaszewski
@ 2025-10-21  9:01 ` Bartosz Golaszewski
  2025-10-23  7:36 ` Ioana Ciornei
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-10-21  9:01 UTC (permalink / raw)
  To: Linus Walleij, Frank Li, Ioana Ciornei, Michael Walle,
	Stephen Rothwell, Bartosz Golaszewski
  Cc: Bartosz Golaszewski, linux-gpio, linux-kernel, Mark Brown

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 20 Oct 2025 09:20:28 +0200, Bartosz Golaszewski wrote:
> A kernel module must have a license and should have a description. Add
> missing MODULE_LICENSE(), MODULE_DESCRIPTION() and throw in a
> MODULE_AUTHOR() for good measure.
> 
> This fixes the following build issues:
> 
> ERROR: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-qixis-fpga.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpio/gpio-qixis-fpga.o
> 
> [...]

Applied, thanks!

[1/1] gpio: qixis-fpga: add missing module description
      https://git.kernel.org/brgl/linux/c/e0a6ec724e5b87a0b162912b5d30bb6f066677e2

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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

* Re: [PATCH] gpio: qixis-fpga: add missing module description
  2025-10-20  7:20 [PATCH] gpio: qixis-fpga: add missing module description Bartosz Golaszewski
  2025-10-21  9:01 ` Bartosz Golaszewski
@ 2025-10-23  7:36 ` Ioana Ciornei
  1 sibling, 0 replies; 3+ messages in thread
From: Ioana Ciornei @ 2025-10-23  7:36 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Walleij, Frank Li, Michael Walle, Stephen Rothwell,
	linux-gpio, linux-kernel, Bartosz Golaszewski, Mark Brown

On Mon, Oct 20, 2025 at 09:20:28AM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> A kernel module must have a license and should have a description. Add
> missing MODULE_LICENSE(), MODULE_DESCRIPTION() and throw in a
> MODULE_AUTHOR() for good measure.
> 
> This fixes the following build issues:
> 
> ERROR: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-qixis-fpga.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpio/gpio-qixis-fpga.o
>

I am extremely sorry that I was not able to send this patch myself. I
just got back from some days off.

Thank you for handling this.

Ioana

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

end of thread, other threads:[~2025-10-23  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-20  7:20 [PATCH] gpio: qixis-fpga: add missing module description Bartosz Golaszewski
2025-10-21  9:01 ` Bartosz Golaszewski
2025-10-23  7:36 ` Ioana Ciornei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox