public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Priyanka Jain <priyanka.jain@nxp.com>
Cc: "Camelia Alexandra Groza (OSS)" <camelia.groza@oss.nxp.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: Re: [PATCH 25/27] ppc: Remove T4160RDB board
Date: Tue, 8 Jun 2021 08:06:32 -0400	[thread overview]
Message-ID: <20210608120632.GR9516@bill-the-cat> (raw)
In-Reply-To: <AM6PR04MB5144877CE1FA6AFC82CF2152E6379@AM6PR04MB5144.eurprd04.prod.outlook.com>

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

On Tue, Jun 08, 2021 at 07:36:31AM +0000, Priyanka Jain wrote:
> 
> 
> >-----Original Message-----
> >From: Tom Rini <trini@konsulko.com>
> >Sent: Friday, May 21, 2021 11:09 PM
> >To: Camelia Alexandra Groza (OSS) <camelia.groza@oss.nxp.com>
> >Cc: u-boot@lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>
> >Subject: Re: [PATCH 25/27] ppc: Remove T4160RDB board
> >
> >On Fri, May 21, 2021 at 04:10:12PM +0000, Camelia Alexandra Groza (OSS) wrote:
> >> > -----Original Message-----
> >> > From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Tom Rini
> >> > Sent: Saturday, May 15, 2021 4:35
> >> > To: u-boot@lists.denx.de
> >> > Subject: [PATCH 25/27] ppc: Remove T4160RDB board
> >> >
> >> > This board has not been converted to CONFIG_DM_PCI by the deadline
> >> > and is also missing conversion to CONFIG_DM.  Remove it.  As this is
> >> > the last
> >> > ARCH_T4160 platform, remove that support as well.
> >> >
> >> > Signed-off-by: Tom Rini <trini@konsulko.com>
> >> > ---
> >> >  arch/powerpc/cpu/mpc85xx/Kconfig          |  37 +-
> >> >  arch/powerpc/cpu/mpc85xx/Makefile         |   2 -
> >> >  arch/powerpc/cpu/mpc85xx/fdt.c            |   5 +-
> >> >  arch/powerpc/cpu/mpc85xx/speed.c          |   3 +-
> >> >  arch/powerpc/cpu/mpc85xx/t4240_serdes.c   | 202 -------
> >> >  arch/powerpc/include/asm/config_mpc85xx.h |   5 +-
> >> >  arch/powerpc/include/asm/immap_85xx.h     |   4 +-
> >> >  board/freescale/t4rdb/Kconfig             |  14 -
> >> >  board/freescale/t4rdb/MAINTAINERS         |   8 -
> >> >  board/freescale/t4rdb/Makefile            |  19 -
> >> >  board/freescale/t4rdb/cpld.c              | 129 -----
> >> >  board/freescale/t4rdb/cpld.h              |  48 --
> >> >  board/freescale/t4rdb/ddr.c               | 128 -----
> >> >  board/freescale/t4rdb/ddr.h               |  77 ---
> >> >  board/freescale/t4rdb/eth.c               | 152 -----
> >> >  board/freescale/t4rdb/law.c               |  30 -
> >> >  board/freescale/t4rdb/pci.c               |  25 -
> >> >  board/freescale/t4rdb/spl.c               |  98 ----
> >> >  board/freescale/t4rdb/t4240rdb.c          | 153 -----
> >> >  board/freescale/t4rdb/t4_pbi.cfg          |  27 -
> >> >  board/freescale/t4rdb/t4_sd_rcw.cfg       |   7 -
> >> >  board/freescale/t4rdb/t4rdb.h             |  17 -
> >> >  board/freescale/t4rdb/tlb.c               | 123 ----
> >> >  configs/T4160RDB_defconfig                |  57 --
> >> >  configs/T4240RDB_SDCARD_defconfig         |  80 ---
> >> >  configs/T4240RDB_defconfig                |  68 ---
> >> >  drivers/ddr/fsl/Kconfig                   |   3 +-
> >> >  drivers/net/Kconfig                       |   1 -
> >> >  drivers/net/fm/Makefile                   |   1 -
> >> >  include/configs/T4240RDB.h                | 667 ----------------------
> >> >  30 files changed, 8 insertions(+), 2182 deletions(-)  delete mode
> >> > 100644 board/freescale/t4rdb/Kconfig  delete mode 100644
> >> > board/freescale/t4rdb/MAINTAINERS  delete mode 100644
> >> > board/freescale/t4rdb/Makefile  delete mode 100644
> >> > board/freescale/t4rdb/cpld.c  delete mode 100644
> >> > board/freescale/t4rdb/cpld.h  delete mode 100644
> >> > board/freescale/t4rdb/ddr.c  delete mode 100644
> >> > board/freescale/t4rdb/ddr.h  delete mode 100644
> >> > board/freescale/t4rdb/eth.c  delete mode 100644
> >> > board/freescale/t4rdb/law.c  delete mode 100644
> >> > board/freescale/t4rdb/pci.c  delete mode 100644
> >> > board/freescale/t4rdb/spl.c  delete mode 100644
> >> > board/freescale/t4rdb/t4240rdb.c  delete mode 100644
> >> > board/freescale/t4rdb/t4_pbi.cfg  delete mode 100644
> >> > board/freescale/t4rdb/t4_sd_rcw.cfg
> >> >  delete mode 100644 board/freescale/t4rdb/t4rdb.h  delete mode
> >> > 100644 board/freescale/t4rdb/tlb.c  delete mode 100644
> >> > configs/T4160RDB_defconfig  delete mode 100644
> >> > configs/T4240RDB_SDCARD_defconfig  delete mode 100644
> >> > configs/T4240RDB_defconfig  delete mode 100644
> >> > include/configs/T4240RDB.h
> >>
> >> Hi Tom
> >>
> >> The T4240RDB has DM_PCI enabled. Why is it also getting removed?
> >> Am I missing something?
> >
> >Please note that board/freescale/t4rdb/MAINTAINERS needs to be updated with
> >a responsible maintainer, thanks.
> 
> Hello Tom,
> 
> I will submit patch to add myself as MAINTAINER in board/freescale/t4rdb/MAINTAINERS.
> Kindly don't remove the board support.

