Re: [PATCHv2 12/56] drm/omap: dsi: simplify read functions

2020-02-25 Thread Laurent Pinchart
Hi Sebastian, Thank you for the patch. On Tue, Feb 25, 2020 at 12:20:42AM +0100, Sebastian Reichel wrote: > Simplify the read related message handling by using the functionality > provided by CONFIG_DRM_MIPI_DSI. > > Signed-off-by: Sebastian Reichel > --- > drivers/gpu/drm/omapdrm/dss/dsi.c |

[PATCHv2 12/56] drm/omap: dsi: simplify read functions

2020-02-25 Thread Sebastian Reichel
Simplify the read related message handling by using the functionality provided by CONFIG_DRM_MIPI_DSI. Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/dss/dsi.c | 109 +- 1 file changed, 33 insertions(+), 76 deletions(-) diff --git a/drivers/gpu/drm/omap