From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 28 Jul 2020 13:01:34 -0600 Subject: [PATCH v1 07/24] pci: pci-uclass: Add support for Enhanced Allocation in Bridges In-Reply-To: <20200724100856.1482324-8-sr@denx.de> References: <20200724100856.1482324-1-sr@denx.de> <20200724100856.1482324-8-sr@denx.de> 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 Fri, 24 Jul 2020 at 04:09, Stefan Roese wrote: > > From: Suneel Garapati > > If Enhanced Allocation capability is present in bridges, use it > to read the fixed sub-ordinate bus number. > > Signed-off-by: Suneel Garapati > Reviewed-by: Simon Glass > Cc: Bin Meng > > Signed-off-by: Stefan Roese > --- > > Changes in v1: > - Change patch subject > > drivers/pci/pci-uclass.c | 25 +++++++++++++++++++------ > 1 file changed, 19 insertions(+), 6 deletions(-) Reviewed-by: Simon Glass Needs a sandbox test.