Re: [PATCH 0/5] PCI: Clean up PTM message and Kconfig/Makefile nits

From: Bjorn Helgaas
Date: Thu Nov 07 2019 - 17:44:31 EST


On Wed, Nov 06, 2019 at 04:24:15PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@xxxxxxxxxx>
>
> The "PTM enabled, 4dns granularity" message has an extra "d" in it; remove
> that.
>
> Remove the PTM and ASPM Kconfig dependencies on PCIEPORTBUS, since they
> don't depend on it.
>
> Fix the Makefile so PTM and ASPM can be built without PCIEPORTBUS.
>
> Bjorn Helgaas (5):
> PCI/PTM: Remove spurious "d" from granularity message
> PCI/PTM: Remove dependency on PCIEPORTBUS
> PCI/ASPM: Remove dependency on PCIEPORTBUS
> PCI: Remove PCIe Kconfig dependencies on PCI
> PCI: Allow building PCIe things without PCIEPORTBUS
>
> drivers/pci/Makefile | 3 ++-
> drivers/pci/pcie/Kconfig | 3 ---
> drivers/pci/pcie/ptm.c | 2 +-
> 3 files changed, 3 insertions(+), 5 deletions(-)

Applied with Andrew's reviewed-by to pci/misc for v5.5. Thanks,
Andrew, for looking these over!