Re: [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

2021-11-24 Thread Simon Glass
Hi Heinrich, On Sat, 13 Nov 2021 at 04:47, Heinrich Schuchardt wrote: > > > > On 9/19/21 23:49, Simon Glass wrote: > > Add a new 'sf mmap' function to show the address of a SPI offset, if the > > I would expect a 'spi info' command to provide this information. Why is that? It depends on the size

Re: [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

2021-11-13 Thread Heinrich Schuchardt
On 9/19/21 23:49, Simon Glass wrote: Add a new 'sf mmap' function to show the address of a SPI offset, if the I would expect a 'spi info' command to provide this information. Best regards Heinrich hardware supports it. This is useful on x86 systems. Signed-off-by: Simon Glass --- (no

Re: [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

2021-10-08 Thread Simon Glass
Hi Jagan, On Fri, 8 Oct 2021 at 06:47, Jagan Teki wrote: > > On Mon, Sep 20, 2021 at 3:19 AM Simon Glass wrote: > > > > Add a new 'sf mmap' function to show the address of a SPI offset, if the > > hardware supports it. This is useful on x86 systems. > > I'm not quite sure about growing sf for li

Re: [PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

2021-10-08 Thread Jagan Teki
On Mon, Sep 20, 2021 at 3:19 AM Simon Glass wrote: > > Add a new 'sf mmap' function to show the address of a SPI offset, if the > hardware supports it. This is useful on x86 systems. I'm not quite sure about growing sf for limited use cases, maybe support it in existing arguments might be a good

[PATCH v4 5/5] sf: Provide a command to access memory-mapped SPI

2021-09-19 Thread Simon Glass
Add a new 'sf mmap' function to show the address of a SPI offset, if the hardware supports it. This is useful on x86 systems. Signed-off-by: Simon Glass --- (no changes since v3) Changes in v3: - Add configuration and return value also arch/Kconfig | 2 ++ cmd/Kconfig | 8 ++ c