From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Cc: Alison Wang <alison.wang@nxp.com>,
Andre Przywara <andre.przywara@arm.com>,
Ashish Kumar <Ashish.Kumar@nxp.com>,
David Feng <fenghua@phytium.com.cn>,
Enric Balletbo i Serra <eballetbo@gmail.com>,
Eugen Hristev <eugen.hristev@microchip.com>,
Fabio Estevam <festevam@gmail.com>,
Gregory CLEMENT <gregory.clement@bootlin.com>,
Heiko Schocher <hs@denx.de>,
Igor Grinberg <grinberg@compulab.co.il>,
Linus Walleij <linus.walleij@linaro.org>,
Liviu Dudau <liviu.dudau@foss.arm.com>,
Manish Tomar <Manish.Tomar@nxp.com>,
Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>,
Mingkai Hu <mingkai.hu@nxp.com>,
Minkyu Kang <mk7.kang@samsung.com>,
Nikita Kiryanov <nikita@compulab.co.il>,
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>,
Patrice Chotard <patrice.chotard@foss.st.com>,
Patrick Delaunay <patrick.delaunay@foss.st.com>,
Peng Fan <peng.fan@nxp.com>,
Pramod Kumar <pramod.kumar_1@nxp.com>,
Priyanka Jain <priyanka.jain@nxp.com>,
Rajesh Bhagat <rajesh.bhagat@nxp.com>,
Ramon Fried <rfried.dev@gmail.com>,
Simon Glass <sjg@chromium.org>,
Simon Guinot <simon.guinot@sequanux.org>,
Tetsuyuki Kobayashi <koba@kmckk.co.jp>,
Trevor Woerner <twoerner@gmail.com>,
Udit Agarwal <udit.agarwal@nxp.com>,
Uri Mashiach <uri.mashiach@compulab.co.il>,
Wasim Khan <wasim.khan@nxp.com>
Subject: Re: [PATCH 00/21] Finish migration to DM_ETH
Date: Tue, 2 Aug 2022 07:51:18 -0400 [thread overview]
Message-ID: <20220802115118.GD1146598@bill-the-cat> (raw)
In-Reply-To: <20220802113424.2988464-1-trini@konsulko.com>
[-- Attachment #1: Type: text/plain, Size: 1403 bytes --]
On Tue, Aug 02, 2022 at 07:33:26AM -0400, Tom Rini wrote:
> As I've noted before, with v2022.07 being released, we have gone 2 years
> past the DM_ETH migration deadline. What this series does is a few
> things:
> - Remove some boards that either lack DM migration at all, or lack
> OF_CONTROL. DM migration has had an explicit deadline, and OF_CONTROL
> an implict one.
> - Remove some un-migrated ethernet drivers. I had reached out in private
> to some people about this and they had hoped to have done the
> conversion by now. Unfortunately, here we now are.
> - Perform some minor forceful migrations on boards. These boards use
> OF_CONTROL and drivers which use DM_ETH, so I am hopeful that just
> removing or guarding the code here is fine and works.
> - Disable networkgin on some other boards. Unlike boards in the above
> case, it looks like the board code itself needs some updates, as was
> done on the platforms that have already been migrated.
> - Finally, select DM_ETH for all NETDEVICES and update dependencies.
>
> This series depends on
> https://patchwork.ozlabs.org/project/uboot/patch/8ae444f17dc5db69a1da809875a16462049857c7.1652363162.git.christophe.leroy@csgroup.eu/
> being applied and in practical terms depennds on my current outstanding
> Kconfig migrations as well.
Adding back the CC list git send-email dropped...
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2022-08-02 11:51 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-02 11:33 [PATCH 00/21] Finish migration to DM_ETH Tom Rini
2022-08-02 11:33 ` [PATCH 01/21] Convert CONFIG_SYS_FDT_PAD to Kconfig Tom Rini
2022-08-02 12:41 ` Simon Glass
2022-08-13 1:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 02/21] ppc: Remove ids8313 board Tom Rini
2022-08-02 11:45 ` Heiko Schocher
2022-08-13 1:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 03/21] arm: Remove snapper9260 board Tom Rini
2022-08-08 19:26 ` Simon Glass
2022-08-13 1:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 04/21] arm: Remove mx28evk board Tom Rini
2022-08-02 23:08 ` Fabio Estevam
2022-08-02 23:11 ` Fabio Estevam
2022-08-03 1:57 ` Tom Rini
2022-08-02 11:33 ` [PATCH 05/21] arm: Remove edminiv2 board Tom Rini
2022-08-05 16:48 ` Simon Glass
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 06/21] arm: Remove cm_t335 board Tom Rini
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 07/21] arm: Remove armadillo-800eva board Tom Rini
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 08/21] arm: Remove kzm9g board Tom Rini
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 09/21] net: Remove smc91111 ethernet driver Tom Rini
2022-08-06 17:47 ` Ramon Fried
2022-08-13 1:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 10/21] net: lpc32xx_eth.c " Tom Rini
2022-08-06 17:47 ` Ramon Fried
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 11/21] fsl-mc: Update dependencies for DM_ETH Tom Rini
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 12/21] layerscape: Disable CONFIG_FMAN_ENET on some platforms Tom Rini
2022-08-09 14:16 ` [PATCHv2 12a/21] ppc: Remove corenet_ds boards Tom Rini
2022-08-09 14:16 ` [PATCHv2 12b/21] layerscape: Disable CONFIG_FMAN_ENET on *aqds* platforms Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-21 2:43 ` [PATCHv2 12a/21] ppc: Remove corenet_ds boards Tom Rini
2022-08-02 11:33 ` [PATCH 13/21] mpc8548cds: Guard old ethernet code with !DM_ETH Tom Rini
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 14/21] net: ks8851_mll: Remove legacy non-DM_ETH code and callers Tom Rini
2022-08-06 17:47 ` Ramon Fried
2022-08-21 2:42 ` Tom Rini
2022-08-02 11:33 ` [PATCH 15/21] igep00x0: Disable networking Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-09-28 17:53 ` Ladislav Michl
2022-08-02 11:33 ` [PATCH 16/21] am335x_sl50: Disable SPL_NET Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:33 ` [PATCH 17/21] ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH code Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:33 ` [PATCH 18/21] vinco: " Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:33 ` [PATCH 19/21] warp7: " Tom Rini
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:33 ` [PATCH 20/21] smdkc100: " Tom Rini
2022-08-03 14:23 ` Minkyu Kang
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:33 ` [PATCH 21/21] net: Make DM_ETH be selected by NETDEVICE Tom Rini
2022-08-06 17:46 ` Ramon Fried
2022-08-06 18:21 ` Simon Glass
2022-08-06 20:01 ` Tom Rini
2022-08-07 15:47 ` Simon Glass
2022-08-07 16:39 ` Tom Rini
2022-08-07 18:49 ` Simon Glass
2022-08-21 2:43 ` Tom Rini
2022-08-02 11:51 ` Tom Rini [this message]
2022-08-08 19:09 ` [PATCH 00/21] Finish migration to DM_ETH 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=20220802115118.GD1146598@bill-the-cat \
--to=trini@konsulko.com \
--cc=Ashish.Kumar@nxp.com \
--cc=Manish.Tomar@nxp.com \
--cc=alison.wang@nxp.com \
--cc=andre.przywara@arm.com \
--cc=eballetbo@gmail.com \
--cc=eugen.hristev@microchip.com \
--cc=fenghua@phytium.com.cn \
--cc=festevam@gmail.com \
--cc=gregory.clement@bootlin.com \
--cc=grinberg@compulab.co.il \
--cc=hs@denx.de \
--cc=koba@kmckk.co.jp \
--cc=linus.walleij@linaro.org \
--cc=liviu.dudau@foss.arm.com \
--cc=meenakshi.aggarwal@nxp.com \
--cc=mingkai.hu@nxp.com \
--cc=mk7.kang@samsung.com \
--cc=nikita@compulab.co.il \
--cc=nobuhiro.iwamatsu.yj@renesas.com \
--cc=patrice.chotard@foss.st.com \
--cc=patrick.delaunay@foss.st.com \
--cc=peng.fan@nxp.com \
--cc=pramod.kumar_1@nxp.com \
--cc=priyanka.jain@nxp.com \
--cc=rajesh.bhagat@nxp.com \
--cc=rfried.dev@gmail.com \
--cc=simon.guinot@sequanux.org \
--cc=sjg@chromium.org \
--cc=twoerner@gmail.com \
--cc=u-boot@lists.denx.de \
--cc=udit.agarwal@nxp.com \
--cc=uri.mashiach@compulab.co.il \
--cc=wasim.khan@nxp.com \
/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