linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] keep console alive even if missing the 'enable' clock
@ 2019-08-26  7:29 Chunyan Zhang
  2019-08-26  7:29 ` [PATCH 1/3] serial: sprd: check the right port and membase Chunyan Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chunyan Zhang @ 2019-08-26  7:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Orson Zhai, Baolin Wang
  Cc: linux-serial, linux-kernel, Chunyan Zhang

From: Chunyan Zhang <chunyan.zhang@unisoc.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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-03  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26  7:29 [PATCH 0/3] keep console alive even if missing the 'enable' clock Chunyan Zhang
2019-08-26  7:29 ` [PATCH 1/3] serial: sprd: check the right port and membase Chunyan Zhang
2019-08-26  7:29 ` [PATCH 2/3] serial: sprd: add console_initcall in sprd's uart driver Chunyan Zhang
2019-08-26  7:29 ` [PATCH 3/3] serial: sprd: keep console alive even if missing the 'enable' clock Chunyan Zhang
2019-09-03  9:20 ` [PATCH 0/3] " Baolin Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).