All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] sf: Add documentation and an 'sf mmap' command
@ 2021-08-01 18:02 Simon Glass
  2021-08-01 18:02 ` [PATCH v2 1/4] command: Use a constant pointer for the help Simon Glass
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Simon Glass @ 2021-08-01 18:02 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Heinrich Schuchardt, Jagan Teki, Simon Glass, Bin Meng,
	Frédéric Danis, Kory Maincent, Marek Behún,
	Michal Simek, Mike Frysinger, Ovidiu Panait, Patrick Delaunay,
	Peng Fan, Pragnesh Patel, Pratyush Yadav, Priyanka Jain,
	Sean Anderson, Sean Anderson, Wasim Khan

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 v2:
- Explain why 'usage' cannot be const
- Many fixes as suggested by Heinrich

Simon Glass (4):
  command: Use a constant pointer for the help
  sf: Tidy up code to avoid #ifdef
  sf: doc: Add documentation for the 'sf' command
  sf: Provide a command to access memory-mapped SPI

 arch/Kconfig        |   2 +
 cmd/Kconfig         |   8 ++
 cmd/sf.c            |  67 +++++++---
 doc/usage/index.rst |   1 +
 doc/usage/sf.rst    | 291 ++++++++++++++++++++++++++++++++++++++++++++
 include/command.h   |   2 +-
 6 files changed, 352 insertions(+), 19 deletions(-)
 create mode 100644 doc/usage/sf.rst

-- 
2.32.0.554.ge1b32706d8-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-01 21:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 18:02 [PATCH v2 0/4] sf: Add documentation and an 'sf mmap' command Simon Glass
2021-08-01 18:02 ` [PATCH v2 1/4] command: Use a constant pointer for the help Simon Glass
2021-08-01 18:02 ` [PATCH v2 2/4] sf: Tidy up code to avoid #ifdef Simon Glass
2021-08-01 18:02 ` [PATCH v2 3/4] sf: doc: Add documentation for the 'sf' command Simon Glass
2021-08-01 19:50   ` Heinrich Schuchardt
2021-08-01 21:12     ` Simon Glass
2021-08-01 18:02 ` [PATCH v2 4/4] sf: Provide a command to access memory-mapped SPI Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.