From mboxrd@z Thu Jan 1 00:00:00 1970 From: sam@ravnborg.org (Sam Ravnborg) Date: Sun, 4 Nov 2018 21:43:54 +0100 Subject: [PATCH 09/10] drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel In-Reply-To: <20181103100900.30313-10-jagan@amarulasolutions.com> References: <20181103100900.30313-1-jagan@amarulasolutions.com> <20181103100900.30313-10-jagan@amarulasolutions.com> Message-ID: <20181104204354.GA12651@ravnborg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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