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 404B3C433DF for ; Mon, 22 Jun 2020 06:20:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1495F22210 for ; Mon, 22 Jun 2020 06:20:56 +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="xcY/bSyO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731243AbgFVGUz (ORCPT ); Mon, 22 Jun 2020 02:20:55 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:27461 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731238AbgFVGUz (ORCPT ); Mon, 22 Jun 2020 02:20:55 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1592806854; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=5I7VSl/4Rul7O9mJZbZ9v3pTVJhuCI7n/dCMG5x7Lq4=; b=xcY/bSyOVziuvenlFANflww/FJNuerN1lIQ26GPoYvJUhaMrZ6p77KgigqLq566jST2v2QZq s66YRpAYria3RcunODwJVBOvU/BZp1PVfj+1zE3Sq0jfy2Gc8YCxk6L7C25SOwBIO7SZxADk iPnamulhvw1+s8IX2Pg6dehAmjA= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n10.prod.us-east-1.postgun.com with SMTP id 5ef04dc586de6ccd44e5cfc7 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 22 Jun 2020 06:20:53 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9EFBAC4339C; Mon, 22 Jun 2020 06:20:52 +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 0DBB5C433C6; Mon, 22 Jun 2020 06:20:52 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 22 Jun 2020 11:50:52 +0530 From: Sai Prakash Ranjan To: Bjorn Andersson , Guenter Roeck Cc: 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 Subject: Re: [PATCHv3 0/2] Convert QCOM watchdog timer bindings to YAML In-Reply-To: <20200621073320.GI128451@builder.lan> References: <20200621073320.GI128451@builder.lan> Message-ID: X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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. Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation