From mboxrd@z Thu Jan 1 00:00:00 1970 From: jagan@amarulasolutions.com (Jagan Teki) Date: Mon, 5 Nov 2018 12:23:46 +0530 Subject: [PATCH 09/10] drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel In-Reply-To: <20181104204354.GA12651@ravnborg.org> References: <20181103100900.30313-1-jagan@amarulasolutions.com> <20181103100900.30313-10-jagan@amarulasolutions.com> <20181104204354.GA12651@ravnborg.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Nov 5, 2018 at 2:14 AM Sam Ravnborg wrote: > > Hi Jagan. > > Reading through the driver triggered a few comments. > Read and decide what is usefull. > > Sam > > > Add panel driver for it. > > > > Signed-off-by: Jagan Teki > > --- > > Note: init sequence is referenced from > > https://github.com/longsleep/linux-pine64/blob/pine64-hacks-1.2/drivers/video/sunxi/disp2/disp/lcd/mb709_mipi.c > > This note should perferably be part of the commit message or maybe included > in the code so it is easie to track back. > > > > +++ b/drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c > > +/* > > + * Copyright (C) 2018 Amarula Solutions > > + * Author: Jagan Teki > > + */ > > + > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#include > > +#include > > + > > +#include > > +#include > > +#include > > + > > > > > +#include