mbox series

[5.10.y-cip,0/7] RZ/V2M UART FIFO support

Message ID 20230613132339.150671-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series RZ/V2M UART FIFO support | expand

Message

Biju Das June 13, 2023, 1:23 p.m. UTC
This patch series aims to add UART fifo support for RZ/V2M EVK.

All these patches are cherry-picked from the mainline.

Biju Das (7):
  serial: 8250_em: Simplify probe()
  serial: 8250_em: Drop unused header file
  serial: 8250_em: Add missing break statement
  serial: 8250_em: Use devm_clk_get_enabled()
  serial: 8250_em: Use pseudo offset for UART_FCR
  serial: 8250_em: Add serial8250_em_{reg_update(),out_helper()}
  arm64: dts: renesas: rzv2mevk2: Add uart0 pins

 .../boot/dts/renesas/r9a09g011-v2mevk2.dts    |  11 ++
 drivers/tty/serial/8250/8250_em.c             | 113 ++++++++++++++----
 2 files changed, 101 insertions(+), 23 deletions(-)

Comments

Nobuhiro Iwamatsu June 14, 2023, 12:39 a.m. UTC | #1
Hi Biju,

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Tuesday, June 13, 2023 10:24 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>
> Cc: Chris Paterson <chris.paterson2@renesas.com>; Biju Das
> <biju.das.jz@bp.renesas.com>; Fabrizio Castro
> <fabrizio.castro.jz@renesas.com>
> Subject: [PATCH 5.10.y-cip 0/7] RZ/V2M UART FIFO support
> 
> This patch series aims to add UART fifo support for RZ/V2M EVK.
> 
> All these patches are cherry-picked from the mainline.
> 
> Biju Das (7):
>   serial: 8250_em: Simplify probe()
>   serial: 8250_em: Drop unused header file
>   serial: 8250_em: Add missing break statement
>   serial: 8250_em: Use devm_clk_get_enabled()
>   serial: 8250_em: Use pseudo offset for UART_FCR
>   serial: 8250_em: Add serial8250_em_{reg_update(),out_helper()}
>   arm64: dts: renesas: rzv2mevk2: Add uart0 pins
> 
>  .../boot/dts/renesas/r9a09g011-v2mevk2.dts    |  11 ++
>  drivers/tty/serial/8250/8250_em.c             | 113
> ++++++++++++++----
>  2 files changed, 101 insertions(+), 23 deletions(-)
> 
> --
> 2.25.1

I reviewed this series. Looks fine to me.
I can apply, if there are no other comments and issues.

Test: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/899104272
Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Best regards,
  Nobuhiro
Pavel Machek June 15, 2023, 8:23 a.m. UTC | #2
Hi!

> I reviewed this series. Looks fine to me.
> I can apply, if there are no other comments and issues.
> 
> Test: https://gitlab.com/cip-project/cip-kernel/linux-cip/-/pipelines/899104272
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

Thanks for review. I added your reviewed-by tag and applied the
series.

Best regards,
								Pavel