Re: [PATCH v3] drm/dbi: Print errors for mipi_dbi_command()

2021-07-08 Thread Doug Anderson
Hi, On Fri, Jul 2, 2021 at 6:58 AM Linus Walleij wrote: > > The macro mipi_dbi_command() does not report errors unless you wrap it > in another macro to do the error reporting. > > Report a rate-limited error so we know what is going on. > > Drop the only user in DRM using mipi_dbi_command() and

Re: [PATCH v3] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Noralf Trønnes
Den 02.07.2021 15.56, skrev Linus Walleij: > The macro mipi_dbi_command() does not report errors unless you wrap it > in another macro to do the error reporting. > > Report a rate-limited error so we know what is going on. > > Drop the only user in DRM using mipi_dbi_command() and actually che

[PATCH v3] drm/dbi: Print errors for mipi_dbi_command()

2021-07-02 Thread Linus Walleij
The macro mipi_dbi_command() does not report errors unless you wrap it in another macro to do the error reporting. Report a rate-limited error so we know what is going on. Drop the only user in DRM using mipi_dbi_command() and actually checking the error explicitly, let it use mipi_dbi_command_bu