Re: [PATCH 19/60] drm/panel: Add driver for the LG Philips LB035Q02 panel

2019-07-08 Thread Sam Ravnborg
Hi Laurent. > > > > + unsigned int i; > > > > index to arrays are default "int" IIRC. > > Not that it matters but noticed it. > > Are they ? I've always advocated for unsigned indexes to use unsigned > int. I did not dig up anything authorative - but found this:

Re: [PATCH 19/60] drm/panel: Add driver for the LG Philips LB035Q02 panel

2019-07-08 Thread Sam Ravnborg
Hi Laurent. Good to move omapdrm to a more standard way to do things. > new file mode 100644 > index ..d8a8c3a3a8c5 > --- /dev/null > +++ b/drivers/gpu/drm/panel/panel-lg-lb035q02.c > @@ -0,0 +1,235 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * LG.Philips LB035Q02 LCD Panel

[PATCH 19/60] drm/panel: Add driver for the LG Philips LB035Q02 panel

2019-07-07 Thread Laurent Pinchart
This panel is used on the Gumstix Overo Palo35. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/panel/Kconfig | 7 + drivers/gpu/drm/panel/Makefile| 1 + drivers/gpu/drm/panel/panel-lg-lb035q02.c | 235 ++ 3 files changed, 243 insertions(+)