Re: [PATCH v6 074/102] spi: ich: Add support for get_mmap() method

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:51 PM Simon Glass wrote: > > Add this method so that the memory-mapped location of the SPI flash can > be queried. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - Use the new pci_ofplat_get_

[PATCH v6 074/102] spi: ich: Add support for get_mmap() method

2019-12-06 Thread Simon Glass
Add this method so that the memory-mapped location of the SPI flash can be queried. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None Changes in v4: - Use the new pci_ofplat_get_devfn() function Changes in v3: None Changes in v2: None drivers/spi/ic