[PATCH 5/5] mailbox: imx: update author and Copyright

Peng Fan (OSS) peng.fan at oss.nxp.com
Mon Feb 7 01:58:32 PST 2022


From: Peng Fan <peng.fan at nxp.com>

Add NXP Copyright
Add myself as author

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 drivers/mailbox/imx-mailbox.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mailbox/imx-mailbox.c b/drivers/mailbox/imx-mailbox.c
index da1c6ca8bee2..094dc84291fc 100644
--- a/drivers/mailbox/imx-mailbox.c
+++ b/drivers/mailbox/imx-mailbox.c
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2018 Pengutronix, Oleksij Rempel <o.rempel at pengutronix.de>
+ * Copyright 2022 NXP, Peng Fan <peng.fan at nxp.com>
  */
 
 #include <linux/clk.h>
@@ -1030,5 +1031,6 @@ static struct platform_driver imx_mu_driver = {
 module_platform_driver(imx_mu_driver);
 
 MODULE_AUTHOR("Oleksij Rempel <o.rempel at pengutronix.de>");
+MODULE_AUTHOR("Peng Fan <peng.fan at nxp.com>");
 MODULE_DESCRIPTION("Message Unit driver for i.MX");
 MODULE_LICENSE("GPL v2");
-- 
2.25.1




More information about the linux-arm-kernel mailing list