Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Nikita Shubin <nikita.shubin@maquefel.me>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Lukasz Majewski <lukma@denx.de>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Alexander Sverdlin <alexander.sverdlin@gmail.com>,
	Hartley Sweeten <hsweeten@visionengravers.com>
Subject: Re: [PATCH 06/13] ARM: ep93xx: mark most board files as unused
Date: Mon, 25 Jul 2022 11:08:58 +0300	[thread overview]
Message-ID: <20220725110858.10a2cf99@nshubin-ThinkPad-T14-Gen-1> (raw)
In-Reply-To: <CAK8P3a341iJPzhn=pgN0E9mN+VudLcLkz5fkK9GVdakkeGzgWg@mail.gmail.com>

Hello Arnd!

On Fri, 22 Jul 2022 14:16:20 +0200
Arnd Bergmann <arnd@kernel.org> wrote:

> On Fri, Jul 22, 2022 at 1:04 PM Lukasz Majewski <lukma@denx.de> wrote:
> > > On Fri, Jul 22, 2022 at 10:04 AM Lukasz Majewski <lukma@denx.de>
> > > wrote:  
> > > > > From: Arnd Bergmann <arnd@arndb.de>  
> >
> > Last time it was from 2.6.2X to 4.14 LTS ...  
> 
> Ok.
> 
> > > I think Nikita's DT conversion for ts7250 (see [1]) shouldn't
> > > be too hard to port from 5.11 to 5.20+, as most of the patches
> > > just introduce driver support. The multiplatform conversion in
> > > 5.19 hopefully made things a bit easier but likely also requires
> > > a few extra changes.  
> >
> > I could easily get updated the customer's board to the DT if at
> > least one ep93xx is in tree (as it is based on TS7250).  
> 
> Both the ts7250/bk3 and the edb93xx variants are going to stay
> for the moment, based on the feedback I got from Alexander and
> Nikita, so this part is fine.
> 
> > However, I cannot predict when the new BSP (with new Kernel) will be
> > required ....  
> 
> I see that 4.14-lts will stop getting updates in early 2024, so I
> guess this is the latest point to upgrade in order to still receive
> security fixes (assuming that you actually update the production
> kernel periodically for updated 4.14.y releases).
> 
> This still gives us the choice between two approaches that let us
> retire the ep93xx board files in 2024:
> 
> a) do the DT conversion over the next 18 months (hopefully
>     quicker) and let you update to that when the 4.14 release
>     ends, with the option of further updates later.
> 
> b) do nothing until the LTS release in late 2023 and retire
>    all of ep93xx in early 2024, leaving users with LTS  kernel
>    fixes until at least 2027 (depending on how long this release
>    gets maintained).
> 
> If everyone is fine with the limitations of b), that is obviously
> the easier path, otherwise a) should not be that hard either.

I feel a bit nostalgic about ts7250, as it was my very first "embedded"
Linux board, so i think it needs a proper retirement.

So let me finish the full conversion on the top of 5.20+ and then we can
think if it's suitable for plan "a". It won't take long, as i have a
bootable BSP on branch [2].

> 
>        Arnd


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-07-25  8:10 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 14:17 [PATCH 00/13] ARM: mark most boards as unused Arnd Bergmann
2022-07-21 14:17 ` [PATCH 01/13] ARM: add ATAGS dependencies to non-DT platforms Arnd Bergmann
2022-07-21 14:17 ` [PATCH 02/13] ARM: add CONFIG_UNUSED_BOARD_FILES Arnd Bergmann
2022-07-21 14:17 ` [PATCH 03/13] ARM: pxa: add Kconfig dependencies for ATAGS based boards Arnd Bergmann
2022-07-21 14:28   ` Marc Zyngier
2022-07-21 14:17 ` [PATCH 04/13] ARM: orion: add ATAGS dependencies Arnd Bergmann
2022-07-21 14:17 ` [PATCH 05/13] ARM: davinci: mark all ATAGS board files as unused Arnd Bergmann
2022-07-28 11:54   ` Bartosz Golaszewski
2022-07-21 14:17 ` [PATCH 06/13] ARM: ep93xx: mark most " Arnd Bergmann
2022-07-21 14:30   ` Alexander Sverdlin
2022-07-21 15:51     ` Hartley Sweeten
2022-07-21 16:01       ` Alexander Sverdlin
2022-07-21 16:09         ` Hartley Sweeten
2022-07-21 19:10           ` Arnd Bergmann
2022-07-22  8:04   ` Lukasz Majewski
2022-07-22  9:14     ` Arnd Bergmann
2022-07-22 11:04       ` Lukasz Majewski
2022-07-22 12:16         ` Arnd Bergmann
2022-07-25  8:08           ` Nikita Shubin [this message]
2022-07-25  8:16             ` Arnd Bergmann
2022-07-21 14:17 ` [PATCH 07/13] ARM: mmp: mark all board files for removal Arnd Bergmann
2022-07-21 14:17 ` [PATCH 08/13] ARM: footbridge: mark cats board " Arnd Bergmann
2022-07-21 14:17 ` [PATCH 09/13] ARM: sa1100: mark most boards as unused Arnd Bergmann
2022-07-22 11:29   ` Linus Walleij
2022-07-21 14:17 ` [PATCH 10/13] ARM: omap1: add Kconfig dependencies for unused boards Arnd Bergmann
2022-07-21 15:03   ` Aaro Koskinen
2022-07-21 14:17 ` [PATCH 11/13] ARM: s3c: mark most board files as unused Arnd Bergmann
2022-07-26  9:38   ` Krzysztof Kozlowski
2022-07-21 14:17 ` [PATCH 12/13] ARM: iop32x: mark " Arnd Bergmann
2022-07-21 23:59   ` Dan Williams
2022-07-21 14:17 ` [PATCH 13/13] ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependency Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220725110858.10a2cf99@nshubin-ThinkPad-T14-Gen-1 \
    --to=nikita.shubin@maquefel.me \
    --cc=alexander.sverdlin@gmail.com \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lukma@denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox