On Thu, Mar 12, 2026 at 07:38:01PM -0700, Jakub Kicinski wrote:
Some nit picks only to be addressed in case the AI complaint on patch 1
is legit..
On Thu, 12 Mar 2026 09:22:25 +0800 Inochi Amaoto wrote:
quoted
+config DWMAC_SPACEMIT
+ tristate "Spacemit dwmac support"
+ depends on OF && (ARCH_SPACEMIT || COMPILE_TEST)
+ select MFD_SYSCON
+ default m if ARCH_SPACEMIT
I know other STMMAC sub-drivers do it but isn't the defconfig for
the platform the right place to add this sort of default?
quoted
+ apmu = syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node,
+ "spacemit,apmu", 2,
+ offset);
+ if (IS_ERR(apmu))
+ return dev_err_probe(dev, PTR_ERR(apmu),
+ "Failed to get apmu regmap\n");
looks mis-aligned
Yes, that's true. I will fix this.
Regards,
Inochi