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=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 44170C433E0 for ; Fri, 29 May 2020 10:13:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23B882074D for ; Fri, 29 May 2020 10:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726701AbgE2KNV (ORCPT ); Fri, 29 May 2020 06:13:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgE2KNV (ORCPT ); Fri, 29 May 2020 06:13:21 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 053FBC03E969; Fri, 29 May 2020 03:13:21 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jec0o-0001Lq-Rp; Fri, 29 May 2020 12:13:14 +0200 Date: Fri, 29 May 2020 12:13:14 +0200 From: Sebastian Andrzej Siewior To: Rob Herring , devicetree@vger.kernel.org Cc: Daniel Lezcano , Thomas Gleixner , Nicolas Ferre , kamel.bouhara@bootlin.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: Re: [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema Message-ID: <20200529101314.2ueuhgnrqq3a764f@linutronix.de> References: <20200506080554.283177-1-alexandre.belloni@bootlin.com> <20200506080554.283177-2-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200506080554.283177-2-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rob, could you please bless the DT parts of this series? Daniel Lezcano asked for the blessing in: https://lkml.kernel.org/r/f0feb409-11fb-08de-cc06-216a16de994a@linaro.org On 2020-05-06 10:05:46 [+0200], Alexandre Belloni wrote: > Convert Atmel Timer Counter Blocks bindings to DT schema format using > json-schema. > > Also move it out of mfd as it is not and has never been related to mfd. > > Signed-off-by: Alexandre Belloni > --- > Cc: Rob Herring > > Changes in v3: > - Moved the child node documentation to the parent documentation > > Changes in v2: > - Rebased on v5.7-rc1 > - Moved the binding documentation to its proper place > - Added back the atmel,tcb-timer child node documentation > > > .../devicetree/bindings/mfd/atmel-tcb.txt | 56 -------- > .../soc/microchip/atmel,at91rm9200-tcb.yaml | 126 ++++++++++++++++++ Sebastian