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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 7D626C433DF for ; Thu, 25 Jun 2020 19:22:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5AEB520789 for ; Thu, 25 Jun 2020 19:22:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="VBGyuwLm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404326AbgFYTWp (ORCPT ); Thu, 25 Jun 2020 15:22:45 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:34037 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406069AbgFYTWn (ORCPT ); Thu, 25 Jun 2020 15:22:43 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1593112963; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=O0YcN5AuA42NSQG3m/WRAh4pR8AXXh5aSL0oaRcNrWk=; b=VBGyuwLm/WefYwzOS92NrXth9i/kW7BaCJqMT+kgdsDjPBB1c1nA+duMh4rWU7BVYzCkaFQq NpiNoyEmKX9Q/Ix8pvUy5ZHrRMpsxsGxX3cnPvlA3NrGtzHTw31qqgTIaCqbTmr7Hab0/Wuw QUsJQ/tk/arNSw61VlQ8b15zbEI= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 5ef4f979567385e8e729638a (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 25 Jun 2020 19:22:33 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id AF52AC433CA; Thu, 25 Jun 2020 19:22:32 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 0695FC433C8; Thu, 25 Jun 2020 19:22:32 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 26 Jun 2020 00:52:31 +0530 From: Sai Prakash Ranjan To: Guenter Roeck Cc: Bjorn Andersson , Andy Gross , Douglas Anderson , Stephen Boyd , Matthias Kaehlcke , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Guenter Roeck Subject: Re: [PATCHv3 0/2] Convert QCOM watchdog timer bindings to YAML In-Reply-To: <20200625160042.GC149301@roeck-us.net> References: <20200621073320.GI128451@builder.lan> <20200625160042.GC149301@roeck-us.net> Message-ID: <3e3cf81452e33c9385900177d0630a11@codeaurora.org> X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2020-06-25 21:30, Guenter Roeck wrote: > On Mon, Jun 22, 2020 at 11:50:52AM +0530, Sai Prakash Ranjan wrote: >> On 2020-06-21 13:03, Bjorn Andersson wrote: >> > On Tue 16 Jun 23:56 PDT 2020, Sai Prakash Ranjan wrote: >> > >> > > Hi Bjorn, >> > > >> > >> > Hi Sai, >> > >> > > On 2020-02-12 03:54, Sai Prakash Ranjan wrote: >> > > > This series converts QCOM watchdog timer bindings to YAML. Also >> > > > it adds the missing SoC-specific compatible for QCS404, SC7180, >> > > > SDM845 and SM8150 SoCs. >> > > > >> > > > v1: >> > > > https://lore.kernel.org/lkml/cover.1576211720.git.saiprakash.ranjan@codeaurora.org/ >> > > > v2: >> > > > https://lore.kernel.org/lkml/cover.1580570160.git.saiprakash.ranjan@codeaurora.org/ >> > > > >> > > > Changes since v2: >> > > > * Add missing compatibles to enum. >> > > > >> > > > Changes since v1: >> > > > As per Rob's suggestion: >> > > > * Replaced oneOf+const with enum. >> > > > * Removed timeout-sec and included watchdog.yaml. >> > > > * Removed repeated use of const:qcom,kpss-wdt and made use of enum. >> > > > >> > > > Sai Prakash Ranjan (2): >> > > > dt-bindings: watchdog: Convert QCOM watchdog timer bindings to YAML >> > > > dt-bindings: watchdog: Add compatible for QCS404, SC7180, SDM845, >> > > > SM8150 >> > > > >> > > > .../devicetree/bindings/watchdog/qcom-wdt.txt | 28 ----------- >> > > > .../bindings/watchdog/qcom-wdt.yaml | 48 +++++++++++++++++++ >> > > > 2 files changed, 48 insertions(+), 28 deletions(-) >> > > > delete mode 100644 >> > > > Documentation/devicetree/bindings/watchdog/qcom-wdt.txt >> > > > create mode 100644 >> > > > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml >> > > >> > > >> > > Gentle ping! >> > > >> > >> > This should better go through the watchdog tree, so I believe Guenter >> > would be the one to pick this up. >> > >> >> Ah right, then a gentle ping for Guenter. >> > I don't think the watchdog mailing list has been copied on this series, > meaning I don't have a copy that I could apply if I wanted to. I kept you in CC for all the revisions but missed adding watchdog list. Will resend with the appropriate lists added. > I also see > no evidence for a Reviewed-by: tag from Rob or any other DT maintainer. > Not sure why you think I would add reviewed-by tag from Rob without him giving one. But here's the evidence - https://lore.kernel.org/lkml/cover.1580570160.git.saiprakash.ranjan@codeaurora.org/ This link is also given v3 cover letter. Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation