From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v2 3/3] ahci: st: Add support for ST's SATA IP Date: Wed, 26 Feb 2014 08:51:08 -0500 Message-ID: <20140226135108.GC17302@htj.dyndns.org> References: <1393328481-7251-1-git-send-email-lee.jones@linaro.org> <1393328481-7251-3-git-send-email-lee.jones@linaro.org> <20140225144141.GA26788@htj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qa0-f42.google.com ([209.85.216.42]:39940 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751051AbaBZNvM (ORCPT ); Wed, 26 Feb 2014 08:51:12 -0500 Content-Disposition: inline In-Reply-To: <20140225144141.GA26788@htj.dyndns.org> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, DCG_UPD_stlinux_kernel@list.st.com, linux-ide@vger.kernel.org On Tue, Feb 25, 2014 at 09:41:41AM -0500, Tejun Heo wrote: > On Tue, Feb 25, 2014 at 11:41:21AM +0000, Lee Jones wrote: > > Cc: Tejun Heo > > Cc: linux-ide@vger.kernel.org > > Acked-by: Alexandre Torgue > > Signed-off-by: Lee Jones > > Applied to libata/for-3.15 w/ missing "\n" added to dev_err() in > st_ahci_suspend(). Reverted from libata/for-3.15 due to build failure. Please drop ahci_platform_put_resource() calls. ahci_platform now manages it through devres. -- tejun