Re: [2/2] drm/panel: lms397kf04: Add driver for LMS397KF04

2021-05-31 Thread Linus Walleij
Hi Doug, just sent out a v2 of this! Hope you can look at it. Some comment on comments: On Thu, Apr 29, 2021 at 10:21 PM Doug Anderson wrote: (...) > > +#define LMS397_UNKNOWN_F8 0xf8 > > +#define LMS397_UNKNOWN_FC 0xfc > > I managed to dig up a copy of the DCS spec.

Re: [2/2] drm/panel: lms397kf04: Add driver for LMS397KF04

2021-04-29 Thread Doug Anderson
Hi, On Thu, Apr 29, 2021 at 8:40 AM Linus Walleij > @@ -33,6 +33,7 @@ obj-$(CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN) += > panel-raspberrypi-touchscreen > obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM67191) += panel-raydium-rm67191.o > obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM68200) += panel-raydium-rm68200.o >

[PATCH 2/2] drm/panel: lms397kf04: Add driver for LMS397KF04

2021-04-05 Thread Linus Walleij
This adds a new driver for the Samsung LMS397KF04 DPI display controlled over SPI. Signed-off-by: Linus Walleij --- MAINTAINERS | 7 + drivers/gpu/drm/panel/Kconfig | 8 + drivers/gpu/drm/panel/Makefile| 1 +