From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] libata: acpi: call ata_acpi_gtm during ata port init time Date: Fri, 17 Aug 2012 13:31:51 -0400 Message-ID: <502E8007.2060103@pobox.com> References: <1345021692-4666-1-git-send-email-aaron.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:61731 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758093Ab2HQRb4 (ORCPT ); Fri, 17 Aug 2012 13:31:56 -0400 In-Reply-To: <1345021692-4666-1-git-send-email-aaron.lu@intel.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Aaron Lu Cc: Sergei Trofimovich , Jeff Garzik , Matthew Garrett , Holger Macht , Lin Ming , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Aaron Lu On 08/15/2012 05:08 AM, Aaron Lu wrote: > Commit 30dcf76acc695cbd2fa919e294670fe9552e16e7 mistakenly dropped > the code to get an initial gtm for the IDE channel. This caused the > following problem for Sergei: > http://marc.info/?l=linux-kernel&m=134484963618457&w=2 > > Fix this by adding the call back in ata_acpi_bind_host, and due to > this, the ata_ap_acpi_handle is modified accordingly. > > Reported-by: Sergei Trofimovich > Signed-off-by: Aaron Lu > --- > drivers/ata/libata-acpi.c | 15 ++++----------- > 1 file changed, 4 insertions(+), 11 deletions(-) applied