On Sun, May 31, 2009 at 08:28:02PM +0200, Florian Fainelli wrote: > In order to get b43 working, we have to register a SPROM > which provides sane values to calibrate the radio, provide > GPIO settings and country code. The SSB bus is initialized > when the PCI bus is registered and expects to find the > SPROM at init time. Thus we have to move our device > registration from device_initcall to arch_initcall. The rationale > behind this comes from Broadcom not providing on-chip > EEPROM to store such settings, but relying on the main > system Flash to provide them by software means. > > Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> Also folded into the series. Ralf