OK, but note that there's two things going on here.  There's (1) the
boards with an orphaned maintainer setting and (2) boards without DM_PCI
migration.  I'm not (intentionally) removing boards that hit problem #1
but I am removing boards that hit problem #2.  Since you posted a series
to update MAINTAINERS only, I assume that nothing in that second
category is something you want to keep.

-- 
Tom

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

  reply	other threads:[~2021-06-08 12:06 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-15  1:34 [PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration Tom Rini
2021-05-15  1:34 ` [PATCH 02/27] ppc: Drop MPC837XERDB_SLAVE for now Tom Rini
2021-05-15  2:22   ` Sinan Akman
2021-07-08  2:51   ` Tom Rini
2021-05-15  1:34 ` [PATCH 03/27] arm: Remove integratorap* boards Tom Rini
2021-05-15 12:27   ` Linus Walleij
2021-05-15  1:34 ` [PATCH 04/27] m68k: Remove M5485 boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 05/27] m68k: Remove M5475x boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 06/27] mips: Remove malta boards Tom Rini
2021-05-17 23:32   ` Daniel Schwierzeck
2021-05-18  1:36     ` Tom Rini
2021-05-15  1:34 ` [PATCH 07/27] ppc: Remove sbc8349 board Tom Rini
2021-05-15 19:16   ` Paul Gortmaker
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 08/27] ppc: Remove many T104x boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 09/27] ppc: Remove mpc8308_p1m board Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 10/27] ppc: Remove ve8313 board Tom Rini
2021-05-15  4:34   ` Heiko Schocher
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 11/27] ppc: Remove MPC8313ERDB boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 12/27] ppc: Remove caddy2 / vme8349 boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 13/27] ppc: Remove sbc8548 boards Tom Rini
2021-05-15 19:18   ` Paul Gortmaker
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 14/27] ppc: Remove TQM834x board Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 15/27] ppc: Remove MPC8541CDS board Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 16/27] ppc: Remove MPC8555CDS boards Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 17/27] ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOT Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-07-15  8:24     ` gianluca
2021-07-15 21:06       ` Tom Rini
2021-07-19  6:19         ` gianluca
2021-05-15  1:34 ` [PATCH 18/27] ppc: Remove MPC8568MDS board Tom Rini
2021-07-08  2:52   ` Tom Rini
2021-05-15  1:34 ` [PATCH 19/27] ppc: Remove kmcoge4 board Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 20/27] ppc: Remove xpedite boards Tom Rini
2021-05-17 16:49   ` Peter Tyser
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 21/27] ppc: Remove sbc8641d board Tom Rini
2021-05-15 15:20   ` Simon Glass
2021-05-15 19:15   ` Paul Gortmaker
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 22/27] ppc: Remove MPC8315ERDB board Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 23/27] ppc: Remove MPC8323ERDB board Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 24/27] ppc: Remove MPC832XEMDS boards Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 25/27] ppc: Remove T4160RDB board Tom Rini
2021-05-21 16:10   ` Camelia Alexandra Groza (OSS)
2021-05-21 16:18     ` Tom Rini
2021-05-21 17:39     ` Tom Rini
2021-06-08  7:36       ` Priyanka Jain
2021-06-08 12:06         ` Tom Rini [this message]
2021-05-23 14:58   ` [PATCHv2 " Tom Rini
2021-07-08  2:53     ` Tom Rini
2021-05-15  1:34 ` [PATCH 26/27] configs: Remove unnecessary CONFIG_DM_PCI_COMPAT=y Tom Rini
2021-07-08  2:53   ` Tom Rini
2021-05-15  1:34 ` [PATCH 27/27] pci: Require DM_PCI Tom Rini
2021-07-19 12:25   ` Tom Rini
2021-07-08  2:51 ` [PATCH 01/27] pci: Remove non-DM board_pci_fixup_dev() declaration 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=20210608120632.GR9516@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=camelia.groza@oss.nxp.com \
    --cc=priyanka.jain@nxp.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