[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190826072929.7696-1-zhang.lyra@gmail.com>
Date: Mon, 26 Aug 2019 15:29:26 +0800
From: Chunyan Zhang <zhang.lyra@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.com>, Orson Zhai <orsonzhai@...il.com>,
Baolin Wang <baolin.wang@...aro.org>
Cc: linux-serial@...r.kernel.org, linux-kernel@...r.kernel.org,
Chunyan Zhang <zhang.lyra@...il.com>
Subject: [PATCH 0/3] keep console alive even if missing the 'enable' clock
From: Chunyan Zhang <chunyan.zhang@...soc.com>
After the commit 4007098f4ce4 (serial: sprd: Add power management for the Spreadtrum serial controller),
the 'enable' clock was forced to be configured in device tree, otherwise the uart devices couldn't be
probed successfully.
With this patch-set, the uart device which is used as console would be allowed to register even without
any clock configured in device tree, this will make debug easier.
Chunyan Zhang (3):
serial: sprd: check the right port and membase
serial: sprd: add console_initcall in sprd's uart driver
serial: sprd: keep console alive even if missing the 'enable' clock
drivers/tty/serial/sprd_serial.c | 42 ++++++++++++++++++++++++++------
1 file changed, 34 insertions(+), 8 deletions(-)
--
2.20.1
Powered by blists - more mailing lists