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

From: Greg Kroah-Hartman
Date: Tue Aug 13 2019 - 02:12:41 EST


On Tue, Aug 13, 2019 at 12:36:40PM +0800, Kai-Heng Feng wrote:
> Hi Andy,
>
> at 21:18, Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote:
>
> > On Fri, Aug 9, 2019 at 10:05 PM Kai-Heng Feng
> > <kai.heng.feng@xxxxxxxxxxxxx> 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 module
> > (see examples like: 8250_exar, 8250_lpss, 8250_mid)?
> > And then with a fewer LOCs add a new boards.
>
> Greg asked Sunix to use existing 8250_pci.c instead of its own module.
> It only needs a special setup function, other parts are just 8250_pci.

Agreed. And this patch is already in my tree :)

If people really worry about size issues, start carving this up by
different configuration options, or yes, split it up into tiny modules
(but note the overhead there when things get too tiny, it's a
diminishing return).

> Why does split them a better idea? I even think of squashing 8250_moxa into
> 8250_pci.

I would agree with you, I bet you save space if you do that.

thanks,

greg k-h