[PATCH] regmap: mmio: Add missing MODULE_DESCRIPTION()

Luis Henriques posted 1 patch 4 months, 3 weeks ago
drivers/base/regmap/regmap-mmio.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] regmap: mmio: Add missing MODULE_DESCRIPTION()
Posted by Luis Henriques 4 months, 3 weeks ago
There were already several commits to add module descriptions to regmap
modules.  But this one was still missing:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-mmio.o

Signed-off-by: Luis Henriques <luis@igalia.com>
---
 drivers/base/regmap/regmap-mmio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/base/regmap/regmap-mmio.c b/drivers/base/regmap/regmap-mmio.c
index 99d7fd85ca7d..29e5f3175301 100644
--- a/drivers/base/regmap/regmap-mmio.c
+++ b/drivers/base/regmap/regmap-mmio.c
@@ -609,4 +609,5 @@ void regmap_mmio_detach_clk(struct regmap *map)
 }
 EXPORT_SYMBOL_GPL(regmap_mmio_detach_clk);
 
+MODULE_DESCRIPTION("regmap MMIO Module");
 MODULE_LICENSE("GPL v2");
Re: [PATCH] regmap: mmio: Add missing MODULE_DESCRIPTION()
Posted by Mark Brown 4 months, 1 week ago
On Mon, 28 Jul 2025 16:08:29 +0100, Luis Henriques wrote:
> There were already several commits to add module descriptions to regmap
> modules.  But this one was still missing:
> 
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/base/regmap/regmap-mmio.o
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git for-next

Thanks!

[1/1] regmap: mmio: Add missing MODULE_DESCRIPTION()
      commit: 886f42ce96e7ce80545704e7168a9c6b60cd6c03

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark