mbox series

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

Message ID 20191106222420.10216-1-helgaas@kernel.org
Headers show
Series PCI: Clean up PTM message and Kconfig/Makefile nits | expand

Message

Bjorn Helgaas Nov. 6, 2019, 10:24 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

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(-)

Comments

Bjorn Helgaas Nov. 7, 2019, 10:44 p.m. UTC | #1
On Wed, Nov 06, 2019 at 04:24:15PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> 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!