RE: [PATCH 0/7] tty: xilinx_uartps: fixes and improvements

From: Shubhrajyoti Datta
Date: Tue May 10 2022 - 07:54:38 EST


Hi Greg,

Thanks for the review.

> -----Original Message-----
> From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> Sent: Friday, May 6, 2022 2:19 AM
> To: Shubhrajyoti Datta <shubhraj@xxxxxxxxxx>
> Cc: linux-serial@xxxxxxxxxxxxxxx; Michal Simek <michals@xxxxxxxxxx>;
> jirislaby@xxxxxxxxxx; git <git@xxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx
> Subject: Re: [PATCH 0/7] tty: xilinx_uartps: fixes and improvements
>
> On Fri, Apr 29, 2022 at 01:44:15PM +0530, Shubhrajyoti Datta wrote:
> > Many of the stuff is reported by static analysis changes are
> >
> > - Update the copyright text
> > - Check the return valuesof runtime and clock enable calls
> > - Check the ignore_status in the isr
> > - Prevent writing to the fifo when controller is disabled.
> >
> > Michal Simek (1):
> > xilinx: Update copyright text to correct format
> >
> > Shubhrajyoti Datta (6):
> > tty: xilinx_uartps: Check the clk_enable return value
> > tty: xilinx_uartps: Add check for runtime_get_sync calls
> > tty: xilinx_uartps: Check clk_enable return type
> > tty: xilinx_uartps: Make the timeout unsigned
> > serial: uartps: Fix the ignore_status
> > serial: uartps: Prevent writes when the controller is disabled
>
> Nit, why is the subject line prefix not unified here? Shouldn't they all be "tty:
> xilinx_uartps:" like 4 of them are?
>
> Can you fix up and resend?

I will fix up and resend in v2
>
> thanks,
>
> greg k-h