Re: [PATCH v2 1/2] serial: 8250_pci: Add support for Sunix serial boards

2019-08-13 Thread Andy Shevchenko
On Tue, Aug 13, 2019 at 9:12 AM Greg Kroah-Hartman wrote: > On Tue, Aug 13, 2019 at 12:36:40PM +0800, Kai-Heng Feng wrote: > > at 21:18, Andy Shevchenko wrote: > > > On Fri, Aug 9, 2019 at 10:05 PM Kai-Heng Feng > > > wrote: > > > Can you, please, split out the Sunix quirk driver to a separate

Re: [PATCH v2 1/2] serial: 8250_pci: Add support for Sunix serial boards

2019-08-12 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2019 at 12:36:40PM +0800, Kai-Heng Feng wrote: > Hi Andy, > > at 21:18, Andy Shevchenko wrote: > > > On Fri, Aug 9, 2019 at 10:05 PM Kai-Heng Feng > > wrote: > > > Add support to Sunix serial boards with up to 16 ports. > > > > > > Sunix board need its own setup callback instea

Re: [PATCH v2 1/2] serial: 8250_pci: Add support for Sunix serial boards

2019-08-12 Thread Kai-Heng Feng
Hi Andy, at 21:18, Andy Shevchenko wrote: On Fri, Aug 9, 2019 at 10:05 PM Kai-Heng Feng wrote: Add support to Sunix serial boards with up to 16 ports. Sunix board need its own setup callback instead of using Timedia's, to properly support more than 4 ports. Can you, please, split out the

Re: [PATCH v2 1/2] serial: 8250_pci: Add support for Sunix serial boards

2019-08-10 Thread Andy Shevchenko
On Fri, Aug 9, 2019 at 10:05 PM Kai-Heng Feng wrote: > > Add support to Sunix serial boards with up to 16 ports. > > Sunix board need its own setup callback instead of using Timedia's, to > properly support more than 4 ports. > Can you, please, split out the Sunix quirk driver to a separate modul