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

2021-04-05 Thread Simon Glass
On 3/24/21 5:26 PM, 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 v3: > - Add updates based on feedback from Sean

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

2021-03-24 Thread Sean Anderson
On 3/24/21 5:26 PM, 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 v3: - Add updates based on feedback from Sean Anderson Ch

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

2021-03-24 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 v3: - Add updates based on feedback from Sean Anderson Changes in v2: - Add a patch to document th