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 <[email protected]> > --- > > Changes in v3: > - Add updates based on feedback from Sean Anderson <[email protected]> > > Changes in v2: > - Add a patch to document the common error codes > > doc/driver-model/design.rst | 133 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 133 insertions(+) > Applied to u-boot-dm, thanks!
- [PATCH v3 0/9] Use -ENOSYS consistently Simon Glass
- [PATCH v3 1/9] dm: core: Document the common error code... Simon Glass
- Re: [PATCH v3 1/9] dm: core: Document the common er... Sean Anderson
- Re: [PATCH v3 1/9] dm: core: Document the common er... Simon Glass
- [PATCH v3 2/9] dm: core: Use -ENOSPC in acpi_get_path() Simon Glass
- [PATCH v3 3/9] usb: Return -ENOSYS when system call is ... Simon Glass
- [PATCH v3 4/9] spi: Return -ENOSYS when system call is ... Simon Glass
- [PATCH v3 6/9] clk: Update drivers to use -EINVAL Simon Glass
- [PATCH v3 5/9] tlv_eeprom: Return -ENOSYS when system c... Simon Glass
- [PATCH v3 7/9] clk: Return -ENOSYS when system call is ... Simon Glass
- [PATCH v3 8/9] simple-pm-bus: Use -ENOSYS for checking ... Simon Glass
- [PATCH v3 9/9] pinctrl: Return -ENOSYS when system call... Simon Glass
- Re: [PATCH v3 8/9] simple-pm-bus: Use -ENOSYS for check... Simon Glass
- Re: [PATCH v3 9/9] pinctrl: Return -ENOSYS when system ... Simon Glass

