From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751871AbbASPHt (ORCPT ); Mon, 19 Jan 2015 10:07:49 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:57899 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751356AbbASPHr (ORCPT ); Mon, 19 Jan 2015 10:07:47 -0500 Date: Mon, 19 Jan 2015 16:05:26 +0100 From: Andrew Lunn To: Tejun Heo Cc: Hans de Goede , Gregory CLEMENT , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, Antoine =?iso-8859-1?Q?T=E9nart?= , Liam Girdwood , Mark Brown , Thomas Petazzoni , Ezequiel Garcia , Maxime Ripard , Boris BREZILLON , Jason Cooper , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Mark Rutland , devicetree@vger.kernel.org Subject: Re: [PATCH v4 0/4] ata: libahci: Allow using a regulator for each port Message-ID: <20150119150526.GB32663@lunn.ch> References: <1421330978-9694-1-git-send-email-gregory.clement@free-electrons.com> <54B8C49A.9070302@redhat.com> <20150119145413.GJ8140@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150119145413.GJ8140@htj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 19, 2015 at 09:54:13AM -0500, Tejun Heo wrote: > On Fri, Jan 16, 2015 at 08:58:18AM +0100, Hans de Goede wrote: > > Hi, > > > > On 15-01-15 15:09, Gregory CLEMENT wrote: > > >The current implementation of the libahci allows using one PHY per > > >port but we still have one single regulator for the whole > > >controller. This series adds the support of multiple regulators. > > > > > >This is the forth version of the series. > > > > > >The improvement of this version is the use of > > >ahci_platform_put_resources to put the reference to the regulators. > > > > > >Thanks, > > > > > >Grégory > > > > Thanks, patches 1 - 3 look good and are: > > > > Acked-by: Hans de Goede > > > > Tejun, can you please queue up 1 - 3 ? > > Applied 1-3 to libata/for-3.20. Thanks I will add 4/4 to mvebu/dt. Andrew