summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-07-23 23:33:07 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-27 11:07:08 -0700
commitc8ed99d4f6a8ac03f397877d25428698f461a2af (patch)
tree8d2580e722004f2790cf315e59ef313c37382d8e /arch
parent7fe090bf48b522de8cd6fe85e2b3252ed74e74f8 (diff)
downloadop-kernel-dev-c8ed99d4f6a8ac03f397877d25428698f461a2af.zip
op-kernel-dev-c8ed99d4f6a8ac03f397877d25428698f461a2af.tar.gz
serial: 8250_dw: Add support for deferred probing
The 8250_dw driver fails to probe if the specified clock isn't registered at probe time. Even if a clock frequency is given, the required clock might be gated because it wasn't properly enabled. This happened to me when the device is registered through DT, and the clock was part of an MFD, the PRCM found on A31 and A23 SoCs. Unlike core clocks that are registered with OF_CLK_DECLARE, which happen almost immediately after the kernel starts, the clocks are registered as sub-devices of the PRCM MFD platform device. Even though devices are registered in the order they are found in the DT, the drivers are registered in a different, arbitrary order. It is possible that the 8250_dw driver is registered, and thus associated with the device and probed, before the clock driver is registered and probed. 8250_dw then reports unable to get the clock, and fails. Without a working console, the kernel panics. This patch adds support for deferred probe handling for the clock and reset controller. It also fixes the cleanup path if serial8250_register_8250_port fails. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud