Re: [PATCH] drm/panel: db7430: Improve error reporting

2021-06-30 Thread Noralf Trønnes
Den 30.06.2021 21.46, skrev Noralf Trønnes: > > > Den 30.06.2021 21.13, skrev Linus Walleij: >> This creates a macro wrapping mipi_dbi_command() such that we get >> some explicit error reporting if something goes wrong. >> >> Cc: Noralf Trønnes >> Suggested-by: Douglas Anderson >>

Re: [PATCH] drm/panel: db7430: Improve error reporting

2021-06-30 Thread Noralf Trønnes
Den 30.06.2021 21.13, skrev Linus Walleij: > This creates a macro wrapping mipi_dbi_command() such that we get > some explicit error reporting if something goes wrong. > > Cc: Noralf Trønnes > Suggested-by: Douglas Anderson > Signed-off-by: Linus Walleij > --- >

[PATCH] drm/panel: db7430: Improve error reporting

2021-06-30 Thread Linus Walleij
This creates a macro wrapping mipi_dbi_command() such that we get some explicit error reporting if something goes wrong. Cc: Noralf Trønnes Suggested-by: Douglas Anderson Signed-off-by: Linus Walleij --- drivers/gpu/drm/panel/panel-samsung-db7430.c | 66 +++- 1 file changed,