|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] Revert "MAINTAINERS: add myself as reviewer of i.MX8M related patches"
commit 9c5c40fd5406f36b4d98ed351fb005de26bd125b
Author: Michal Orzel <michal.orzel@xxxxxxx>
AuthorDate: Wed Aug 26 08:19:18 2026 +0200
Commit: Michal Orzel <michal.orzel@xxxxxxx>
CommitDate: Wed Aug 26 08:19:18 2026 +0200
Revert "MAINTAINERS: add myself as reviewer of i.MX8M related patches"
This reverts commit 420193f87cc70751aec0712cded82b44c66328d1 as it
contains part of the changes (imx8m.c) that should belong to a different
patch.
---
MAINTAINERS | 7 -------
xen/arch/arm/platforms/imx8m.c | 8 +++++++-
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c60afc93a5..4dd97ffcad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -365,13 +365,6 @@ F: tools/misc/xenhypfs.c
F: xen/common/hypfs.c
F: xen/include/xen/hypfs.h
-IMX8M SUPPORT
-R: Wig Cheng <onlywig@xxxxxxxxx>
-F: xen/arch/arm/arm64/debug-imx-uart.inc
-F: xen/arch/arm/include/asm/imx-uart.h
-F: xen/arch/arm/platforms/imx8m.c
-F: xen/drivers/char/imx-uart.c
-
IMX8QM/QXP SUPPORT
R: John Ernberg <john.ernberg@xxxxxxxx>
F: xen/arch/arm/platforms/imx8qm.c
diff --git a/xen/arch/arm/platforms/imx8m.c b/xen/arch/arm/platforms/imx8m.c
index 669dd517e0..ad76935f5d 100644
--- a/xen/arch/arm/platforms/imx8m.c
+++ b/xen/arch/arm/platforms/imx8m.c
@@ -111,8 +111,14 @@ static bool imx8m_smc(struct cpu_user_regs *regs)
* NoC QoS priority setup. Only i.MX8MQ issues this at boot;
* i.MX8MP issues no NoC call, but the platform covers both.
*/
- if ( subfunction_id != IMX_SIP_NOC_SF_PRIORITY )
+ switch ( subfunction_id )
+ {
+ case IMX_SIP_NOC_SF_PRIORITY:
+ break;
+
+ default:
return false;
+ }
break;
default:
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |