stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable v4.17] PCI: aardvark: Size bridges before resources allocation
@ 2018-09-24 15:14 Thomas Petazzoni
  2018-09-26 13:16 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-09-24 15:14 UTC (permalink / raw)
  To: stable; +Cc: Zachary Zhang, Thomas Petazzoni, Lorenzo Pieralisi

From: Zachary Zhang <zhangzg@marvell.com>

commit 91a2968e245d6ba616db37001fa1a043078b1a65 usptream.

The PCIE I/O and MEM resource allocation mechanism is that root bus
goes through the following steps:

1. Check PCI bridges' range and computes I/O and Mem base/limits.

2. Sort all subordinate devices I/O and MEM resource requirements and
   allocate the resources and writes/updates subordinate devices'
   requirements to PCI bridges I/O and Mem MEM/limits registers.

Currently, PCI Aardvark driver only handles the second step and lacks
the first step, so there is an I/O and MEM resource allocation failure
when using a PCI switch. This commit fixes that by sizing bridges
before doing the resource allocation.

Fixes: 8c39d710363c1 ("PCI: aardvark: Add Aardvark PCI host controller
driver")
Signed-off-by: Zachary Zhang <zhangzg@marvell.com>
[Thomas: edit commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: <stable@vger.kernel.org>
---
 drivers/pci/host/pci-aardvark.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/host/pci-aardvark.c b/drivers/pci/host/pci-aardvark.c
index d0867a311f42..806fa836b2d6 100644
--- a/drivers/pci/host/pci-aardvark.c
+++ b/drivers/pci/host/pci-aardvark.c
@@ -951,6 +951,7 @@ static int advk_pcie_probe(struct platform_device *pdev)
 
 	bus = bridge->bus;
 
+	pci_bus_size_bridges(bus);
 	pci_bus_assign_resources(bus);
 
 	list_for_each_entry(child, &bus->children, node)
-- 
2.14.4

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

* Re: [PATCH stable v4.17] PCI: aardvark: Size bridges before resources allocation
  2018-09-24 15:14 [PATCH stable v4.17] PCI: aardvark: Size bridges before resources allocation Thomas Petazzoni
@ 2018-09-26 13:16 ` Greg KH
  2018-10-01  6:55   ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2018-09-26 13:16 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: stable, Zachary Zhang, Lorenzo Pieralisi

On Mon, Sep 24, 2018 at 05:14:50PM +0200, Thomas Petazzoni wrote:
> From: Zachary Zhang <zhangzg@marvell.com>
> 
> commit 91a2968e245d6ba616db37001fa1a043078b1a65 usptream.

4.17.y is long end-of-life, nothing I can do there :(

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

* Re: [PATCH stable v4.17] PCI: aardvark: Size bridges before resources allocation
  2018-09-26 13:16 ` Greg KH
@ 2018-10-01  6:55   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-10-01  6:55 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Zachary Zhang, Lorenzo Pieralisi

Hello,

On Wed, 26 Sep 2018 15:16:36 +0200, Greg KH wrote:
> On Mon, Sep 24, 2018 at 05:14:50PM +0200, Thomas Petazzoni wrote:
> > From: Zachary Zhang <zhangzg@marvell.com>
> > 
> > commit 91a2968e245d6ba616db37001fa1a043078b1a65 usptream.  
> 
> 4.17.y is long end-of-life, nothing I can do there :(

No problem, I was just handling some older e-mail notifications from
you about patches not applying to stable, and one of those
notifications was about trying to apply this patch to 4.17, which back
then was maintained. So I did that together with the 4.9 and 4.14
backports, without realizing that 4.17 had become EOL in the mean time.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-10-01 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 15:14 [PATCH stable v4.17] PCI: aardvark: Size bridges before resources allocation Thomas Petazzoni
2018-09-26 13:16 ` Greg KH
2018-10-01  6:55   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).