From: Mark Lord Date: Mon, 6 Apr 2009 19:26:24 +0000 (-0400) Subject: sata_mv: workaround errata SATA#13 X-Git-Tag: v2.6.30-rc1~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f3b6d7551306c00cf834540a33184de67c9187;p=pandora-kernel.git sata_mv: workaround errata SATA#13 Add remainder of workaround for errata SATA#13. This prevents writes of certain adjacent 32-bit registers from being combined into single 64-bit writes, which might fail for the affected registers. Most of sata_mv is already safe from this issue, but adding this code to mv_write_cached_reg() will catch the remaining cases and hopefully prevent future ones. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed