2020-01-15 17:56:30

by Nicholas Johnson

[permalink] [raw]
Subject: [PATCH v2 0/3] PCI: Fix failure to assign BARs with alignment >1M with Thunderbolt

Tiny changes:
- Add Mika Westerberg's Reviewed-by: tags which he gave.
- Change commit description slightly in 2/3.

Nicholas Johnson (3):
PCI: Remove redundant brackets in
pci_bus_distribute_available_resources()
PCI: Change pci_bus_distribute_available_resources() args to struct
resource
PCI: Consider alignment of hot-added bridges when distributing
available resources

drivers/pci/setup-bus.c | 106 +++++++++++++++++++++++-----------------
1 file changed, 61 insertions(+), 45 deletions(-)

--
2.25.0


2020-01-30 20:57:33

by Bjorn Helgaas

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] PCI: Fix failure to assign BARs with alignment >1M with Thunderbolt

On Wed, Jan 15, 2020 at 05:55:17PM +0000, Nicholas Johnson wrote:
> Tiny changes:
> - Add Mika Westerberg's Reviewed-by: tags which he gave.
> - Change commit description slightly in 2/3.
>
> Nicholas Johnson (3):
> PCI: Remove redundant brackets in
> pci_bus_distribute_available_resources()
> PCI: Change pci_bus_distribute_available_resources() args to struct
> resource
> PCI: Consider alignment of hot-added bridges when distributing
> available resources
>
> drivers/pci/setup-bus.c | 106 +++++++++++++++++++++++-----------------
> 1 file changed, 61 insertions(+), 45 deletions(-)

Applied to pci/resource for v5.6, thanks!