From: Lee Jones <lee@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Alexandre Torgue <alexandre.torgue@foss.st.com>,
linux-kernel@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/3] mfd: stmpe: Allow building as module
Date: Thu, 31 Jul 2025 12:09:09 +0100 [thread overview]
Message-ID: <20250731110909.GE1049189@google.com> (raw)
In-Reply-To: <20250725071153.338912-4-alexander.stein@ew.tq-group.com>
On Fri, 25 Jul 2025, Alexander Stein wrote:
> Export the core probe and remove function to be used by modules. Add
> necessary module information so the driver can be built as a module.
because ...
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
> drivers/mfd/Kconfig | 10 +++++-----
> drivers/mfd/stmpe.c | 6 ++++++
> 2 files changed, 11 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index 8f11b2df14704..a58c95e5b8072 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -1539,8 +1539,8 @@ config MFD_DB8500_PRCMU
> through a register map.
>
> config MFD_STMPE
> - bool "STMicroelectronics STMPE"
> - depends on I2C=y || SPI_MASTER=y
> + tristate "STMicroelectronics STMPE"
> + depends on I2C || SPI_MASTER
> depends on OF
> select MFD_CORE
> help
> @@ -1568,14 +1568,14 @@ menu "STMicroelectronics STMPE Interface Drivers"
> depends on MFD_STMPE
>
> config STMPE_I2C
> - bool "STMicroelectronics STMPE I2C Interface"
> - depends on I2C=y
> + tristate "STMicroelectronics STMPE I2C Interface"
> + depends on I2C
> default y
> help
> This is used to enable I2C interface of STMPE
>
> config STMPE_SPI
> - bool "STMicroelectronics STMPE SPI Interface"
> + tristate "STMicroelectronics STMPE SPI Interface"
> depends on SPI_MASTER
> help
> This is used to enable SPI interface of STMPE
> diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c
> index e1165f63aedae..5faf13fd6cf83 100644
> --- a/drivers/mfd/stmpe.c
> +++ b/drivers/mfd/stmpe.c
> @@ -1482,6 +1482,7 @@ int stmpe_probe(struct stmpe_client_info *ci, enum stmpe_partnum partnum)
>
> return ret;
> }
> +EXPORT_SYMBOL_GPL(stmpe_probe);
>
> void stmpe_remove(struct stmpe *stmpe)
> {
> @@ -1497,6 +1498,7 @@ void stmpe_remove(struct stmpe *stmpe)
>
> mfd_remove_devices(stmpe->dev);
> }
> +EXPORT_SYMBOL_GPL(stmpe_remove);
>
> static int stmpe_suspend(struct device *dev)
> {
> @@ -1520,3 +1522,7 @@ static int stmpe_resume(struct device *dev)
>
> EXPORT_GPL_SIMPLE_DEV_PM_OPS(stmpe_dev_pm_ops,
> stmpe_suspend, stmpe_resume);
> +
> +MODULE_DESCRIPTION("STMPE MFD Core driver");
Drop the MFD part.
> +MODULE_AUTHOR("Rabin Vincent <rabin.vincent@stericsson.com>");
> +MODULE_LICENSE("GPL");
> --
> 2.43.0
>
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2025-07-31 11:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-25 7:11 [PATCH 0/3] stmpe module support Alexander Stein
2025-07-25 7:11 ` [PATCH 1/3] mfd: stmpe-spi: Add missing MODULE_LICENSE Alexander Stein
2025-07-25 7:11 ` [PATCH 2/3] mfd: stmpe-i2c: " Alexander Stein
2025-07-25 7:11 ` [PATCH 3/3] mfd: stmpe: Allow building as module Alexander Stein
2025-07-31 11:09 ` Lee Jones [this message]
2025-07-31 11:09 ` (subset) [PATCH 0/3] stmpe module support Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250731110909.GE1049189@google.com \
--to=lee@kernel.org \
--cc=alexander.stein@ew.tq-group.com \
--cc=alexandre.torgue@foss.st.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®