From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH 09/14] ata: Use 32bit DMA in AHCI for Loongson 3. Date: Mon, 18 Jun 2012 16:52:31 +0200 Message-ID: <20120618145231.GA4377@x1.osrc.amd.com> References: <1339747801-28691-1-git-send-email-chenhc@lemote.com> <1339747801-28691-10-git-send-email-chenhc@lemote.com> <4FDB08AC.8010208@mvista.com> <20120617120557.GE31534@liondog.tnic> <20120618101030.GA24308@liondog.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mail.skyhub.de ([78.46.96.112]:34355 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751220Ab2FROwc (ORCPT ); Mon, 18 Jun 2012 10:52:32 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Huacai Chen Cc: Sergei Shtylyov , Ralf Baechle , linux-mips@linux-mips.org, Fuxin Zhang , Zhangjin Wu , Huacai Chen , Hongliang Tao , Hua Yan , linux-ide@vger.kernel.org On Mon, Jun 18, 2012 at 06:41:58PM +0800, Huacai Chen wrote: > Ohh, this is because Loongson-3 has a hardware bug, when the HT > controller receive a 64-bit DMA address, the high bits is lost. So set > to 32-bit DMA is just a workaround. Ok, this should definitely go into the commit message of your patch then since it explains why you need that flag set. Thanks. -- Regards/Gruss, Boris.