On Fri, Jun 26, 2020 at 7:59 AM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > On Thu, Jun 25, 2020 at 10:02:52PM +0200, Linus Walleij wrote: > > arch/arm/mach-imx/devices-imx27.h | 10 +-- > > arch/arm/mach-imx/devices-imx31.h | 10 +-- > > arch/arm/mach-imx/devices/devices-common.h | 5 +- > > arch/arm/mach-imx/devices/platform-spi_imx.c | 9 +- > > arch/arm/mach-imx/mach-mx27_3ds.c | 40 ++++++--- > > arch/arm/mach-imx/mach-mx31_3ds.c | 13 +-- > > arch/arm/mach-imx/mach-mx31lilly.c | 14 +-- > > arch/arm/mach-imx/mach-mx31lite.c | 19 +--- > > arch/arm/mach-imx/mach-mx31moboard.c | 12 +-- > > arch/arm/mach-imx/mach-pca100.c | 21 +++-- > > arch/arm/mach-imx/mach-pcm037_eet.c | 7 +- > > I'm not sure I'd bother with these. I didn't see board files in use any > more since quite some time. I suggest to delete them instead. (Or break > them by doing the spi driver conversion without adapting them?) I usually try to do a best effort to keep these systems running. The *_3ds.c board files are reference designs which are usually important to keep around so I would prefer if the maintainers delete them in that case. Yours, Linus Walleij