Re: [PATCH 10/14] drm/panel-samsung-sofef00: Drop custom DSI write macro

2023-01-02 Thread Sam Ravnborg
On Wed, Dec 28, 2022 at 02:47:53AM +0100, Javier Martinez Canillas wrote: > There is a macro for this already in the header, use > that instead and delete the custom DSI write macro defined in the driver. > > Signed-off-by: Javier Martinez Canillas Reviewed-by: Sam Ravnborg > --- > > drivers/

[PATCH 10/14] drm/panel-samsung-sofef00: Drop custom DSI write macro

2022-12-27 Thread Javier Martinez Canillas
There is a macro for this already in the header, use that instead and delete the custom DSI write macro defined in the driver. Signed-off-by: Javier Martinez Canillas --- drivers/gpu/drm/panel/panel-samsung-sofef00.c | 24 +++ 1 file changed, 8 insertions(+), 16 deletions(-) d