26 Jun
2013
26 Jun
'13
7:56 p.m.
On 06/26/2013 05:48 AM, Mark Brown wrote:
From: Mark Brown broonie@linaro.org
Currently we can only have a single platform built in with AC'97 support due to the use of a global variable to provide the bus operations. Fix this by making that variable a pointer and having the bus drivers set the operations prior to registering.
This is not a particularly good or nice approach but it avoids blocking multiplatform and a real fix involves fixing the fairly deep problems with AC'97 support - we should be converting it to a real bus.
Reviewed-by: Stephen Warren swarren@nvidia.com