[PATCH v1 0/2] serial_mxc: fixing reception
ZHIZHIKIN Andrey
andrey.zhizhikin at leica-geosystems.com
Mon Sep 5 11:12:49 CEST 2022
Hello Pali,
> -----Original Message-----
> From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Pali Rohar
> Sent: Monday, September 5, 2022 10:59 AM
> To: u-boot at lists.denx.de
> Subject: Re: [PATCH v1 0/2] serial_mxc: fixing reception
>
> On Monday 05 September 2022 10:53:58 Johannes Schneider wrote:
> > while writing to a imx-serial device is probably thoroughly tested - and
> obviosly works for the debug-serial - using a serial driver to read data received
> over the serial interface does not work reliably.
> >
> > the patches in this series address issues found during the implementation of a
> custom uboot-command to query a coprocessor, connected to an imx8mm over uart4,
> for mainboard-identification strings
> >
> >
> > Johannes Schneider (2):
> > serial: mxc: enable the RX pipeline
> > serial: mxc: have putc use the TXFIFO
> >
> > drivers/serial/serial_mxc.c | 13 ++++++++++++-
> > 1 file changed, 12 insertions(+), 1 deletion(-)
>
> Hello! I'm really not maintainer of mxc and I do not have time to review
> those patches. So please do not send me them as I'm spammed with tons of
> unrelated emails/patches.
Then there is a problem with having your name as a maintainer for this file.
If I execute:
$ ./scripts/get_maintainer.pl drivers/serial/serial_mxc.c
"Pali Rohár" <pali at kernel.org> (commit_signer:1/1=100%,authored:1/1=100%,added_lines:2/2=100%,removed_lines:2/2=100%)
u-boot at lists.denx.de (open list)
I guess this has to be corrected then, right?
Regards,
Andrey
More information about the U-Boot
mailing list