From: Anson Huang <Anson.Huang@nxp.com>
To: linux@armlinux.org.uk, shawnguo@kernel.org,
s.hauer@pengutronix.de, kernel@pengutronix.de,
festevam@gmail.com, catalin.marinas@arm.com, will@kernel.org,
p.zabel@pengutronix.de, arnd@arndb.de, stefan.agner@toradex.com,
oleksandr.suvorov@toradex.com, bjorn.andersson@linaro.org,
leoyang.li@nxp.com, vkoul@kernel.org, geert+renesas@glider.be,
olof@lixom.net, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: Linux-imx@nxp.com
Subject: [PATCH 1/3] reset: imx7: Support module build
Date: Mon, 29 Jun 2020 18:13:41 +0800 [thread overview]
Message-ID: <1593425623-31810-1-git-send-email-Anson.Huang@nxp.com> (raw)
Add module device table, module license to support module build.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
drivers/reset/Kconfig | 4 ++--
drivers/reset/reset-imx7.c | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index d9efbfd..033ab60 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -65,9 +65,9 @@ config RESET_HSDK
This enables the reset controller driver for HSDK board.
config RESET_IMX7
- bool "i.MX7/8 Reset Driver" if COMPILE_TEST
+ tristate "i.MX7/8 Reset Driver"
depends on HAS_IOMEM
- default SOC_IMX7D || (ARM64 && ARCH_MXC)
+ depends on SOC_IMX7D || (ARM64 && ARCH_MXC) || COMPILE_TEST
select MFD_SYSCON
help
This enables the reset controller driver for i.MX7 SoCs.
diff --git a/drivers/reset/reset-imx7.c b/drivers/reset/reset-imx7.c
index d170fe6..4660c93 100644
--- a/drivers/reset/reset-imx7.c
+++ b/drivers/reset/reset-imx7.c
@@ -8,7 +8,7 @@
*/
#include <linux/mfd/syscon.h>
-#include <linux/mod_devicetable.h>
+#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/reset-controller.h>
@@ -386,6 +386,7 @@ static const struct of_device_id imx7_reset_dt_ids[] = {
{ .compatible = "fsl,imx8mp-src", .data = &variant_imx8mp },
{ /* sentinel */ },
};
+MODULE_DEVICE_TABLE(of, imx7_reset_dt_ids);
static struct platform_driver imx7_reset_driver = {
.probe = imx7_reset_probe,
@@ -395,3 +396,4 @@ static struct platform_driver imx7_reset_driver = {
},
};
builtin_platform_driver(imx7_reset_driver);
+MODULE_LICENSE("GPL v2");
--
2.7.4
next reply other threads:[~2020-06-29 18:44 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-29 10:13 Anson Huang [this message]
2020-06-29 10:13 ` [PATCH 2/3] arm64: defconfig: Select CONFIG_RESET_IMX7 by default Anson Huang
2020-06-29 11:29 ` Arnd Bergmann
2020-06-29 11:34 ` Anson Huang
2020-06-29 11:53 ` Arnd Bergmann
2020-06-29 12:09 ` Anson Huang
2020-06-29 12:30 ` Arnd Bergmann
2020-06-29 12:46 ` Anson Huang
2020-06-29 12:55 ` Arnd Bergmann
2020-06-29 10:13 ` [PATCH 3/3] ARM: imx: Select RESET_IMX7 for i.MX7D Anson Huang
2020-06-29 11:31 ` Arnd Bergmann
2020-06-29 11:36 ` Anson Huang
2020-06-29 11:47 ` Arnd Bergmann
2020-06-29 11:54 ` Anson Huang
2020-06-29 12:02 ` Arnd Bergmann
2020-06-29 10:41 ` [PATCH 1/3] reset: imx7: Support module build Arnd Bergmann
2020-06-29 10:45 ` Anson Huang
2020-06-29 11:28 ` Arnd Bergmann
2020-06-29 11:32 ` Anson Huang
2020-06-29 11:41 ` Arnd Bergmann
2020-06-29 11:44 ` Anson Huang
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=1593425623-31810-1-git-send-email-Anson.Huang@nxp.com \
--to=anson.huang@nxp.com \
--cc=Linux-imx@nxp.com \
--cc=arnd@arndb.de \
--cc=bjorn.andersson@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=festevam@gmail.com \
--cc=geert+renesas@glider.be \
--cc=kernel@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=oleksandr.suvorov@toradex.com \
--cc=olof@lixom.net \
--cc=p.zabel@pengutronix.de \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=stefan.agner@toradex.com \
--cc=vkoul@kernel.org \
--cc=will@kernel.org \
/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®