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=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 1E6A6C433E1 for ; Fri, 29 May 2020 13:34:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 088D12145D for ; Fri, 29 May 2020 13:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727053AbgE2Nen (ORCPT ); Fri, 29 May 2020 09:34:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726905AbgE2Nei (ORCPT ); Fri, 29 May 2020 09:34:38 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34468C03E969; Fri, 29 May 2020 06:34:38 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jef9d-0005JK-K9; Fri, 29 May 2020 15:34:33 +0200 Date: Fri, 29 May 2020 15:34:33 +0200 From: Sebastian Andrzej Siewior To: Alexandre Belloni Cc: Rob Herring , devicetree@vger.kernel.org, Daniel Lezcano , Thomas Gleixner , Nicolas Ferre , kamel.bouhara@bootlin.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/9] dt-bindings: atmel-tcb: convert bindings to json-schema Message-ID: <20200529133433.mr3fp4rfd5l4scxw@linutronix.de> References: <20200506080554.283177-1-alexandre.belloni@bootlin.com> <20200506080554.283177-2-alexandre.belloni@bootlin.com> <20200529101314.2ueuhgnrqq3a764f@linutronix.de> <20200529132118.GF3972@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200529132118.GF3972@piout.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-05-29 15:21:18 [+0200], Alexandre Belloni wrote: > There is actually one comment I need to address that Rob made on another > series that was also including this patch. I'll send a new version > today. Ah, okay. Thanks for the info, that thread looked dead. Sebastian