From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v7 3/3] ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver. Date: Thu, 21 Aug 2014 09:14:39 -0500 Message-ID: <20140821141439.GB1766@mtj.dyndns.org> References: <1408429911-1406-1-git-send-email-stripathi@apm.com> <1408429911-1406-4-git-send-email-stripathi@apm.com> <20140819154912.GC16480@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-ide-owner@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 , Don Dutile , Jon Masters , patches@apm.com List-Id: devicetree@vger.kernel.org On Thu, Aug 21, 2014 at 01:48:00PM +0530, Suman Tripathi wrote: > [suman] : The problem is COMRESET didn't failed. I meant the hardreset is > successful (return 0) but the device is not detected even if device is > present due to speed negotiation failure. For that reason I check for the > Pxstatus and retried. Alright, please update the comment to explain what's going on. Thanks. -- tejun