From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Subject: Re: [PATCH 09/10] drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel Date: Mon, 5 Nov 2018 12:23:46 +0530 Message-ID: References: <20181103100900.30313-1-jagan@amarulasolutions.com> <20181103100900.30313-10-jagan@amarulasolutions.com> <20181104204354.GA12651@ravnborg.org> Reply-To: jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20181104204354.GA12651-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org Cc: Maarten Lankhorst , Maxime Ripard , Sean Paul , David Airlie , Rob Herring , Chen-Yu Tsai , Icenowy Zheng , Jernej Skrabec , Vasily Khoruzhick , Thierry Reding , Mark Rutland , dri-devel , devicetree , linux-kernel , linux-arm-kernel , Michael Trimarchi , TL Lim , linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.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