Re: [PATCH v2 1/9] dm: core: Document the common error codes

2021-03-24 Thread Simon Glass
Hi Sean, On Thu, 25 Mar 2021 at 05:00, Sean Anderson wrote: > > On 3/23/21 1:40 AM, Simon Glass wrote: > > HI Sean, > > > > On Tue, 23 Mar 2021 at 17:45, Sean Anderson wrote: > >> > >> On 3/23/21 12:14 AM, Simon Glass wrote: > >>> Driver model uses quite strong conventions on error codes, but th

Re: [PATCH v2 1/9] dm: core: Document the common error codes

2021-03-24 Thread Sean Anderson
On 3/23/21 1:40 AM, Simon Glass wrote: HI Sean, On Tue, 23 Mar 2021 at 17:45, Sean Anderson wrote: On 3/23/21 12:14 AM, Simon Glass wrote: Driver model uses quite strong conventions on error codes, but these are currently not clearly documented. Add a description of the commonly used errors.

Re: [PATCH v2 1/9] dm: core: Document the common error codes

2021-03-22 Thread Simon Glass
HI Sean, On Tue, 23 Mar 2021 at 17:45, Sean Anderson wrote: > > On 3/23/21 12:14 AM, Simon Glass wrote: > > Driver model uses quite strong conventions on error codes, but these are > > currently not clearly documented. Add a description of the commonly used > > errors. > > > > Signed-off-by: Simo

Re: [PATCH v2 1/9] dm: core: Document the common error codes

2021-03-22 Thread Sean Anderson
On 3/23/21 12:14 AM, Simon Glass wrote: Driver model uses quite strong conventions on error codes, but these are currently not clearly documented. Add a description of the commonly used errors. Signed-off-by: Simon Glass --- Changes in v2: - Add a patch to document the common error codes do

[PATCH v2 1/9] dm: core: Document the common error codes

2021-03-22 Thread Simon Glass
Driver model uses quite strong conventions on error codes, but these are currently not clearly documented. Add a description of the commonly used errors. Signed-off-by: Simon Glass --- Changes in v2: - Add a patch to document the common error codes doc/driver-model/design.rst | 111 +++