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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 36D7BC433DF for ; Wed, 27 May 2020 14:38:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19AA120873 for ; Wed, 27 May 2020 14:38:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590590308; bh=suJ353lRv1UQx7HSHjKB0euqpTIy3Nz0DHiPmdHpvHU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=FbmPbClhUBxs9u2GOcTJ4cU9mRWgICxTFtdkuXM2GY0c3TnszMvgsVIzlmla4cwFX v2va1OB0yRFh8vvjuR0TfTpr/e4CENI3EatlvhTcAXEnnsAGG/sBTYWODHBQMxZpcW vfJr8sMNqSsKOfdbSR0HTl2Svi101FrNFhE21nNU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389342AbgE0OiV (ORCPT ); Wed, 27 May 2020 10:38:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:43468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389341AbgE0OiV (ORCPT ); Wed, 27 May 2020 10:38:21 -0400 Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8EBCF20C09; Wed, 27 May 2020 14:38:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590590300; bh=suJ353lRv1UQx7HSHjKB0euqpTIy3Nz0DHiPmdHpvHU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=dz0t6hwefzpF3FUmlaHc8XA8cVnWy5nxuMwqo6MyQfhb9xnuOh25xZ5iEUMLyIraK +i2k40cRkMt3FPAIXWsizHEIFFw0WHp53r2Sktwd72HtGOBbqLdNz6flS5gYvS4s3H E8c8qsLiDCajLBRwCnN3Lstkh4l0DvqpsjkGPKjY= Received: by mail-ot1-f45.google.com with SMTP id d26so19301394otc.7; Wed, 27 May 2020 07:38:20 -0700 (PDT) X-Gm-Message-State: AOAM533afaxOT08GXEm65d7/tfSCsCn8wb3x2opy1uFC+7mqBU84kPx9 xgrj9T74bDEf/TT3JlUcqDi2pVsjR9f1GkQOSA== X-Google-Smtp-Source: ABdhPJyp+iNzxT9P6anI85WQIrsM8pRrlKHEOY9o2oN/zH/c34nmR9QO5xYjGblk5qKho8HgjNiUwGAutpyoqXPmJrk= X-Received: by 2002:a05:6830:3104:: with SMTP id b4mr4930496ots.192.1590590299856; Wed, 27 May 2020 07:38:19 -0700 (PDT) MIME-Version: 1.0 References: <1589555337-5498-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> <1589555337-5498-17-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> <20200527013136.GA838011@bogus> In-Reply-To: From: Rob Herring Date: Wed, 27 May 2020 08:38:08 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 16/17] dt-bindings: watchdog: renesas,wdt: Document r8a7742 support To: "Lad, Prabhakar" Cc: Lad Prabhakar , Geert Uytterhoeven , Jens Axboe , Wolfram Sang , Ulf Hansson , Sergei Shtylyov , "David S. Miller" , Wim Van Sebroeck , Guenter Roeck , "open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Linux I2C , Linux MMC List , netdev , Linux-Renesas , Linux Watchdog Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Wed, May 27, 2020 at 5:23 AM Lad, Prabhakar wrote: > > Hi Rob, > > On Wed, May 27, 2020 at 2:31 AM Rob Herring wrote: > > > > On Fri, May 15, 2020 at 04:08:56PM +0100, Lad Prabhakar wrote: > > > RZ/G1H (R8A7742) watchdog implementation is compatible with R-Car Gen2, > > > therefore add relevant documentation. > > > > > > Signed-off-by: Lad Prabhakar > > > Reviewed-by: Marian-Cristian Rotariu > > > --- > > > Documentation/devicetree/bindings/watchdog/renesas,wdt.txt | 1 + > > > 1 file changed, 1 insertion(+) > > > > Meanwhile in the DT tree, converting this schema landed. Can you prepare > > a version based on the schema. > > > This was kindly taken care by Stephen during merge in linux-next [1]. Yes, I'm aware of that. I was hoping for a better commit message which stands on its own (essentially the one here). Rob