From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 12:26:07 +0800 Subject: [PATCH v6 074/102] spi: ich: Add support for get_mmap() method In-Reply-To: <20191206213936.v6.74.Iafaf6313798e822d6d2dec647f43334322196760@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.74.Iafaf6313798e822d6d2dec647f43334322196760@changeid> 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 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_devfn() function > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > applied to u-boot-x86/next, thanks!