From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757513Ab1LGS3l (ORCPT ); Wed, 7 Dec 2011 13:29:41 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:55213 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756504Ab1LGS3j (ORCPT ); Wed, 7 Dec 2011 13:29:39 -0500 Date: Wed, 7 Dec 2011 10:29:33 -0800 From: Tejun Heo To: Lin Ming Cc: Jeff Garzik , James Bottomley , Alan Stern , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Huang Ying , Zhang Rui Subject: Re: [PATCH v5 6/6] ata: add ata port runtime PM callbacks Message-ID: <20111207182933.GC7610@google.com> References: <1323048028-10421-1-git-send-email-ming.m.lin@intel.com> <1323048028-10421-7-git-send-email-ming.m.lin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 07, 2011 at 04:42:09PM +0800, Lin Ming wrote: > On Mon, Dec 5, 2011 at 9:20 AM, Lin Ming wrote: > > Add ata port runtime suspend/resume/idle callbacks. > > Set ->eh_noresume to skip the runtime PM calls on scsi host > > in the error handler to avoid dead lock. > > Hi Tejun & Alan, > > How about this patch? Looks good to me. Acked-by: Tejun Heo Thanks. -- tejun