From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCHv3 2/5] ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces Date: Sun, 4 May 2014 15:29:43 -0400 Message-ID: <20140504192943.GG26279@htj.dyndns.org> References: <1397574006-5868-1-git-send-email-thomas.petazzoni@free-electrons.com> <1397574006-5868-3-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qc0-f176.google.com ([209.85.216.176]:57786 "EHLO mail-qc0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434AbaEDT3r (ORCPT ); Sun, 4 May 2014 15:29:47 -0400 Received: by mail-qc0-f176.google.com with SMTP id r5so132581qcx.35 for ; Sun, 04 May 2014 12:29:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397574006-5868-3-git-send-email-thomas.petazzoni@free-electrons.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Thomas Petazzoni Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Tawfik Bayouk , Nadav Haklai , Lior Amsalem , Ezequiel Garcia , linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartlomiej Zolnierkiewicz On Tue, Apr 15, 2014 at 05:00:03PM +0200, Thomas Petazzoni wrote: > The Marvell Armada 380 SoC includes two AHCI compatible > interfaces. However, like all DMA-capable Marvell interface, they > require special handling to configure MBus windows. Therefore, this > commit adds a new ahci_mvebu driver, which relies on the > libahci_platform.c code recently introduced. > > Signed-off-by: Thomas Petazzoni Applied to libata/for-3.16. Thanks. -- tejun