Re: [PATCH v5 23/29] drm/omap: dsi: rename dsi_display_* functions

2020-12-14 Thread Sebastian Reichel
Hi, On Tue, Dec 08, 2020 at 02:28:49PM +0200, Tomi Valkeinen wrote: > The function names have evolved to be very confusing, and bunch of them > have "display" in them even if the function doesn't deal with display as > such (e.g. dsi_display_enable which just enables the DSI interface). > Rename t

[PATCH v5 23/29] drm/omap: dsi: rename dsi_display_* functions

2020-12-08 Thread Tomi Valkeinen
The function names have evolved to be very confusing, and bunch of them have "display" in them even if the function doesn't deal with display as such (e.g. dsi_display_enable which just enables the DSI interface). Rename them by dropping the "display". Signed-off-by: Tomi Valkeinen Reviewed-by: L