commit | 90870d79d4f28711610dd2e72d8fa616c922d110 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sat Feb 22 16:53:37 2014 +0100 |
committer | Tejun Heo <tj@kernel.org> | Sat Feb 22 15:35:42 2014 -0500 |
tree | e638a1684bce7401e5451eb720a2b052c014d312 | |
parent | c5754b5220f01e8722799d35c04a76e82c62d7d8 [diff] |
ahci-imx: Port to library-ised ahci_platform This avoids the ugliness of creating a nested platform device from probe. While moving it around anyways, move the mk6q phy init code from probe to imx_sata_enable, as the phy needs to be re-initialized on resume too, otherwise the drive won't be recognized after resume. Tested on a wandboard i.mx6 quad. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>