From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Thu, 15 Apr 2021 08:06:46 -0700 Subject: [PATCH 01/13] pci: Update the highest subordinate bus number for bridge setup In-Reply-To: References: <161832714362.562320.8024090839631691588.stgit@localhost> <161832721269.562320.7735221436131924903.stgit@localhost> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Apr 14, 2021 at 12:38 PM Simon Glass wrote: > > On Tue, 13 Apr 2021 at 16:21, Masami Hiramatsu > wrote: > > > > Update the highest subordinate bus number after probing the devices > > under the bus for setting up the bridge correctly. > > The commit 42f3663a3f67 ("pci: Update to use new sequence numbers") > > removed this but it is required if a PCIe bridge is under the bus. > > > > Fixes: 42f3663a3f67 ("pci: Update to use new sequence numbers") > > Signed-off-by: Masami Hiramatsu > > --- > > drivers/pci/pci-uclass.c | 3 +++ > > 1 file changed, 3 insertions(+) > > Reviewed-by: Simon Glass > > Can we add a test for this? Simon / Masami, I ran into this regression as well and likely need the same patch. My mailer did not receive the original patch and I can't seem to find it anywhere, can you please resend this? Best regards, Tim