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