
20 Jul
2015
20 Jul
'15
5:01 p.m.
On 19 July 2015 at 19:59, Simon Glass sjg@chromium.org wrote:
Hi Bin,
On 18 July 2015 at 10:20, Bin Meng bmeng.cn@gmail.com wrote:
In driver model, each pci bridge device has its own hose structure. hose->first_busno points to the bridge device's device number, so we should not substract hose->first_busno before programming the bridge device's primary/secondary/subordinate bus number registers.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/pci/pci_auto.c | 9 +++++++++ 1 file changed, 9 insertions(+)
Acked-by: Simon Glass sjg@chromium.org Tested-by: Simon Glass sjg@chromium.org
Applied to u-boot-x86, thanks!
[snip]