]> git.baikalelectronics.ru Git - kernel.git/commit
bcma: move parallel flash support to separated file
authorRafał Miłecki <zajec5@gmail.com>
Fri, 12 Feb 2016 09:15:44 +0000 (10:15 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 7 Mar 2016 12:41:08 +0000 (14:41 +0200)
commit5ac1dddd7eddc8f4c969229663a4c2a4a01acd3d
treea328a3f4e2101ba5748ce468c3a622fcd2bbc79e
parentd43b50efdce902173ec52e88bf04ea6e946d818b
bcma: move parallel flash support to separated file

This follows the way of handling other flashes and cleans code a bit. As
next task we will want to move flash code to ChipCommon driver as:
1) Flash controllers are accesible using ChipCommon registers
2) This code isn't MIPS specific
This change prepares bcma for that.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/bcma/Kconfig
drivers/bcma/Makefile
drivers/bcma/bcma_private.h
drivers/bcma/driver_chipcommon_pflash.c [new file with mode: 0644]
drivers/bcma/driver_mips.c
drivers/bcma/main.c
include/linux/bcma/bcma_driver_chipcommon.h