]> 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)
commit21253819efc8e90b289c1b3669885b3783d7987d
treeb9e9dffea467908f73cd662d78383db11298b6c5
parentdc8a846cadc21e45320e16b790e3580f1610f1bc
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