Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-23 Thread Neil Armstrong
Hi, On Sun, 18 Sep 2022 18:17:01 +0200, Edoardo Tomelleri wrote: > Implement setbrg in amlogic/meson serial device with driver model > similar to how the meson_uart.c driver does it in Linux. Also > configure (probe) the serial device with the new reg5 register. > > Thanks, Applied to

Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-23 Thread Neil Armstrong
On 23/09/2022 10:23, Neil Armstrong via groups.io wrote: Hi, On 22/09/2022 20:51, Edoardo Tomelleri wrote: Hello, Il giorno gio 22 set 2022 alle ore 18:51 Neil Armstrong ha scritto: Hi, Sorry for the delay... No problem, don't worry Looks good ! If someone can test it ? otherwise I'll

Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-23 Thread neil . armstrong
Hi, On 22/09/2022 20:51, Edoardo Tomelleri wrote: Hello, Il giorno gio 22 set 2022 alle ore 18:51 Neil Armstrong ha scritto: Hi, Sorry for the delay... No problem, don't worry Looks good ! If someone can test it ? otherwise I'll take it for next release. ...does it count if I've tested

Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-22 Thread Edoardo Tomelleri
Hello, Il giorno gio 22 set 2022 alle ore 18:51 Neil Armstrong ha scritto: > > Hi, > > Sorry for the delay... No problem, don't worry > Looks good ! > > If someone can test it ? otherwise I'll take it for next release. ...does it count if I've tested it? I have a radxa zero board (S905Y2 chip),

Re: [PATCH] arm: amlogic: add setbrg op to serial device

2022-09-22 Thread Neil Armstrong
Hi, Sorry for the delay... On 18/09/2022 18:17, Edoardo Tomelleri wrote: Implement setbrg in amlogic/meson serial device with driver model similar to how the meson_uart.c driver does it in Linux. Also configure (probe) the serial device with the new reg5 register. Signed-off-by: Edoardo

[PATCH] arm: amlogic: add setbrg op to serial device

2022-09-18 Thread Edoardo Tomelleri
Implement setbrg in amlogic/meson serial device with driver model similar to how the meson_uart.c driver does it in Linux. Also configure (probe) the serial device with the new reg5 register. Signed-off-by: Edoardo Tomelleri --- drivers/serial/serial_meson.c | 70