]> git.baikalelectronics.ru Git - kernel.git/commit
bcma: move flash detection code to ChipCommon core driver
authorRafał Miłecki <zajec5@gmail.com>
Fri, 12 Feb 2016 09:15:45 +0000 (10:15 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 7 Mar 2016 12:41:08 +0000 (14:41 +0200)
commit34385e59291bb5d1b22aa87759884d54eb0f9786
treeb9e9dffea467908f73cd662d78383db11298b6c5
parent5ac1dddd7eddc8f4c969229663a4c2a4a01acd3d
bcma: move flash detection code to ChipCommon core driver

Flashes are attached and accessible through ChipCommon core, they aren't
connected to MIPS one. Moreover some new ARM devices (e.g. BCM47189) may
have serial flash accessibility using ChipCommon registers as well. To
support them we can't keep this code in MIPS core driver.

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