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

2019-08-02 Thread Stefan-gabriel Mirea
e.codeaurora.org/external/autobsps32/u-boot/ [5] https://source.codeaurora.org/external/s32ds/compiler/gcc/ 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 Mire

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

2019-08-02 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 --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation

[PATCH 2/6] arm64: Introduce config for S32

2019-08-02 Thread Stefan-gabriel Mirea
: Stoica 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 4778c775de1b..a9a6152d37eb 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64

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

2019-08-02 Thread Stefan-gabriel Mirea
From: Stoica Cosmin-Stefan Add documentation for the serial communication interface module (LINFlex), found in two instances on S32V234. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Larisa Grigore Signed-off-by: Stefan-Gabriel Mirea --- .../bindings/serial/fsl,s32-linflexuart.txt

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

2019-08-02 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 5/6] tty: serial: Add linflexuart driver for S32V234

2019-08-02 Thread Stefan-gabriel Mirea
ff-by: Matthew Nunez [stefan-gabriel.mi...@nxp.com: Reduced for upstreaming and implemented earlycon support] Signed-off-by: Stefan-Gabriel Mirea --- .../admin-guide/kernel-parameters.txt | 6 + drivers/tty/serial/Kconfig| 15 +

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

2019-08-02 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

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

2019-08-03 Thread Stefan-gabriel Mirea
Hello Rob, On 8/3/2019 1:38 AM, Rob Herring wrote: > On Fri, Aug 2, 2019 at 1:47 PM Stefan-gabriel Mirea > wrote: >> + - description: S32V234 Customer Evaluation Board > > Most of the entries in this file are for all the boards for an SoC. > >> +

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

2019-08-06 Thread Stefan-gabriel Mirea
On 8/5/2019 6:31 PM, gre...@linuxfoundation.org wrote: > On Fri, Aug 02, 2019 at 07:47:23PM +0000, Stefan-gabriel Mirea wrote: >> >> +/* Freescale Linflex UART */ >> +#define PORT_LINFLEXUART 121 > > Do you really need this modified? Hello Greg, This macro is m

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

2019-08-07 Thread Stefan-gabriel Mirea
On 8/6/2019 9:40 PM, gre...@linuxfoundation.org wrote: > On Tue, Aug 06, 2019 at 05:11:17PM +0000, Stefan-gabriel Mirea wrote: >> On 8/5/2019 6:31 PM, gre...@linuxfoundation.org wrote: >>> On Fri, Aug 02, 2019 at 07:47:23PM +0000, Stefan-gabriel Mirea wrote: >>>> &

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

2019-08-07 Thread Stefan-gabriel Mirea
On 8/7/2019 7:56 PM, gre...@linuxfoundation.org wrote: > On Wed, Aug 07, 2019 at 04:42:17PM +0000, Stefan-gabriel Mirea wrote: >> On 8/6/2019 9:40 PM, gre...@linuxfoundation.org wrote: >>> On Tue, Aug 06, 2019 at 05:11:17PM +0000, Stefan-gabriel Mirea wrote: >>>>

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

2019-08-08 Thread Stefan-gabriel Mirea
Hello Will, 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, >> + Use early console provided by Freescale LinFlex UART >> + serial driver for NXP

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

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

2019-08-09 Thread Stefan-gabriel Mirea
On 8/9/2019 12:53 PM, Will Deacon wrote: > On Fri, Aug 09, 2019 at 09:45:40AM +0000, Stefan-gabriel Mirea wrote: >> 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 Deac

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

2019-08-09 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 --- Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation

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

2019-08-09 Thread Stefan-gabriel Mirea
ff-by: Matthew Nunez [stefan-gabriel.mi...@nxp.com: Reduced for upstreaming and implemented earlycon support] Signed-off-by: Stefan-Gabriel Mirea --- .../admin-guide/kernel-parameters.txt | 6 + drivers/tty/serial/Kconfig| 15 +

[PATCH v2 2/6] arm64: Introduce config for S32

2019-08-09 Thread Stefan-gabriel Mirea
: Stoica 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 4778c775de1b..a9a6152d37eb 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64

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

2019-08-09 Thread Stefan-gabriel Mirea
From: Stoica Cosmin-Stefan Add documentation for the serial communication interface module (LINFlex), found in two instances on S32V234. Signed-off-by: Stoica Cosmin-Stefan Signed-off-by: Larisa Grigore Signed-off-by: Stefan-Gabriel Mirea --- .../bindings/serial/fsl,s32-linflexuart.txt

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

2019-08-09 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 v2 0/6] Add initial support for S32V234-EVB

2019-08-09 Thread Stefan-gabriel Mirea
Mihaela Martinas (2): arm64: Introduce config for S32 arm64: defconfig: Enable configs for S32V234 Stefan-Gabriel Mirea (1): tty: serial: Add linflexuart driver for S32V234 Stoica Cosmin-Stefan (2): arm64: dts: fsl: Add device tree for S32V234-EVB dt-bindings: serial: Document

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

