ahci: Check and set 64-bit DMA mask for platform AHCI driver
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Thu, 12 Jun 2014 17:40:23 +0000 (12:40 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 17 Jun 2014 19:02:35 +0000 (15:02 -0400)
commitcc7a9e27562cd78a1dc885504086fab24addce40
treeaf6fe405b9a1262922b2e1079b5a84c9768ffdbb
parent94463a9cadc7f72a70ec6ee801109c2f1e44a123
ahci: Check and set 64-bit DMA mask for platform AHCI driver

The current platform AHCI driver does not set the dma_mask correctly
for 64-bit DMA capable AHCI controller. This patch checks the AHCI
capability bit and set the dma_mask and coherent_dma_mask accordingly.

Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Tested-by: Hans de Goede <hdegoede@redhat.com>
Tested-by: Suman Tripathi <stripathi@apm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci_platform.c