From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031680AbdADWHu (ORCPT ); Wed, 4 Jan 2017 17:07:50 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:27261 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761683AbdADWHB (ORCPT ); Wed, 4 Jan 2017 17:07:01 -0500 Subject: Re: [PATCH v3 0/4] ARM: K2G: Add support for TI-SCI Generic PM Domains To: Santosh Shilimkar , Ulf Hansson , "Rafael J . Wysocki" , Kevin Hilman , Rob Herring References: <20170104205536.15963-1-d-gerlach@ti.com> <6fc7a6cb-1856-1377-b00c-8166dbb23ea2@oracle.com> CC: , , , , Nishanth Menon , Keerthy , Russell King , Tero Kristo , Sudeep Holla , Santosh Shilimkar , Lokesh Vutla From: Dave Gerlach Message-ID: Date: Wed, 4 Jan 2017 16:06:02 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <6fc7a6cb-1856-1377-b00c-8166dbb23ea2@oracle.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [128.247.83.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Santosh, On 01/04/2017 03:54 PM, Santosh Shilimkar wrote: > On 1/4/2017 12:55 PM, Dave Gerlach wrote: >> Hi, >> This is v3 of the series to add support for TI-SCI Generic PM Domains. >> Previous versions can be found here: >> >> v2: https://www.spinics.net/lists/kernel/msg2364612.html >> v1: http://www.spinics.net/lists/arm-kernel/msg525204.html >> >> This version is rebased on v4.10-rc2 but is the same as v2 with the >> exception of patch 2 in which the devicetree binding documentation >> needed to be updated to show the k2g_pds node should be a child of >> the pmmc node. Apart from that, the acks provided by Ulf were added >> to patches 1 and 3. >> >> Now that the TI-SCI series has been merged [1] this series will be ready >> to go in with an ack on the DT binding. Rob had raised some questions on >> the necessity ti,sci-id property but I believe these were properly >> addressed during the discussion of v2 so hopefully an ack is in order >> now. >> > How do you plan to merge this series with below patch ? > >> PM / Domains: Add generic data pointer to genpd data struct > I think this one goes via Rafael's tree. If you want me to merge this > along with other patches then will need his ack. > > Other way is to get that merged first via Rafael's tree and then > the remainder series. I'd be happy with it going in through your tree with an ack to avoid any delay but I'd say it's Rafael's call as it is a patch to the genpd core, even though at this point I am the only user. Regards, Dave > > Regards, > Santosh