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

From: Arnd Bergmann
Date: Thu Apr 07 2022 - 03:31:30 EST


On Thu, Apr 7, 2022 at 9:07 AM Krzysztof Kozlowski
<krzysztof.kozlowski@xxxxxxxxxx> wrote:
>
> On 05/04/2022 11:17, Arnd Bergmann wrote:
> > From: Arnd Bergmann <arnd@xxxxxxxx>
> >
> > I revisited some patches from a few years back, to see what
> > is needed forsome of the remaining platforms to become part of
> > CONFIG_ARCH_MULTIPLATFORM.
> >
> > A few things happened since I last looked at this, which helps to make
> > this easier:
> >
> > - The ixp4xx platform saw a large scale cleanup
> >
> > - The ep93xx platform lost support for MaverickCrunch FPUs and
> > gained support for the common clock subsystem
> >
> > - The OMAP1 platform has a proposed patch for the common
> > clock subsystem.
> >
> > - The generic IRQ entry code is now used everywhere, including
> > on IOP32x.
> >
> > - The s3c24xx platform is scheduled for removal next year
>
> Discussion [1] actually did not end with conclusion, but through all the
> time there were no other votes for the platform to stay.

Ok, thanks for the clarification, I misremembered the outcome
of the discussion. I've updated the reference in the mach/io.h
to no longer refer to that, but I still think it's safe to break
readw/writew on BAST ISA devices.

If we finish the multiplatform conversion for all ARMv5, I care
less about dropping s3c24xx entirely as an intermediate step,
but I definitely still like to see any board files and SoCs dropped
that have no users and are just a maintenance burden.

> I will resend my above [1] patch to mention the coming removal.

Ok, thanks!

Arnd