mbox series

[0/3] a few fixes for sprd serial driver

Message ID 20200316101930.9962-1-zhang.lyra@gmail.com
Headers show
Series a few fixes for sprd serial driver | expand

Message

Chunyan Zhang March 16, 2020, 10:19 a.m. UTC
From: Chunyan Zhang <chunyan.zhang@unisoc.com>

Recently I found that sprd serial driver has a few problems if the clock
drivers were built as modules which were needed by serial driver, and the
serial driver would be postponed until those clock modules were installed.

Chunyan Zhang (3):
  serial: sprd: check console via stdout-path in addition
  serial: sprd: remove __init from sprd_console_setup
  serial: sprd: cleanup the sprd_port when return -EPROBE_DEFER

 drivers/tty/serial/sprd_serial.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)