-
- Downloads
ssb: pick SoC invariants code from MIPS BCM47xx arch
There is code in ssb fetching "invariants" that is basically a set of board specific data. Every host requires its own implementation of reading function. In ssb we have support for PCI, PCMCIA & SDIO. For some (historical?) reason code reading "invariants" for SoC was placed in arch code and provided by a callback. This is not needed nowadays, so lets move that into ssb. This way we keep all "invariants" functions in a single module making code cleaner. Signed-off-by:Rafał Miłecki <zajec5@gmail.com> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org>
Showing
- arch/mips/bcm47xx/setup.c 1 addition, 38 deletionsarch/mips/bcm47xx/setup.c
- drivers/ssb/Kconfig 1 addition, 1 deletiondrivers/ssb/Kconfig
- drivers/ssb/host_soc.c 37 additions, 0 deletionsdrivers/ssb/host_soc.c
- drivers/ssb/main.c 2 additions, 3 deletionsdrivers/ssb/main.c
- drivers/ssb/ssb_private.h 3 additions, 0 deletionsdrivers/ssb/ssb_private.h
- include/linux/ssb/ssb.h 3 additions, 7 deletionsinclude/linux/ssb/ssb.h
Please register or sign in to comment