Hi Andy, On Mon, Oct 15, 2018 at 6:49 AM Andy Duan <fugang.duan@xxxxxxx> wrote: > > From: Fugang Duan <fugang.duan@xxxxxxx> > > Current driver only enable parity enable bit and never clear it > when user set the termios. The fix clear the parity enable bit when > PARENB flag is not set in termios->c_cflag. > > The patch also correct the typo "UARTCR1_PE" to "UARTCTRL_PE" although > there has no function impacted. It would be better if this change was in a separate patch.