Hi Thierry, On Tuesday 22 Nov 2016 12:14:57 Thierry Reding wrote: > On Sat, Nov 19, 2016 at 05:28:06AM +0200, Laurent Pinchart wrote: > > This driver supports LVDS panels that don't require device-specific > > handling of power supplies or control signals. It implements automatic > > backlight handling if the panel is attached to a backlight controller. > > > > Signed-off-by: Laurent Pinchart > > <laurent.pinchart+rene...@ideasonboard.com> > > --- > > > > drivers/gpu/drm/panel/Kconfig | 10 ++ > > drivers/gpu/drm/panel/Makefile | 1 + > > drivers/gpu/drm/panel/panel-lvds.c | 284 ++++++++++++++++++++++++++++++++ > > 3 files changed, 295 insertions(+) > > create mode 100644 drivers/gpu/drm/panel/panel-lvds.c > > The bulk of this is a duplicate of panel-simple.c
Implementing the panel API should obviously be expected to produce some quantity of similar code. > and it adds all the things on top that I've been repeatedly rejecting in the > past. It's a good thing I haven't tried to add them to panel-simple.c then :-) -- Regards, Laurent Pinchart