Re: [PATCH] drm/tiny: Add driver for displays with ST7365P controller

2025-05-01 Thread Josef Luštický
On Wed, Apr 30, 2025 at 3:53 PM David Lechner wrote: > > On 4/30/25 8:17 AM, Josef Lusticky wrote: > > The driver supports 3.5" Kingway HW-035P0Z002 display found > > on Braiins Mini Miner BMM 101 product. > > > > Signed-off-by: Josef Lusticky > > --- > > I haven't really looked at the patch yet,

Re: [PATCH] drm/tiny: Add driver for displays with ST7365P controller

2025-04-30 Thread David Lechner
On 4/30/25 8:17 AM, Josef Lusticky wrote: > The driver supports 3.5" Kingway HW-035P0Z002 display found > on Braiins Mini Miner BMM 101 product. > > Signed-off-by: Josef Lusticky > --- I haven't really looked at the patch yet, but what about this display makes it not compatible with "panel-mipi-

[PATCH] drm/tiny: Add driver for displays with ST7365P controller

2025-04-30 Thread Josef Lusticky
The driver supports 3.5" Kingway HW-035P0Z002 display found on Braiins Mini Miner BMM 101 product. Signed-off-by: Josef Lusticky --- drivers/gpu/drm/tiny/Kconfig | 14 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/st7365p.c | 275 + 3 files ch