bcma: init serial console directly from ChipCommon code
authorRafał Miłecki <zajec5@gmail.com>
Fri, 22 Jan 2016 17:02:54 +0000 (18:02 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 6 Feb 2016 11:45:04 +0000 (13:45 +0200)
commit4c81acab3816c6941900c2abdb412df6cf34bc74
tree63938f00300b3b9739efd26c3a68fa4f1640b40e
parent36e8072ebeb1981074c7ec1b63bae3ecc3295b4b
bcma: init serial console directly from ChipCommon code

UART is connected to and controlled over ChipCommon core. It doesn't
have much to do with MIPS core (where we initialize it currently)
except just existing on embedded systemms. There isn't point of such
cross-core initialization (and we needed #ifdef anyway) so just handle
it in ChipCommon.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/bcma/bcma_private.h
drivers/bcma/driver_chipcommon.c
drivers/bcma/driver_mips.c