public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] PCI: Patch series to support Thunderbolt without any BIOS support
@ 2019-05-05 14:40 Nicholas Johnson
  2019-05-07 23:32 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Nicholas Johnson @ 2019-05-05 14:40 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org
  Cc: linux-pci@vger.kernel.org, bhelgaas@google.com,
	mika.westerberg@linux.intel.com, corbet@lwn.net, Nicholas Johnson

Since PATCH v4:

I have added some of the evidence and bug reports into the applicable
patches.

Users of pci=hpmemsize should not notice any changes in functionality
with this patch series when upgrading the kernel. I realised I could
make the variable to achieve this reside in pci_setup, rather than
globally.

Please let me know if anything else needs changing.

Nicholas Johnson (5):
  PCI: Consider alignment of hot-added bridges when distributing
    resources
  PCI: Modify extend_bridge_window() to set resource size directly
  PCI: Fix bug resulting in double hpmemsize being assigned to MMIO
    window
  PCI: Add pci=hpmemprefsize parameter to set MMIO_PREF size
    independently
  PCI: Cleanup block comments in setup-bus.c to match kernel style

 .../admin-guide/kernel-parameters.txt         |   7 +-
 drivers/pci/pci.c                             |  18 +-
 drivers/pci/setup-bus.c                       | 568 +++++++++---------
 include/linux/pci.h                           |   3 +-
 4 files changed, 317 insertions(+), 279 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-07 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-05 14:40 [PATCH v5 0/5] PCI: Patch series to support Thunderbolt without any BIOS support Nicholas Johnson
2019-05-07 23:32 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox