Message ID | 20230621162005.473049-1-ben.dooks@codethink.co.uk (mailing list archive) |
---|---|
Headers | show |
Series | updates for i3c error printing | expand |
On 21/06/2023 17:20, Ben Dooks wrote: > During work on an i3c compatible system some of the > probing does not produce much useful error output. This > series is an attempt to add error reporting where it > would be useful to track down the culprit. > > Ben Dooks (5): > i3c: show error with node for invalid reg property > i3c: add error print to show device failing during populate bus > i3c: show node when printing unsupported 10-bit i2c dev > i3c: show error messages in of_i3c_master_add_i3c_boardinfo > i3c: dw; add print if cannot get resources > > drivers/i3c/master.c | 28 +++++++++++++++++++++------- > drivers/i3c/master/dw-i3c-master.c | 12 +++++++++--- > 2 files changed, 30 insertions(+), 10 deletions(-) Has anyone had a chance to review these?