public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: "Tony (bodhi)" <mibodhi@gmail.com>
Cc: u-boot@lists.denx.de, Gerald Kerma <dreagle@doukki.net>,
	Luka Perkov <luka.perkov@sartura.hr>
Subject: Re: [PATCH 11/18] arm: Remove nsa310s board
Date: Mon, 24 May 2021 08:33:50 -0400	[thread overview]
Message-ID: <20210524123350.GT17669@bill-the-cat> (raw)
In-Reply-To: <CAJaLiFzeXZ2AF04AY1gtEOpJjiyGT7yu6UyzjTdY=xXABuAw8g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

On Sun, May 23, 2021 at 11:54:55PM -0700, Tony (bodhi) wrote:

> Hi Tom,
> 
> I'm still actively supporting this board, and will do the rebase and DM
> conversion.
> 
> I'm not sure about the process from here. Will I need to submit the patches
> like for a new board again?

Hi,

So the deadline for DM_USB conversion was v2019.07, and after the
v2021.07 release is when I plan to merge the series to remove the boards
that still haven't been converted.  Based on how the series for DM_MMC
conversion removals went (v2019.04 deadline, and removed around
v2021.07-rc2), you have 2 months or so left to convert the boards to DM
and DM_USB.  The deadline for DM_ETH is v2020.07, which means that
removal would end up after v2022.07, but if it can be converted now,
doing it now would be best.

So long as you get the patches done in time, they can be on top of
what's in tree as I won't be deleting things yet, but time is running
out.  Thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2021-05-24 12:34 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 12:46 [PATCH 00/18] Migrate to DM_USB and OF_CONTROL support Tom Rini
2021-05-22 12:47 ` [PATCH 01/18] snapper9260/snapper9g20: Disable USB Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-22 12:47 ` [PATCH 02/18] openrd: Perform base CONFIG_DM enablement Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-22 12:47 ` [PATCH 03/18] pogo_e02: " Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-22 12:47 ` [PATCH 04/18] iconnect: " Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-22 12:47 ` [PATCH 05/18] ib62x0: " Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-22 12:47 ` [PATCH 06/18] dockstar: " Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL Tom Rini
2021-05-25 14:10   ` Eric Nelson
2021-05-25 15:47     ` Tom Rini
2021-05-25 16:19       ` Eric Nelson
2021-05-25 16:45         ` Tom Rini
2021-05-25 16:51           ` Eric Nelson
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 08/18] arm: Remove at91rm9200ek boards Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 09/18] arm: Remove edb9315a board Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 10/18] arm: Remove gplugd board Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 11/18] arm: Remove nsa310s board Tom Rini
2021-05-24  6:54   ` Tony (bodhi)
2021-05-24 12:33     ` Tom Rini [this message]
2021-07-08  2:54   ` Tom Rini
2021-07-08  2:55     ` Tom Rini
2021-07-08  3:17       ` Tony Dinh
2021-05-22 12:47 ` [PATCH 12/18] arm: Remove spear300 boards Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 13/18] arm: Remove spear310 boards Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 14/18] arm: Remove spear320 boards Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 15/18] arm: Remove spear600 boards and the rest of SPEAr support Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 16/18] sniper: Add build guards around MUSB support code Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 17/18] usb: Add correct depends for CMD_USB_MASS_STORAGE Tom Rini
2021-07-08  2:54   ` Tom Rini
2021-05-22 12:47 ` [PATCH 18/18] usb: Require migration to DM_USB and OF_CONTROL for non-SPL cases Tom Rini

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=20210524123350.GT17669@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=dreagle@doukki.net \
    --cc=luka.perkov@sartura.hr \
    --cc=mibodhi@gmail.com \
    --cc=u-boot@lists.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