From: Tejun Heo Date: Mon, 7 Apr 2008 13:47:18 +0000 (+0900) Subject: libata: separate out ata_std_postreset() from ata_sff_postreset() X-Git-Tag: v2.6.26-rc1~1150^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=203c75b8245c5386044721d9c5eda5c6b71b3d14;p=pandora-kernel.git libata: separate out ata_std_postreset() from ata_sff_postreset() Separate out generic ATA portion from ata_sff_postreset() into ata_std_postreset() and implement ata_sff_postreset() using the std version. ata_base_port_ops now has ata_std_postreset() for its postreset and ata_sff_port_ops overrides it to ata_sff_postreset(). This change affects pdc_adma, ahci, sata_fsl and sata_sil24. pdc_adma now specifies postreset to ata_sff_postreset() explicitly. sata_fsl and sata_sil24 now use ata_std_postreset() which makes no difference to them. ahci now calls ata_std_postreset() from its own postreset method, which causes no behavior difference. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed