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)
commit0ea6f0c582c2675285ad094df0137f4f0de47869
treeb9e9dffea467908f73cd662d78383db11298b6c5
parentd6a3b51ada68c2bd3e184f4729ce626a1721cf74
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
This page took 0.0256 seconds and 5 git commands to generate.