Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1414848
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] serial: earlycon: keep earlycon symbols for non-module and driver clean-ups |
| Date | 2016-06-06 11:50 +0200 |
| Message-ID | <rGZkt-34Q-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
1/4: keep earlycon symbols only when CONFIG_SERIAL_EARLYCON is defined
and the driver is built-in.
2/4 thru 4/4: driver clean-ups.
(partially reverts build fixes by Arnd Bergmann)
Masahiro Yamada (4):
earlycon: mark earlycon code as __used iif the caller is built-in
serial: 8250_uniphier: drop !defined(MODULE) conditional
serial: 8250_mtk: drop !defined(MODULE) conditional
serial: 8250_ingenic: drop #if conditional surrounding earlycon code
drivers/tty/serial/8250/8250_ingenic.c | 2 --
drivers/tty/serial/8250/8250_mtk.c | 2 +-
drivers/tty/serial/8250/8250_uniphier.c | 2 +-
drivers/tty/serial/8250/Kconfig | 2 +-
include/linux/serial_core.h | 8 +++++++-
5 files changed, 10 insertions(+), 6 deletions(-)
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] serial: earlycon: keep earlycon symbols for non-module and driver clean-ups Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-06-06 11:50 +0200
[PATCH 3/4] serial: 8250_mtk: drop !defined(MODULE) conditional Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-06-06 11:50 +0200
Re: [PATCH 3/4] serial: 8250_mtk: drop !defined(MODULE) conditional Matthias Brugger <matthias.bgg@gmail.com> - 2016-06-06 12:30 +0200
Re: [PATCH 0/4] serial: earlycon: keep earlycon symbols for non-module and driver clean-ups Arnd Bergmann <arnd@arndb.de> - 2016-06-06 12:30 +0200
csiph-web