Hi Greg, Thanks for the feedback. > Subject: Re: [PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler > > On Tue, Apr 11, 2023 at 11:08:59AM +0100, Biju Das wrote: > > commit b43a18647f03c87e77d50d6fe74904b61b96323e upstream. > > > > The fourth interrupt on SCI port is transmit end interrupt compared to > > the break interrupt on other port types. So, shuffle the interrupts to > > fix the transmit end interrupt handler. > > > > Fixes: e1d0be616186 ("sh-sci: Add h8300 SCI") > > Cc: stable <stable@xxxxxxxxxx> > > Suggested-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > Link: > > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > [biju: manually fixed the conflicts] > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > > --- > > Resending to 4.14 with confilcts [1] fixed. > > [1] > > You did not actually build your patch, as it breaks the build :( Actually, I build the patch, but did not test it on target as I don't have the platform to test it. I got some issues while building modules which is unrelated to this change. Anyway, I will double check again and confirm. Cheers, Biju