Re: [PATCH 2/2] drm/panel: Add Novatek NT39016 panel support

2019-06-03 Thread Maarten ter Huurne
On Sunday, 2 June 2019 20:44:53 CEST Sam Ravnborg wrote: > > Signed-off-by: Paul Cercueil > > This driver is authored by Maarten ter Huurne > as well as you. > Could you get a s-o-b or at least some other formal > attribution of Maarten in the changelog. This is based on a driver I wrote for t

Re: [PATCH 2/2] drm/panel: Add Novatek NT39016 panel support

2019-06-02 Thread Sam Ravnborg
Hi Paul. Nice driver. Feedback, mostly a repeat from irc, but you get it here too so others can follow. The backlight handling can be simplified. Please see panel-innolux-p079zca.c as one (semi random) example. Sam > > Signed-off-by: Paul Cercueil This driver is authored by Maarten te