]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47112ebeee84b66648fa49615c328e1f949e46d1
tree63938f00300b3b9739efd26c3a68fa4f1640b40e
parenteaa4adbacfd2b1066348ba5f2dd48baa84d996dc
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