From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] serial: 8250: fix building Ingenic with SERIAL_8250=m
Date: Mon, 08 Feb 2016 22:45:07 +0100 [thread overview]
Message-ID: <2444356.TvhDejDUJL@wuerfel> (raw)
In-Reply-To: <20160208164543.GY23093@windriver.com>
On Monday 08 February 2016 11:45:44 Paul Gortmaker wrote:
> [[PATCH 2/2] serial: 8250: fix building Ingenic with SERIAL_8250=m] On 08/02/2016 (Mon 13:51) Arnd Bergmann wrote:
>
> > The Ingenic 8250 driver has a 'bool' Kconfig symbol, but that
> > breaks when SERIAL_8250 is a loadable module:
> >
> > drivers/tty/built-in.o: In function `ingenic_uart_probe':
> > 8250_ingenic.c:(.text+0x1c1a0): undefined reference to `serial8250_register_8250_port'
> >
> > This changes the symbol to a 'tristate', plus a dependency on
>
> Note that Greg just queued a patch yesterday (but sent in 2015) that
> removed what was the dead modular code.
>
> It could also depend on SERIAL_8250=y to resolve the build issue you
> found, if nobody cares about having modular SOC console UART drivers.
All other UART drivers can be modules, no need for this to be an
exception I think. Having it depend on SERIAL_8250=y would make the
driver disabled on 'allmodconfig', which is a bit counterproductive for
the purpose of allmodconfig. I don't think anyone actually cares about
the driver being runtime loaded on real hardware.
> Either way, I don't have issue with it being tristate vs bool, but if
> you do go with tristate, then my patch will have to be dropped/reverted.
Fine with me too.
I also now saw in the randconfig builds that the driver is missing an #include
<linux/module.h>, which I guess is going to be there after reverting your
patch.
I'll send a new series.
Arnd
next prev parent reply other threads:[~2016-02-08 21:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 12:51 [PATCH 1/2] serial: 8250: fix building mediatek with SERIAL_8250=m Arnd Bergmann
2016-02-08 12:51 ` [PATCH 2/2] serial: 8250: fix building Ingenic " Arnd Bergmann
2016-02-08 16:45 ` Paul Gortmaker
2016-02-08 21:45 ` Arnd Bergmann [this message]
2016-02-08 16:55 ` [PATCH 1/2] serial: 8250: fix building mediatek " Paul Gortmaker
2016-02-11 13:49 ` Arnd Bergmann
2016-02-10 18:06 ` Matthias Brugger
2016-02-10 19:52 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2444356.TvhDejDUJL@wuerfel \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox