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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8E30C433F5 for ; Tue, 19 Oct 2021 14:09:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C6BB0611EF for ; Tue, 19 Oct 2021 14:09:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232682AbhJSOLP (ORCPT ); Tue, 19 Oct 2021 10:11:15 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:56701 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbhJSOLO (ORCPT ); Tue, 19 Oct 2021 10:11:14 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1634652541; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=WY2I3/9Ukehmx/Ml8RRSY/034uNGRLFMxiyy7ZlPyKo=; b=py47fospt5qg68x7HqwmlGRIpG1XxOi+tOlbn2uxBcgmXa5c9GTnT1Cw4+sUZfXh9ZgBQZUR HSO0ba8aDdWyLLGWVoT6t1MDb9xN1gaooo7sDX3RfT55Mkq346tES23OmgTu3tyI1iaKGqDp Bw1hpNH40t3yajCj3SnO/y6Jlys= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n03.prod.us-east-1.postgun.com with SMTP id 616ed0b8b03398c06c521e89 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 19 Oct 2021 14:05:44 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 386C5C4360C; Tue, 19 Oct 2021 14:05:44 +0000 (UTC) Received: from tykki (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id B3E66C4338F; Tue, 19 Oct 2021 14:05:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org B3E66C4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org From: Kalle Valo To: Geert Uytterhoeven Cc: Rob Herring , "David S . Miller" , Jakub Kicinski , =?utf-8?Q?Beno?= =?utf-8?Q?=C3=AEt?= Cousson , Tony Lindgren , Russell King , David Lechner , Sebastian Reichel , "open list\:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , netdev , linux-wireless , "open list\:TI ETHERNET SWITCH DRIVER \(CPSW\)" , Linux-Renesas Subject: Re: [PATCH 0/3] dt-bindings: net: TI wlcore json schema conversion and fix References: <87a6j5gmvg.fsf@codeaurora.org> Date: Tue, 19 Oct 2021 17:05:37 +0300 In-Reply-To: (Geert Uytterhoeven's message of "Tue, 19 Oct 2021 15:48:03 +0200") Message-ID: <8735oxgle6.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Geert Uytterhoeven writes: > On Tue, Oct 19, 2021 at 3:33 PM Kalle Valo wrote: >> Geert Uytterhoeven writes: >> > This patch series converts the Device Tree bindings for the Texas >> > Instruments Wilink Wireless LAN and Bluetooth Controllers to >> > json-schema, after fixing an issue in a Device Tree source file. >> > >> > Thanks for your comments! >> > >> > Geert Uytterhoeven (3): >> > ARM: dts: motorola-mapphone: Drop second ti,wlcore compatible value >> > dt-bindings: net: wireless: ti,wlcore: Convert to json-schema >> > dt-bindings: net: ti,bluetooth: Convert to json-schema >> > >> > .../devicetree/bindings/net/ti,bluetooth.yaml | 91 ++++++++++++ >> > .../devicetree/bindings/net/ti-bluetooth.txt | 60 -------- >> > .../bindings/net/wireless/ti,wlcore,spi.txt | 57 -------- >> > .../bindings/net/wireless/ti,wlcore.txt | 45 ------ >> > .../bindings/net/wireless/ti,wlcore.yaml | 134 ++++++++++++++++++ >> > .../boot/dts/motorola-mapphone-common.dtsi | 2 +- >> > arch/arm/boot/dts/omap3-gta04a5.dts | 2 +- >> > 7 files changed, 227 insertions(+), 164 deletions(-) >> > create mode 100644 Documentation/devicetree/bindings/net/ti,bluetooth.yaml >> > delete mode 100644 Documentation/devicetree/bindings/net/ti-bluetooth.txt >> > delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt >> > delete mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.txt >> > create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml >> >> Via which tree should these go? > > The DTS change should go through the OMAP tree. > The binding changes through the net or DT trees. > > I kept everything together for an improved overview. Good, thanks. I'll then drop these from my queue. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches