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=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 1F97BC43613 for ; Thu, 20 Jun 2019 09:14:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED60A2080C for ; Thu, 20 Jun 2019 09:14:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="No2vIYUZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ED60A2080C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+t4yYLuRTEYaTUr2dJPtSlGW4Hh2trguvUzGYhPFCnA=; b=No2vIYUZVzJbyd xynGA6a1zwc1MRxYe0i/sFlIgvrp4Zo4rvKCWH2dv1Gcwl9qhQHgltCa3Tl+iDNxd6AnnETzql41M unsFBAp47muIwcb/sd/5kAN3k7ccGyBUpbcLiOKnBlbTuiTAcRZ847feRZK09jAQVvR9TjHZF9qvz kl8/DEvOj4C91F9WO2aqdMsxAIxeFMHiL30/cioZt+//Z/quGqyRK/G+WE/PtTK9LF65gUsGjP/Ei vHJ+9JcCTpQBAm370Q4SkUFnCPqCPq9InTEdW3V4kFzmSvvkrnDkmlsm71efH2OHSzFvDqC/uyFNE 4rOyGs3fWENYrKbdfSfQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hdt9c-0007fW-K5; Thu, 20 Jun 2019 09:14:48 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hdt9Z-0007ew-DF for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2019 09:14:47 +0000 Received: from localhost (alyon-656-1-672-152.w92-137.abo.wanadoo.fr [92.137.69.152]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3E5B2200004; Thu, 20 Jun 2019 09:14:42 +0000 (UTC) Date: Thu, 20 Jun 2019 11:14:41 +0200 From: Alexandre Belloni To: Rob Herring Subject: Re: [PATCH v3] dt-bindings: arm: Convert Atmel board/soc bindings to json-schema Message-ID: <20190620091441.GW23549@piout.net> References: <20190517153911.19545-1-robh@kernel.org> <20190601214050.GG3558@piout.net> <20190613224652.GB5119@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190613224652.GB5119@bogus> User-Agent: Mutt/1.11.4 (2019-03-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190620_021445_610815_9293412B X-CRM114-Status: UNSURE ( 9.59 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 13/06/2019 16:46:52-0600, Rob Herring wrote: > On Sat, Jun 01, 2019 at 11:40:50PM +0200, Alexandre Belloni wrote: > > On 17/05/2019 10:39:11-0500, Rob Herring wrote: > > > Convert Atmel SoC bindings to DT schema format using json-schema. > > > > > > Cc: Mark Rutland > > > Cc: Nicolas Ferre > > > Cc: Alexandre Belloni > > > Cc: devicetree@vger.kernel.org > > > Cc: linux-arm-kernel@lists.infradead.org > > > Signed-off-by: Rob Herring > > Acked-by: Alexandre Belloni > > Is someone going to apply this? > I applied it now, I had to fix the missing sam9x60 though. > Rob -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel