Re: [PATCH 00/12] ARM: ARMv5 multiplatform conversions

From: Arnd Bergmann
Date: Fri Apr 08 2022 - 11:13:17 EST


On Thu, Apr 7, 2022 at 10:42 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> On Tue, Apr 5, 2022 at 11:18 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>
> These two:
>
> > Arnd Bergmann (12):
> > ARM: rework endianess selection
> > ARM: ixp4xx: enable multiplatform support
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Tested-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> I booted on the Gateway GW-2348 which has some ethernet,
> PCI and compact flash, LED and a button, so I could test a
> whole lot of stuff.

Perfect, thanks!

> However when switching over to multiplatform I needed to severely
> overhaul the ixp4xx_defconfig for it to bring the same drivers in as
> before, I will send my patch for that which I think need to go in in
> tandem with this rework for a smooth transition.

Ah right, I was planning to go through the patches again to make
sure I get them all. I did the change for some platforms but at least
missed this one. I folded in this change and will make sure I do the
same for the others as well:

--- a/arch/arm/configs/ixp4xx_defconfig
+++ b/arch/arm/configs/ixp4xx_defconfig
@@ -6,6 +6,7 @@ CONFIG_EXPERT=y
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
# CONFIG_BLK_DEV_BSG is not set
+# CONFIG_ARCH_MULTI_V7 is not set
CONFIG_ARCH_IXP4XX=y
CONFIG_MACH_NSLU2=y
CONFIG_MACH_AVILA=y