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

2020-05-28 Thread Bin Meng
On Thu, May 28, 2020 at 3:36 PM Bin Meng wrote: > > On Wed, May 27, 2020 at 8:58 PM 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

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

2020-05-28 Thread Bin Meng
On Wed, May 27, 2020 at 8:58 PM 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 review of the

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

2020-05-27 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: