From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: [PATCH v2] sata_sil24: Use memory barriers before issuing commands Date: Wed, 23 Jun 2010 09:00:14 -0400 Message-ID: <4C22055E.5060705@teksavvy.com> References: <20100610160212.18091.29856.stgit@e102109-lin.cambridge.arm.com> <4C110EDD.2010409@kernel.org> <1276187002.24535.88.camel@e102109-lin.cambridge.arm.com> <4C118697.9090305@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54093 "EHLO ironport2-out.pppoe.ca" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751217Ab0FWNKN (ORCPT ); Wed, 23 Jun 2010 09:10:13 -0400 In-Reply-To: <4C118697.9090305@gmail.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Robert Hancock Cc: Catalin Marinas , Tejun Heo , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Colin Tuckley , Jeff Garzik , linux-arch On 10/06/10 08:43 PM, Robert Hancock wrote: .. > My memory is fuzzy but I thought this came up before on PPC and I also > thought the conclusion was that the platform code (for writel, etc.) > should enforce ordering of MMIO accesses with respect to normal RAM > accesses. (Or maybe it was just MMIO accesses with respect to each > other?) I don't think the answer to that question has been clearly > documented anywhere, which is somewhat unfortunate. .. Different problem. That discussion was for PIO reads into the page cache, and ensuring coherency from all of that. Whereas this patch is just ordinary low-level chipset programming, and ensuring the descriptors are visible before issuing the "go" command.