Re: [RFC PATCH v1 00/13] PCI/AER: Squash into one file

From: Bjorn Helgaas
Date: Mon Jun 11 2018 - 09:26:59 EST


On Fri, Jun 08, 2018 at 03:04:45PM -0500, Bjorn Helgaas wrote:
> The AER code is scattered across several files and buried a little too deep
> in the hierarchy, which makes it a bit of a hassle to browse. Consolidate
> it all in a single file (plus the optional aer_inject module) and move it
> up one level to drivers/pci/pcie/aer.c.
>
> This is all pure code moves; no functional changes intended.
>
> ---
>
> Bjorn Helgaas (13):
> PCI/AER: Remove forward declarations
> PCI/AER: Reorder code to group probe/remove stuff together
> PCI/AER: Squash aerdrv_core.c into aerdrv.c
> PCI/AER: Squash aerdrv_errprint.c into aerdrv.c
> PCI/AER: Squash aerdrv_acpi.c into aerdrv.c
> PCI/AER: Squash ecrc.c into aerdrv.c
> PCI/AER: Remove duplicate pcie_port_bus_type declaration
> PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h
> PCI/AER: Move aer_irq() declaration to portdrv.h
> PCI/AER: Move private AER things to aerdrv.c
> PCI/AER: Squash Kconfig.debug into Kconfig
> PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/
> PCI/AER: Use "PCI Express" consistently in Kconfig text

Applied to pci/aer-squash with Keith's reviewed-by for v4.18.