Re: [PATCH 00/14] drm/panel: Make panel drivers use existing DSI write macros

2023-01-02 Thread Javier Martinez Canillas
On 1/2/23 20:00, Sam Ravnborg wrote: > Hi Javier. > > On Wed, Dec 28, 2022 at 02:47:43AM +0100, Javier Martinez Canillas wrote: >> Hello, >> >> This series contains cleanups for DRM panel drivers that define their own >> DSI write macros instead of using what's already in . >> >> The changes are q

Re: [PATCH 00/14] drm/panel: Make panel drivers use existing DSI write macros

2023-01-02 Thread Sam Ravnborg
Hi Javier. On Wed, Dec 28, 2022 at 02:47:43AM +0100, Javier Martinez Canillas wrote: > Hello, > > This series contains cleanups for DRM panel drivers that define their own > DSI write macros instead of using what's already in . > > The changes are quite trivial but I've only tested this with all

[PATCH 00/14] drm/panel: Make panel drivers use existing DSI write macros

2022-12-27 Thread Javier Martinez Canillas
Hello, This series contains cleanups for DRM panel drivers that define their own DSI write macros instead of using what's already in . The changes are quite trivial but I've only tested this with allmodconfig and `make M=drivers/gpu/drm/panel/` so please review and testing would be highly appreci