]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ahci: disable ncq feature for hisilicon sata
authorKefeng Wang <kefeng.wang@linaro.org>
Tue, 24 Jun 2014 20:54:23 +0000 (16:54 -0400)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:27 +0000 (21:17 -0600)
commit17e06c3b0ab91f644f867aa45fba590911d0e517
treedc4166c76ccf91d35755df57f70e45d8fc524c14
parentab62aee84ed4a0e2846bba4447d02a3977d24b0f
ahci: disable ncq feature for hisilicon sata

NCQ feature is unsupported on hisilicon sata controller, so disable
it.  This version of IP is used by hip04 and hix5hd2 soc.

tj: "|=" was replaced with "=" for no reason.  Restored "|=".

Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org>
Sigend-off-by: Tejun Heo <tj@kernel.org>
(cherry picked from commit 72cbaa3d2f563d7b48c9f8aef47ec9aa3a31adf2)
drivers/ata/ahci_platform.c