From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v1 0/2] Add the PMP support for APM X-Gene SoC AHCI SATA Host Controller driver. Date: Tue, 6 Jan 2015 08:41:54 -0500 Message-ID: <20150106134154.GC3077@htj.dyndns.org> References: <1420538536-32165-1-git-send-email-stripathi@apm.com> <20150106125252.GB3077@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qa0-f49.google.com ([209.85.216.49]:40500 "EHLO mail-qa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755190AbbAFNl5 (ORCPT ); Tue, 6 Jan 2015 08:41:57 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Suman Tripathi Cc: Olof Johansson , Arnd Bergmann , Linux SCSI List , "linux-ide@vger.kernel.org" , "devicetree@vger.kernel.org" , linux-arm-kernel , Mark Langsdorf , Jon Masters , patches@apm.com On Tue, Jan 06, 2015 at 07:10:31PM +0530, Suman Tripathi wrote: > Hi , > > For more info here is the git log output before applying the patch. > > git log > > commit b84b25cb0900b99b28c742dd33101be779f58259 > Merge: 0628ee7 36aae28 > Author: Tejun Heo > Date: Tue Jan 6 07:48:24 2015 -0500 > Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g > > Pull to receive the following two ahci_xgene fixes for the planned > xgene PMP support patches. > > 5c0b8e0de76a8 ("ahci_xgene: Fix the endianess issue in APM X-Gene SoC AHCI > 1102407bb714d ("ahci_xgene: Fix the DMA state machine lockup for the ATA_CM > > Signed-off-by: Tejun Heo > > commit 36aae28e3df4127e296f2680d65cb6310ce61021 > Author: Andy Shevchenko > Date: Fri Dec 12 17:16:31 2014 +0200 > > libata: export ata_get_cmd_descript() > > The driver sata_dwc_460ex is using this symbol. To build it as a > module we have to have the symbol exported. This patch adds > Broken pipe Ah, this was me being stupid. I was using the old patches. Sorry about that. Applied to libata/for-3.20. Thanks. -- tejun