From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Eddy_Petri=C8=99or?= Date: Sun, 8 May 2016 02:05:42 +0200 Subject: [U-Boot] [PATCH v2 1/2] serial: Introduce linflex uart support In-Reply-To: References: <1459642206-20101-1-git-send-email-eddy.petrisor@gmail.com> <1461794874-6105-2-git-send-email-eddy.petrisor@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Pe 7 mai 2016 5:56 p.m., "Bin Meng" a scris: > > +Simon > > Hi Eddy, > > On Thu, Apr 28, 2016 at 6:07 AM, Eddy Petri?or wrote: > > From: Stoica Cosmin-Stefan > > > > The Linflex module is integrated on some NXP automotive SoCs part of the former > > Freescale portfolio, like S32V234, an SoC for Advanced Driver Assistance > > Systems. > > > > Original-signed-off-by: Stoica Cosmin-Stefan < cosminstefan.stoica@freescale.com> > > Original-signed-off-by: Chircu Bogdan > > Original-signed-off-by: Depons Eric > > Original-signed-off-by: Eddy Petri?or > > > > Signed-off-by: Eddy Petri?or > > --- > > > > Notes: > > Changes in v2: > > Added support for device model. Compatibility with non-DM code is kept > > for easier synchronization with the code on the vendor branch where the > > conversion to DM is not done for all boards. > > I see this is a NEW driver. Then you should only add DM support. We > don't want to carry forward any legacy stuff. Ok, I'll kill the legacy stuff and send version 3. Eddy