On 12/20/23 04:09, Lau, Wan Yee wrote:
Hi,
can you trim the CC list to relevant people ?
[...]
+++ b/drivers/misc/socfpga_dtreg.c
@@ -0,0 +1,117 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2023 Intel Corporation <www.intel.com> */
+
+#include <asm/io.h>
+#include <common.h>
+#include <dm.h>
+#include <errno.h>
Please move <asm/io.h> above to here
+#include <linux/sizes.h>
A good starting point would be to have socfpga 64bit maintainer , without that ,
these patches are only being archived .
Hi,
Is only one socfpga 64bit maintainer needed or the whole socfpga 64bit
maintainer need to be included for this driver?
U-Boot currently does not have any SoCFPGA 64bit maintainer, that needs
to be fixed .