Re: [PATCH v2 3/4] sf: doc: Add documentation for the 'sf' command

2021-08-01 Thread Simon Glass
Hi Heinrich, On Sun, 1 Aug 2021 at 13:56, Heinrich Schuchardt wrote: > > > > On 8/1/21 8:02 PM, Simon Glass wrote: > > This command is fairly complicated so documentation is useful. > > Unfortunately I an not sure how the MTD side of things works and cannot > > find information about that. > > >

Re: [PATCH v2 3/4] sf: doc: Add documentation for the 'sf' command

2021-08-01 Thread Heinrich Schuchardt
On 8/1/21 8:02 PM, Simon Glass wrote: This command is fairly complicated so documentation is useful. Unfortunately I an not sure how the MTD side of things works and cannot find information about that. Signed-off-by: Simon Glass --- Changes in v2: - Many fixes as suggested by Heinrich do

[PATCH v2 3/4] sf: doc: Add documentation for the 'sf' command

2021-08-01 Thread Simon Glass
This command is fairly complicated so documentation is useful. Unfortunately I an not sure how the MTD side of things works and cannot find information about that. Signed-off-by: Simon Glass --- Changes in v2: - Many fixes as suggested by Heinrich doc/usage/index.rst | 1 + doc/usage/sf.rst