[PATCH v3 4/5] tty: serial: samsung: Enable console as module
Krzysztof Kozlowski
krzysztof.kozlowski at canonical.com
Mon Dec 13 03:35:41 PST 2021
On 04/12/2021 20:57, Sam Protsenko wrote:
> Enable serial driver to be built as a module. To do so, init the console
> support on driver/module load instead of using console_initcall().
>
> Inspired by commit 87a0b9f98ac5 ("tty: serial: meson: enable console as
> module").
>
> Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
> ---
> Changes in v3:
> - Removed the USI mentioning from commit message
>
> Changes in v2:
> - Added error path handling in samsung_serial_init()
> - Added console unregister in samsung_serial_exit()
>
> drivers/tty/serial/Kconfig | 2 +-
> drivers/tty/serial/samsung_tty.c | 36 ++++++++++++++++++++++++++++----
> 2 files changed, 33 insertions(+), 5 deletions(-)
>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
Best regards,
Krzysztof
More information about the linux-arm-kernel
mailing list