2019-08-09 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

Re: [PATCH v2 2/6] arm64: Introduce config for S32

2019-08-20 Thread Stefan-gabriel Mirea
Hello Shawn, On 8/19/2019 11:15 AM, Shawn Guo wrote: > On Fri, Aug 09, 2019 at 11:29:10AM +0000, Stefan-gabriel Mirea wrote: >> +config ARCH_S32 >> + bool "Freescale S32 SoC Family" > > So you still want to use 'Freescale' than 'NXP' here? &

Re: [PATCH v2 3/6] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-08-20 Thread Stefan-gabriel Mirea
Hello Shawn, Thank you for your suggestions! On 8/19/2019 11:58 AM, Shawn Guo wrote: > On Fri, Aug 09, 2019 at 11:29:12AM +0000, Stefan-gabriel Mirea wrote: >> .../boot/dts/freescale/fsl-s32v234-evb.dts| 24 > > The 'fsl-' prefix can be saved here, so that

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

[PATCH v3 0/7] Add initial support for S32V234-EVB

2019-08-23 Thread Stefan-gabriel Mirea
tty.git/commit/?h=tty-next&id=b953815b819b0f327b5538feba3639d52db70172 [4] https://source.codeaurora.org/external/autobsps32/linux/ [5] https://source.codeaurora.org/external/autobsps32/u-boot/ [6] https://source.codeaurora.org/external/s32ds/compiler/gcc/ Eddy Petrișor (1): dt-bindings: arm: fsl: A

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

2019-08-23 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 v3 7/7] arm64: defconfig: Enable configs for S32V234

2019-08-23 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 v3 2/7] arm64: Introduce config for S32

2019-08-23 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 4778c775de1b..64bbe2d0b04f 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64

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

2019-08-23 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 v3 6/7] dt-bindings: serial: Document Freescale LINFlexD UART

2019-08-23 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 --- .../bindings/serial/fsl,s32-linflexuart.txt

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

2019-08-23 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 v3 3/7] serial: fsl_linflexuart: Update compatible string

2019-08-23 Thread Stefan-gabriel Mirea
The "fsl,s32-linflexuart" compatible string is too generic. Make it SoC specific. Signed-off-by: Stefan-Gabriel Mirea --- drivers/tty/serial/fsl_linflexuart.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/fsl_linflexuart.c b/drivers/

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 1/6] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-09-05 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 v4 2/6] arm64: Introduce config for S32

2019-09-05 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 4778c775de1b..64bbe2d0b04f 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64

[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 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 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 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 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 v5 0/5] Add initial support for S32V234-EVB

2019-10-02 Thread Stefan-gabriel Mirea
oot/ [6] https://source.codeaurora.org/external/s32ds/compiler/gcc/ [7] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2bd3661ea0eb2056852cbc58c5d96bb4df2f164f [8] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0e16feab6cce2b91d2

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

2019-10-02 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 v5 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-02 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 v5 2/5] arm64: Introduce config for S32

2019-10-02 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 v5 4/5] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-10-02 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 v5 5/5] arm64: defconfig: Enable configs for S32V234

2019-10-02 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

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

2019-10-04 Thread Stefan-gabriel Mirea
Hello Greg, On 10/4/2019 4:07 PM, gre...@linuxfoundation.org wrote: > On Wed, Oct 02, 2019 at 01:04:42PM +0000, Stefan-gabriel Mirea wrote: >> --- a/include/uapi/linux/serial_core.h >> +++ b/include/uapi/linux/serial_core.h >> @@ -290,7 +290,7 @@ >> /* Sunix UART */ &

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 v6 1/5] dt-bindings: arm: fsl: Add the S32V234-EVB board

2019-10-10 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 v6 0/5] Add initial support for S32V234-EVB

2019-10-10 Thread Stefan-Gabriel Mirea
e2b91d2996d4bc4eff01ece577c4a [9] https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/commit/?h=tty-linus&id=47934ef7f1883209120781b59d78eaf8b83e2fb7 Eddy Petrișor (1): dt-bindings: arm: fsl: Add the S32V234-EVB board Mihaela Martinas (2): arm64: Introduce config for S32 arm64: def

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

2019-10-10 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 v6 4/5] arm64: dts: fsl: Add device tree for S32V234-EVB

2019-10-10 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 v6 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-10 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 v6 2/5] arm64: Introduce config for S32

2019-10-10 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

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

2019-10-16 Thread Stefan-gabriel Mirea
Hello Greg, On 10/15/2019 10:05 PM, Greg KH wrote: > > This patch does not apply to my tree :( > Thanks for letting me know; I will rebase it in v7. Regards, Stefan

[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 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 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 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 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

[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

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

2019-10-16 Thread Stefan-gabriel Mirea
On 10/16/2019 4:17 PM, Greg KH wrote: > > I've taken patch 3 in my tty-next tree. The others should probably go > through an arm-specific tree, right? Thank you very much, Greg! That was all for the tty tree. I think that the other patches should go to the following trees: * git://git.kernel.or