Re: [PATCH 2/3] x86: spi: Rewrite logic for obtaining the SPI memory map

2020-05-27 Thread Simon Glass
Hi Bin, On Tue, 26 May 2020 at 04:08, Bin Meng wrote: > > Hi Simon, > > On Mon, May 18, 2020 at 11:01 AM Simon Glass wrote: > > > > At present this logic does not work on link and samus, since their SPI > > controller is not a PCI device, but a child of the PCH. > > > > Unfortunately, fixing

Re: [PATCH 2/3] x86: spi: Rewrite logic for obtaining the SPI memory map

2020-05-26 Thread Bin Meng
Hi Simon, On Mon, May 18, 2020 at 11:01 AM Simon Glass wrote: > > At present this logic does not work on link and samus, since their SPI > controller is not a PCI device, but a child of the PCH. > > Unfortunately, fixing this involves a lot of extra logic. Still, this was > requested in the

[PATCH 2/3] x86: spi: Rewrite logic for obtaining the SPI memory map

2020-05-17 Thread Simon Glass
At present this logic does not work on link and samus, since their SPI controller is not a PCI device, but a child of the PCH. Unfortunately, fixing this involves a lot of extra logic. Still, this was requested in the review of the fix-up patch, so here it is. Signed-off-by: Simon Glass Fixes: