Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bcma: support chipsets with PMU and GCI cores (devices)

Both cores are another exceptions. They are not accessed in a standard
way and to they don't need or have wrapping addresses.
This fixes bus scanning after finding such core.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Rafał Miłecki and committed by
Kalle Valo
0c06f5d4 7267bcda

+2
+2
drivers/bcma/scan.c
··· 318 318 switch (core->id.id) { 319 319 case BCMA_CORE_4706_MAC_GBIT_COMMON: 320 320 case BCMA_CORE_NS_CHIPCOMMON_B: 321 + case BCMA_CORE_PMU: 322 + case BCMA_CORE_GCI: 321 323 /* Not used yet: case BCMA_CORE_OOB_ROUTER: */ 322 324 break; 323 325 default: