On Fri, Dec 01, 2023 at 08:27:05AM +0000, Greg Kroah-Hartman wrote: > On Fri, Dec 01, 2023 at 03:40:55PM +0800, Crescent CY Hsieh wrote: > > MOXA PCIe RS422/RS485 boards will not function by default because of the > > initial default serial interface of all MOXA PCIe boards is set to > > RS232. > > > > This patch fixes the problem above by setting the initial default serial > > interface to RS422 for those MOXA RS422/RS485 PCIe boards. > > > > Signed-off-by: Crescent CY Hsieh <crescentcy.hsieh@xxxxxxxx> > > Reviewed-by: Jiri Slaby <jirislaby@xxxxxxxxxx> > > --- > > drivers/tty/serial/8250/8250_pci.c | 58 +++++++++++++++++++++++++++++- > > 1 file changed, 57 insertions(+), 1 deletion(-) > > Why is this a RESEND? What happened to the first attempt, did I miss it > somewhere? This RESEND patch is the first patch of this patch series [1], Jiri reviewed the first patch and suggested to split the second patch, so I split the second patch and sent it as a new patch. However, the first patch seems to be overlooked, so I resend it. [1] https://lore.kernel.org/all/20231027062440.7749-1-crescentcy.hsieh@xxxxxxxx/ --- Sincerely, Crescent CY Hsieh