OSDN Git Service

serial: sh-sci: Kill off the special earlyprintk device.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 21 Jan 2011 07:19:53 +0000 (16:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 21 Jan 2011 07:19:53 +0000 (16:19 +0900)
commit906b17dc089f7fa87e37a9cfe6ee185efc90e0da
treebc763167f3a1554d4de7210ea720c5e9d908cf7b
parent1020520e41965eb11759a0c40e6ab66297340df6
serial: sh-sci: Kill off the special earlyprintk device.

This reworks some of the code a bit so that we always wrap in to the
global port array instead of flipping between it and the special early
device. This will make it easier to split the initialization in to early
and late parts where we can simply initialize the remaining bits of the
partially-initialized port coming off of the early console later in the
boot process.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c