Re: [PATCH v4 0/5] sf: Add documentation and an 'sf mmap' command

2021-11-12 Thread Simon Glass
Hi Jagan, On Sun, 19 Sept 2021 at 15:49, Simon Glass wrote: > > This little series adds documentation and a few other tidy-ups to the > 'sf' command. > > It also provides a way to access memory-mapped SPI via the command line. > > Changes in v4: > - Split out the 'const' change into a separate pa

[PATCH v4 0/5] sf: Add documentation and an 'sf mmap' command

2021-09-19 Thread Simon Glass
This little series adds documentation and a few other tidy-ups to the 'sf' command. It also provides a way to access memory-mapped SPI via the command line. Changes in v4: - Split out the 'const' change into a separate patch - Show the 'sf probe' output in the examples Changes in v3: - Add confi