[U-Boot] [PATCH v2 1/2] serial: Introduce linflex uart support

Bin Meng bmeng.cn at gmail.com
Sat May 7 16:56:22 CEST 2016


+Simon

Hi Eddy,

On Thu, Apr 28, 2016 at 6:07 AM, Eddy Petrișor <eddy.petrisor at nxp.com> wrote:
> From: Stoica Cosmin-Stefan <cosminstefan.stoica at freescale.com>
>
> 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 at freescale.com>
> Original-signed-off-by: Chircu Bogdan <Bogdan.Chircu at freescale.com>
> Original-signed-off-by: Depons Eric <eric.depons at freescale.com>
> Original-signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
>
> Signed-off-by: Eddy Petrișor <eddy.petrisor at gmail.com>
> ---
>
> 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.

>
>  drivers/serial/Makefile             |   1 +
>  drivers/serial/serial_linflexuart.c | 274 ++++++++++++++++++++++++++++++++++++
>  2 files changed, 275 insertions(+)
>  create mode 100644 drivers/serial/serial_linflexuart.c
>

[snip]

Regards,
Bin


More information about the U-Boot mailing list