From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v6 1/3] mfd: devicetree: bindings: Add Qualcomm RPM DT binding Date: Wed, 17 Sep 2014 11:19:40 -0700 Message-ID: <20140917181939.GG10179@sonymobile.com> References: <1409029109-28769-1-git-send-email-bjorn.andersson@sonymobile.com> <1409029109-28769-2-git-send-email-bjorn.andersson@sonymobile.com> <20140826072727.GB9574@lee--X1> <20140917161554.GJ30918@lee--X1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20140917161554.GJ30918@lee--X1> Sender: linux-arm-msm-owner@vger.kernel.org To: Lee Jones , Mark Brown Cc: Rob Herring , Pawel Moll , Andy Gross , Mark Rutland , Kevin Hilman , Kumar Gala , Josh Cartwright , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-arm-msm@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Wed 17 Sep 09:15 PDT 2014, Lee Jones wrote: > On Tue, 26 Aug 2014, Lee Jones wrote: > > > On Mon, 25 Aug 2014, Bjorn Andersson wrote: > > > > > Add binding for the Qualcomm Resource Power Manager (RPM) found in 8660, > > > 8960 and 8064 based devices. The binding currently describes the rpm > > > itself and the regulator subnodes. > > > > > > Signed-off-by: Bjorn Andersson > > > --- > > > Documentation/devicetree/bindings/mfd/qcom,rpm.txt | 246 ++++++++++++++++++++ > > > include/dt-bindings/mfd/qcom,rpm.h | 154 ++++++++++++ > > > 2 files changed, 400 insertions(+) > > > create mode 100644 Documentation/devicetree/bindings/mfd/qcom,rpm.txt > > > create mode 100644 include/dt-bindings/mfd/qcom,rpm.h > > > > Please use the same filename formatting as the existing files. > > Are you going to resubmit this (and answer my question on the > regulator patch)? > I'll resubmit all three parts after changing the filename of the dt header. The regulator driver have a strong dependency on the mfd driver, but Kconfig will make sure it's not selectable until the two parts merges again, so it should be fine. But I guess it's up to Mark? Regards, Bjorn