From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH v2] ahci: platform support for suspend/resume Date: Thu, 15 Dec 2011 14:18:21 -0500 Message-ID: <4EEA47FD.4050407@pobox.com> References: <1321643410-16102-1-git-send-email-computersforpeace@gmail.com> <20111118192809.GF11736@legolas.emea.dhcp.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qy0-f174.google.com ([209.85.216.174]:54296 "EHLO mail-qy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756439Ab1LOTSZ (ORCPT ); Thu, 15 Dec 2011 14:18:25 -0500 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Brian Norris Cc: balbi@ti.com, linux-ide@vger.kernel.org, Linux Kernel , linux-pm@lists.linux-foundation.org, Tejun Heo , Anton Vorontsov , Kevin Cernekee , Lin Ming On 12/15/2011 01:13 PM, Brian Norris wrote: > On Fri, Nov 18, 2011 at 11:28 AM, Felipe Balbi wrote: >> On Fri, Nov 18, 2011 at 11:10:10AM -0800, Brian Norris wrote: >>> Add platform hooks for custom suspend() and resume() functions. The >>> generic suspend/resume code in drivers/ata/ahci_platform.c is adapted >>> from the PCI version in drivers/ata/ahci.c. >>> >>> Signed-off-by: Brian Norris >> >> Reviewed-by: Felipe Balbi > > Thanks for the review, Felipe. > > What's the status on this? There have been no comments for almost a > month. Can it be merged? The previous version was queued, but did not apply to upstream (I emailed a comment at the time). Hopefully this one works...