From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>,
Oleksandr G Zhadan <oleks@arcturusnetworks.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
Albert Aribaud <albert.u.boot@aribaud.net>,
Andy Fleming <afleming@gmail.com>,
Joe Hershberger <joe.hershberger@ni.com>,
Marek Vasut <marex@denx.de>, Mario Six <mario.six@gdsys.cc>,
Oleksandr Zhadan and Michael Durrant
<arcsupport@arcturusnetworks.com>,
Pavel Herrmann <morpheus.ibis@gmail.com>,
Priyanka Jain <priyanka.jain@nxp.com>,
Rob Herring <rob.herring@calxeda.com>, Stefan Roese <sr@denx.de>,
Stefano Babic <sbabic@denx.de>, Wolfgang Denk <wd@denx.de>
Subject: Re: [PATCH v2 00/32] pci: Drop all pre-driver model code
Date: Sat, 7 Aug 2021 10:32:28 -0400 [thread overview]
Message-ID: <20210807143228.GE858@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ1gThDOQXRfsfC0U+ceEQ_BxutYKrqoWXR+oS6sy9W_qw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2566 bytes --]
On Sat, Aug 07, 2021 at 08:14:31AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Sun, 1 Aug 2021 at 18:54, Simon Glass <sjg@chromium.org> wrote:
> >
> > The hard work to actually enable DM_PCI everywhere was done recently. This
> > series attempts to drop most of the code that it no-longer needed now that
> > PCI has been converted to driver model.
> >
> > It also drops the UCP1020 board since it has various unique build issues.
> > It doesn't even support driver model so it seems reasonable to just remove
> > it.
> >
> > The DM_PCI option disappears and only PCI is left.
> >
> > We can drop about 50 ad-hoc CONFIGs also, but this series doesn't do that
> > since it is probably best done when the CONFIGs are resynced. It does
> > include a CONFIG resync patch which can be dropped if that is done
> > separately.
> >
> > Changes in v2:
> > - Update to mention DM_PCI instead
> > - Fix tag to 'mips' from 'ppc'
> >
> > Simon Glass (32):
> > pci: Drop old code from pci command
> > ppc: Remove UCP1020 board
> > pci: Drop old code from header file
> > pci: Remove guard around compatibility functions
> > pci: Drop DM_PCI check from fdtdec
> > pci: Drop DM_PCI check from pci_common
> > ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORID
> > pci: powerpc: Drop old code
> > pci: freescale: Drop old code
> > pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()
> > ppc: Drop DM_PCI from config files
> > pci: acpi: Drop DM_PCI check from ahci
> > pci: usb: Drop DM_PCI from ohci
> > ppc: malta: Drop use of DM_PCI
> > ppc: socrates: Drop use of DM_PCI
> > pci: gt64120: Drop use of DM_PCI
> > pci: msc01: Drop use of DM_PCI
> > pci: imx: Drop use of DM_PCI
> > pci: scsi: pci: Drop DM_PCI check from scsi
> > pci: Drop DM_PCI check from bios_emul
> > net: Drop DM_PCI check from designware driver
> > pci: imx: Drop DM_PCI check from cpu driver
> > pci: arm: mvebu: Drop DM_PCI check from
> > pci: sata_sil: Drop DM_PCI checks
> > distro_bootcmd: Drop DM_PCI check
> > pci: Drop pci_init_board()
> > pci: ppc: Drop ftpci100 driver
> > ppc: Drop idt8t49n222a_serdes_clk driver
> > ppc: Drop t4qds and b4860qds references
> > pci: Drop PCI_INDIRECT_BRIDGE
> > pci: Drop DM_PCI
> > pci: Drop migration method
> >
>
> Thanks for fixing up and applying most of this.
>
> Shall I rebase and send the remaining patches as a new series?
No need. I'll pick up the rest of the series when I get the UCP1020
update patch as well.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2021-08-07 14:32 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 0:54 [PATCH v2 00/32] pci: Drop all pre-driver model code Simon Glass
2021-08-02 0:54 ` [PATCH v2 01/32] pci: Drop old code from pci command Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 02/32] ppc: Remove UCP1020 board Simon Glass
2021-08-02 3:00 ` Tom Rini
2021-09-13 18:46 ` Arcturus Support
2021-09-14 1:02 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 03/32] pci: Drop old code from header file Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 04/32] pci: Remove guard around compatibility functions Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 05/32] pci: Drop DM_PCI check from fdtdec Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 06/32] pci: Drop DM_PCI check from pci_common Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 07/32] ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORID Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 08/32] pci: powerpc: Drop old code Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 09/32] pci: freescale: " Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 10/32] pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci() Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 11/32] ppc: Drop DM_PCI from config files Simon Glass
2021-08-06 21:20 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 12/32] pci: acpi: Drop DM_PCI check from ahci Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 13/32] pci: usb: Drop DM_PCI from ohci Simon Glass
2021-08-05 23:44 ` Tom Rini
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 14/32] ppc: malta: Drop use of DM_PCI Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 15/32] ppc: socrates: " Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 16/32] pci: gt64120: " Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 17/32] pci: msc01: " Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 18/32] pci: imx: " Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 19/32] pci: scsi: pci: Drop DM_PCI check from scsi Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 20/32] pci: Drop DM_PCI check from bios_emul Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 21/32] net: Drop DM_PCI check from designware driver Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 22/32] pci: imx: Drop DM_PCI check from cpu driver Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 23/32] pci: arm: mvebu: Drop DM_PCI check from Simon Glass
2021-08-06 12:46 ` Tom Rini
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 24/32] pci: sata_sil: Drop DM_PCI checks Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 25/32] distro_bootcmd: Drop DM_PCI check Simon Glass
2021-08-06 12:46 ` Tom Rini
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 26/32] pci: Drop pci_init_board() Simon Glass
2021-08-06 21:21 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 27/32] pci: ppc: Drop ftpci100 driver Simon Glass
2021-08-06 21:22 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 28/32] ppc: Drop idt8t49n222a_serdes_clk driver Simon Glass
2021-08-06 21:22 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 29/32] ppc: Drop t4qds and b4860qds references Simon Glass
2021-08-06 21:22 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 30/32] pci: Drop PCI_INDIRECT_BRIDGE Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 31/32] pci: Drop DM_PCI Simon Glass
2021-09-14 1:03 ` Tom Rini
2021-08-02 0:54 ` [PATCH v2 32/32] pci: Drop migration method Simon Glass
2021-08-06 21:22 ` Tom Rini
2021-08-07 14:14 ` [PATCH v2 00/32] pci: Drop all pre-driver model code Simon Glass
2021-08-07 14:32 ` Tom Rini [this message]
2021-08-07 14:39 ` Simon Glass
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=20210807143228.GE858@bill-the-cat \
--to=trini@konsulko.com \
--cc=afleming@gmail.com \
--cc=albert.u.boot@aribaud.net \
--cc=arcsupport@arcturusnetworks.com \
--cc=joe.hershberger@ni.com \
--cc=marex@denx.de \
--cc=mario.six@gdsys.cc \
--cc=morpheus.ibis@gmail.com \
--cc=oleks@arcturusnetworks.com \
--cc=priyanka.jain@nxp.com \
--cc=rob.herring@calxeda.com \
--cc=sbabic@denx.de \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=u-boot@lists.denx.de \
--cc=wd@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