Re: [PATCH 11/14] drm/panel-sharp-ls060t1sx01: Drop custom DSI write macro

2023-01-02 Thread Sam Ravnborg
On Wed, Dec 28, 2022 at 02:47:54AM +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 This is a nice patch - where you benefit from

[PATCH 11/14] drm/panel-sharp-ls060t1sx01: 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 --- .../gpu/drm/panel/panel-sharp-ls060t1sx01.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-)