RE: [PATCH V2 2/5] can: flexcan: add CAN FD mode support

2019-04-09 Thread Stefan-gabriel Mirea
> From: Joakim Zhang > Sent: Tuesday, April 9, 2019 5:07 AM > Hi Stefan, > > Thanks for your validation! Could you add your test tag if you can > successfully validated? Sure, no problem. Please note that I needed to replace "flexcan_read" and "flexcan_write" with "priv->read" and "priv->write"

Re: [PATCH v2 4/6] dt-bindings: serial: Document Freescale LINFlex UART

2019-08-22 Thread Stefan-gabriel Mirea
Hello Rob, Thank you for the review. On 8/22/2019 12:18 AM, Rob Herring wrote: > On Fri, Aug 09, 2019 at 11:29:14AM +0000, Stefan-gabriel Mirea wrote: >> +* Freescale Linflex UART > > Be consistent with the name: LINFlexD? This was also brought up in our internal review. However

Re: [PATCH v3 4/7] serial: fsl_linflexuart: Be consistent with the name

2019-09-05 Thread Stefan-gabriel Mirea
Hello Greg, On 9/4/2019 10:53 AM, gre...@linuxfoundation.org wrote: > On Fri, Aug 23, 2019 at 07:11:37PM +0000, Stefan-gabriel Mirea wrote: >> For consistency reasons, spell the controller name as "LINFlexD" in >> comments and documentation. >> >>

[PATCH v4 4/6] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-09-05 Thread Stefan-gabriel Mirea
common properties, while the dts files will keep board-dependent properties. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Mihaela Martinas Signed-off-by: Dan Nica Signed-off-by: Larisa Grigore Signed-off-by: Phu Luu An Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/boot/dts

[PATCH v4 6/6] arm64: defconfig: Enable configs for S32V234

2019-09-05 Thread Stefan-gabriel Mirea
From: Mihaela Martinas Enable support for the S32V234 SoC, including the previously added UART driver. Signed-off-by: Mihaela Martinas Signed-off-by: Adrian.Nitu Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/configs/defconfig | 3 +++ 1 file changed

[PATCH v4 5/6] dt-bindings: serial: Document Freescale LINFlexD UART

2019-09-05 Thread Stefan-gabriel Mirea
From: Stoica Cosmin-Stefan Add documentation for the serial communication interface module (LINFlexD), found in two instances on S32V234. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Larisa Grigore Signed-off-by: Stefan-Gabriel Mirea Reviewed-by: Rob Herring --- .../bindings/serial

[PATCH v4 0/6] Add initial support for S32V234-EVB

2019-09-05 Thread Stefan-gabriel Mirea
-next&id=2bd3661ea0eb2056852cbc58c5d96bb4df2f164f Eddy Petrișor (1): dt-bindings: arm: fsl: Add the S32V234-EVB board Mihaela Martinas (2): arm64: Introduce config for S32 arm64: defconfig: Enable configs for S32V234 Stefan-Gabriel Mirea (1): serial: fsl_linflexuart: Be consistent with t

[PATCH v4 3/6] serial: fsl_linflexuart: Be consistent with the name

2019-09-05 Thread Stefan-gabriel Mirea
For consistency reasons, spell the controller name as "LINFlexD" in comments and documentation. Signed-off-by: Stefan-Gabriel Mirea --- Documentation/admin-guide/kernel-parameters.txt | 2 +- drivers/tty/serial/Kconfig | 8 drivers/tty/serial/fsl_lin

[PATCH] tty: serial: Fix PORT_LINFLEXUART definition

2019-10-04 Thread Stefan-gabriel Mirea
The port type macros should have different values for different devices. Currently, PORT_LINFLEXUART conflicts with PORT_SUNIX. Fixes: 09864c1cdf5c ("tty: serial: Add linflexuart driver for S32V234") Signed-off-by: Stefan-Gabriel Mirea --- include/uapi/linux/serial_core.h | 2 +- 1 fi

Re: [PATCH v4 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-10-07 Thread Stefan-gabriel Mirea
On 10/6/2019 5:00 AM, Shawn Guo wrote: > On Thu, Sep 05, 2019 at 11:58:32AM +0000, Stefan-gabriel Mirea wrote: >> From: Eddy Petrișor >> >> Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC >> bindings. >> >> Signed-off-by: Eddy Pet

[PATCH] tty: serial: linflexuart: Fix magic SysRq handling

2019-09-18 Thread Stefan-gabriel Mirea
2#n659 Fixes: 09864c1cdf5c ("tty: serial: Add linflexuart driver for S32V234") Signed-off-by: Stefan-Gabriel Mirea Reported-by: kbuild test robot Reported-by: Dan Carpenter --- drivers/tty/serial/fsl_linflexuart.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(

[PATCH v7 0/5] Add initial support for S32V234-EVB

2019-10-16 Thread Stefan-Gabriel Mirea
/torvalds/linux.git/commit/?id=2bd3661ea0eb2056852cbc58c5d96bb4df2f164f [8] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0e16feab6cce2b91d2996d4bc4eff01ece577c4a [9] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9050079719021776e48437827eb9d5986b

[PATCH v7 5/5] arm64: defconfig: Enable configs for S32V234

2019-10-16 Thread Stefan-Gabriel Mirea
From: Mihaela Martinas Enable support for the S32V234 SoC, including the previously added UART driver. Signed-off-by: Mihaela Martinas Signed-off-by: Adrian.Nitu Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/configs/defconfig | 3 +++ 1 file changed

[PATCH v7 2/5] arm64: Introduce config for S32

2019-10-16 Thread Stefan-Gabriel Mirea
Cosmin-Stefan Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/Kconfig.platforms | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 16d761475a86..17f1c34ec750 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64

[PATCH v7 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-16 Thread Stefan-Gabriel Mirea
For consistency reasons, spell the controller name as "LINFlexD" in comments and documentation. Signed-off-by: Stefan-Gabriel Mirea --- Documentation/admin-guide/kernel-parameters.txt | 2 +- drivers/tty/serial/Kconfig | 8 drivers/tty/serial/fsl_lin

[PATCH v7 1/5] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-10-16 Thread Stefan-Gabriel Mirea
From: Eddy Petrișor Add entry for the NXP S32V234 Customer Evaluation Board to the board/SoC bindings. Signed-off-by: Eddy Petrișor Signed-off-by: Stefan-Gabriel Mirea Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++ 1 file changed, 6 insertions

[PATCH v7 4/5] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-10-16 Thread Stefan-Gabriel Mirea
common properties, while the dts files will keep board-dependent properties. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Mihaela Martinas Signed-off-by: Dan Nica Signed-off-by: Larisa Grigore Signed-off-by: Phu Luu An Signed-off-by: Stefan-Gabriel Mirea --- arch/arm64/boot/dts

Re: [PATCH 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-09 Thread Stefan-gabriel Mirea
On 8/8/2019 8:17 PM, Will Deacon wrote: > On Thu, Aug 08, 2019 at 12:47:00PM +0000, Stefan-gabriel Mirea wrote: >> On 8/8/2019 11:08 AM, Will Deacon wrote: >>> On Fri, Aug 02, 2019 at 07:47:23PM +0000, Stefan-gabriel Mirea wrote: >>>> + linflex, >&g