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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 F0615C4363D for ; Tue, 20 Oct 2020 21:47:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 94DD622244 for ; Tue, 20 Oct 2020 21:47:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2438730AbgJTVrH (ORCPT ); Tue, 20 Oct 2020 17:47:07 -0400 Received: from alexa-out-sd-01.qualcomm.com ([199.106.114.38]:7397 "EHLO alexa-out-sd-01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389617AbgJTVrG (ORCPT ); Tue, 20 Oct 2020 17:47:06 -0400 Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 20 Oct 2020 14:47:06 -0700 X-QCInternal: smtphost Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg01-sd.qualcomm.com with ESMTP; 20 Oct 2020 14:47:05 -0700 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id 735D21946; Tue, 20 Oct 2020 14:47:05 -0700 (PDT) Date: Tue, 20 Oct 2020 14:47:05 -0700 From: Guru Das Srinagesh To: Rob Herring Cc: Mark Brown , Markus Elfring , Lee Jones , Bjorn Andersson , Greg KH , Guenter Roeck , Joe Perches , Subbaraman Narayanamurthy , David Collins , Anirudh Ghayal , linux-arm-msm , "linux-kernel@vger.kernel.org" Subject: Re: [RFC PATCH RESEND v1 2/3] dt-bindings: mfd: Add QCOM PM8008 MFD bindings Message-ID: <20201020214705.GA4555@codeaurora.org> References: <7a89811f36fe858756daa62f1162d18da7e79a73.1603148363.git.gurus@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Oct 20, 2020 at 08:05:01AM -0500, Rob Herring wrote: > On Mon, Oct 19, 2020 at 6:17 PM Guru Das Srinagesh wrote: > > > > Add device tree bindings for the driver for Qualcomm Technology Inc.'s > > PM8008 MFD PMIC. > > > > Signed-off-by: Guru Das Srinagesh > > --- > > .../bindings/mfd/qcom,pm8008-irqchip.yaml | 103 +++++++++++++++++++++ > > 1 file changed, 103 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/qcom,pm8008-irqchip.yaml > > Please resend to DT list if you want this reviewed. Thank you, will resend including the DT list. Guru Das.