commit | f54fe87acedbbad7d29ad18cab31d2b323717514 | [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 | 54648985e2a64e29784e3ed37cd45b637305cd65 [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>