Looking for any errors on boot I found this in my log "Error: Driver 'pmic_battery' is already registered, aborting..."
The adaptation-mrst kernel config has both BATTERY_INTEL_MID_MRST and BATTERY_INTEL_PMIC_MRST enabled, which will build in both intel_mid_battery and intel_pmic_battery. Each of these modules attempts to register a platform driver named 'pmic_battery', so the second one fails. I'm not sure which driver is actually being used, if it just comes down to link order then I'm guessing it's intel_mid_battery. Looked wrong to me, thought I'd bring it up. - Chris _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
