commit | eb453df8a4eab362b3d73e88cdf778c6a65fffdf | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Apr 20 10:21:25 2010 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed May 12 04:53:51 2010 -0500 |
tree | 7b7d9c080a2a160733bd7528ac77733bc0ea0ae9 | |
parent | 0edddd968333b1ebe43e9d4bd1e6e2db49c440ab [diff] |
85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled On the MPC85xx platform if we have SATA its connected on SERDES. Determing if SATA is enabled via sata_initialize should not be board specific and thus we move it out of the MPC8536DS board code. Additionally, now that we have is_serdes_configured() we can determine if the given SATA port is enabled and error out if its not in the driver. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>