Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Marek Vasut
On 10/15/23 19:59, Paul Barker wrote: On Sat, Oct 14, 2023 at 09:53:53PM +0200, Marek Vasut wrote: On 10/9/23 18:46, Paul Barker wrote: Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset sign

Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Marek Vasut
On 10/15/23 19:59, Paul Barker wrote: On Sat, Oct 14, 2023 at 09:53:53PM +0200, Marek Vasut wrote: On 10/9/23 18:46, Paul Barker wrote: Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset sign

Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Paul Barker
On Sat, Oct 14, 2023 at 09:53:53PM +0200, Marek Vasut wrote: > On 10/9/23 18:46, Paul Barker wrote: > > Extend the existing driver to support the SCIF serial ports on the > > Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the > > relevant reset signal is de-asserted before we

Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset signal is de-asserted before we try to talk to the SCIF module. Signed-off-by: Paul Barker Reviewed-by:

Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset signal is de-asserted before we try to talk to the SCIF module. Signed-off-by: Paul Barker Reviewed-by:

Re: [PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-15 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset signal is de-asserted before we try to talk to the SCIF module. Signed-off-by: Paul Barker Reviewed-by:

[PATCH v2 12/19] serial: sh: Add RZ/G2L SCIF support

2023-10-09 Thread Paul Barker
Extend the existing driver to support the SCIF serial ports on the Renesas RZ/G2L (R9A07G044) SoC. This also requires us to ensure that the relevant reset signal is de-asserted before we try to talk to the SCIF module. Signed-off-by: Paul Barker Reviewed-by: Biju Das Reviewed-by: Lad Prabhakar