Hidden power management, binary blobs?
Hidden power management, binary blobs?
Posted Dec 31, 2008 8:44 UTC (Wed) by tajyrink (subscriber, #2750)In reply to: Hidden power management, binary blobs? by ajross
Parent article: The Android Dev Phone 1
Regarding power management, I referred to this Matthew Garrett's quote of the week about Android's power management being done using tokenized dead mice passed through a wormhole, which sounds a bit non-optimal: http://lwn.net/Articles/306531/
Posted Dec 31, 2008 14:05 UTC (Wed)
by mjg59 (subscriber, #23239)
[Link]
From the power management point of view, the drivers are open, the power management core is open and the application layer that interacts with their power management interface is open. I think it's a pretty dreadful and unscalable solution (suspend sequencing is implemented by devices registering callbacks with priorities, so dependencies need to be explicitly stated rather than being implied by the device tree) and I still don't have any idea what problem it's trying to solve, but they're certainly not hiding anything secret there.
Hidden power management, binary blobs?