Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-24 Thread Simon Glass
Hi Heinrich, On Sat, 13 Nov 2021 at 08:32, Heinrich Schuchardt wrote: > > Am 13. November 2021 15:21:13 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Sat, 13 Nov 2021 at 04:34, Heinrich Schuchardt wrote: > >> > >> On 9/19/21 23:49, Simon Glass wrote: > >> > This command is fairly complicat

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-24 Thread Simon Glass
Hi Heinrich, On Sat, 13 Nov 2021 at 08:32, Heinrich Schuchardt wrote: > > Am 13. November 2021 15:21:13 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Sat, 13 Nov 2021 at 04:34, Heinrich Schuchardt wrote: > >> > >> On 9/19/21 23:49, Simon Glass wrote: > >> > This command is fairly complicat

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-13 Thread Simon Glass
Hi Heinrich, On Sat, 13 Nov 2021 at 08:32, Heinrich Schuchardt wrote: > > Am 13. November 2021 15:21:13 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Sat, 13 Nov 2021 at 04:34, Heinrich Schuchardt wrote: > >> > >> On 9/19/21 23:49, Simon Glass wrote: > >> > This command is fairly complicat

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-13 Thread Heinrich Schuchardt
Am 13. November 2021 15:21:13 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Sat, 13 Nov 2021 at 04:34, Heinrich Schuchardt wrote: >> >> On 9/19/21 23:49, Simon Glass wrote: >> > This command is fairly complicated so documentation is useful. >> > Unfortunately I an not sure how the MTD side of thin

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-13 Thread Simon Glass
Hi Heinrich, On Sat, 13 Nov 2021 at 04:34, Heinrich Schuchardt wrote: > > On 9/19/21 23:49, 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. > > > > Si

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-11-13 Thread Heinrich Schuchardt
On 9/19/21 23:49, 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 Acked-by: Pratyush Yadav --- Changes in v4: - Split out the 'con

Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-10-08 Thread Jagan Teki
On Mon, Sep 20, 2021 at 3:19 AM 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 > > Acked-by: Pratyush Yadav > --- Review

[PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command

2021-09-19 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 Acked-by: Pratyush Yadav --- Changes in v4: - Split out the 'const' change into a separate patch - Show