Re: [PATCH 2/2] drm: tiny: Add st7735s driver

2023-09-06 Thread Krzysztof Kozlowski
On 06/09/2023 18:22, Stefan x Nilsson wrote: > Add a driver for Sitronix st7735s display controller, as well as a > Winstar wf0096atyaa3dnn0 0.96" 80x160 TFT panel. > > The driver code is very similar to st7735r, but with adaptations for > the pipe_enable function. There is also optional support t

[PATCH 2/2] drm: tiny: Add st7735s driver

2023-09-06 Thread Stefan x Nilsson
Add a driver for Sitronix st7735s display controller, as well as a Winstar wf0096atyaa3dnn0 0.96" 80x160 TFT panel. The driver code is very similar to st7735r, but with adaptations for the pipe_enable function. There is also optional support to specify a power regulator for the display. Signed-of