commit | 0ea6f0c582c2675285ad094df0137f4f0de47869 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Fri Feb 12 10:15:45 2016 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Mar 07 14:41:08 2016 +0200 |
tree | b9e9dffea467908f73cd662d78383db11298b6c5 | |
parent | d6a3b51ada68c2bd3e184f4729ce626a1721cf74 [diff] |
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>