From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0BDE4C63697 for ; Thu, 19 Nov 2020 16:13:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AFE7F2168B for ; Thu, 19 Nov 2020 16:13:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728017AbgKSQNP (ORCPT ); Thu, 19 Nov 2020 11:13:15 -0500 Received: from foss.arm.com ([217.140.110.172]:33592 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727901AbgKSQNO (ORCPT ); Thu, 19 Nov 2020 11:13:14 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC27F1478; Thu, 19 Nov 2020 08:13:13 -0800 (PST) Received: from bogus (unknown [10.57.54.72]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2BCB63F719; Thu, 19 Nov 2020 08:13:11 -0800 (PST) Date: Thu, 19 Nov 2020 16:13:08 +0000 From: Sudeep Holla To: broonie@kernel.org, Cristian Marussi Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, lukasz.luba@arm.com, Jonathan.Cameron@Huawei.com, broonie@kernel.org, robh@kernel.org, satyakim@qti.qualcomm.com, etienne.carriere@linaro.org, f.fainelli@gmail.com, vincent.guittot@linaro.org, souvik.chakravarty@arm.com, Sudeep Holla Subject: Re: [PATCH v5 4/5] regulator: add SCMI driver Message-ID: <20201119161308.xhyohop5fspb4b5l@bogus> References: <20201117123415.55105-1-cristian.marussi@arm.com> <20201117123415.55105-5-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201117123415.55105-5-cristian.marussi@arm.com> User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Mark, On Tue, Nov 17, 2020 at 12:34:14PM +0000, Cristian Marussi wrote: > Add a simple regulator based on SCMI Voltage Domain Protocol. > I was thinking about how to merge this if and when you have reviewed it and happy with it. Is it OK to take via ARM SoC with dependent and other SCMI changes ? Or we can merge the SCMI part next release and the regulator in the following, up to you. -- Regards, Sudeep