Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-11 Thread Daniel Vetter
On Fri, Jan 11, 2019 at 8:54 PM Linus Walleij wrote: > > On Thu, Jan 10, 2019 at 9:01 PM Jagan Teki wrote: > > > Just for my information, for each new panel addition, is MAINTAINERS > > file will update only by drm-misc members or anyone who submitted the > > patch? The last communication with se

Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-11 Thread Linus Walleij
On Thu, Jan 10, 2019 at 9:01 PM Jagan Teki wrote: > Just for my information, for each new panel addition, is MAINTAINERS > file will update only by drm-misc members or anyone who submitted the > patch? The last communication with seanpaul mentioned this context[1] > just want to understand how th

Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-10 Thread Jagan Teki
Hi Linus, On Wed, Jan 9, 2019 at 7:23 PM Linus Walleij wrote: > > The TPO (Toppoly) TPG110 is a pretty generic display driver > similar in vein to the Ilitek 93xx devices. It is not a panel > per se but a driver used with several low-cost noname panels. > > This is used on the Nomadik NHK15 combi

Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-10 Thread Sam Ravnborg
Hi Thierry. > > + case TPG110_RES_480X272: > > + dev_info(tpg->dev, "480x272 RGB"); > > + break; > > + case TPG110_RES_640X480: > > + dev_info(tpg->dev, "640x480 RGB"); > > + break; > > + case TPG110_RES_800X480: > > + dev_info(tpg->dev, "800

Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-10 Thread Thierry Reding
On Wed, Jan 09, 2019 at 02:53:31PM +0100, Linus Walleij wrote: [...] > diff --git a/drivers/gpu/drm/panel/panel-tpo-tpg110.c > b/drivers/gpu/drm/panel/panel-tpo-tpg110.c [...] > +static int tpg110_startup(struct tpg110 *tpg) > +{ > + u8 val; > + int i; > + > + /* De-assert the reset si

Re: [PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-09 Thread Sam Ravnborg
Hi Linus. On Wed, Jan 09, 2019 at 02:53:31PM +0100, Linus Walleij wrote: > The TPO (Toppoly) TPG110 is a pretty generic display driver > similar in vein to the Ilitek 93xx devices. It is not a panel > per se but a driver used with several low-cost noname panels. > > This is used on the Nomadik NH

[PATCH v6] drm/panel: Add a driver for the TPO TPG110

2019-01-09 Thread Linus Walleij
The TPO (Toppoly) TPG110 is a pretty generic display driver similar in vein to the Ilitek 93xx devices. It is not a panel per se but a driver used with several low-cost noname panels. This is used on the Nomadik NHK15 combined with a OSD OSD057VA01CT display for WVGA 800x480. The driver is pretty