On 09/03/2014 10:59 PM, Rafał Miłecki wrote: > This makes NVRAM code less bcm47xx/ssb specific allowing it to become a > standalone driver in the future. A similar patch for bcma will follow > when it's ready. > > Signed-off-by: Rafał Miłecki <zajec5@xxxxxxxxx> Acked-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > This patch depends on > [PATCH] MIPS: BCM47XX: Get rid of calls to KSEG1ADDR in nvram > > V2: Typo in commit message s/bcma/ssb/ > > V3: Put function declaration in > arch/mips/include/asm/mach-bcm47xx/bcm47xx_nvram.h > (why did I miss that earlier?! Thanks Hauke) > --- > arch/mips/bcm47xx/nvram.c | 30 +++++++--------------- > arch/mips/include/asm/mach-bcm47xx/bcm47xx_nvram.h | 1 + > drivers/ssb/driver_mipscore.c | 14 +++++++++- > 3 files changed, 23 insertions(+), 22 deletions(-) >