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 45809C433EF for ; Tue, 19 Oct 2021 13:34:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2CC2960FDA for ; Tue, 19 Oct 2021 13:34:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235846AbhJSNg0 (ORCPT ); Tue, 19 Oct 2021 09:36:26 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:15903 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235863AbhJSNgX (ORCPT ); Tue, 19 Oct 2021 09:36:23 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1634650451; h=Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=Awjq6TEuWGRl0DXdWzOVvwj1sBhVOsIunmTEUQFfTSA=; b=KAmcxvXywILMJfXokB6R4VZCgAMS4zzzLUSdSoN2Z2VRWSQIvv0gfooAWSZJujTHhLqwNJkN 4P9UG4PHaoA76BUGBa7LuLakQoZvQUSE/BXLdYh1LEiLf3nw8bTwPwbjLlG6BKN7jz5Gc8NU wwE3+gi6s0EZSlNcYFsrXALwMGE= X-Mailgun-Sending-Ip: 198.61.254.9 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-n07.prod.us-east-1.postgun.com with SMTP id 616ec93b308e0dd3302be6e9 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 19 Oct 2021 13:33:47 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 159F2C4360C; Tue, 19 Oct 2021 13:33:47 +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 DDF0CC4338F; Tue, 19 Oct 2021 13:33:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org DDF0CC4338F 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 , devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-omap@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 0/3] dt-bindings: net: TI wlcore json schema conversion and fix References: Date: Tue, 19 Oct 2021 16:33:39 +0300 In-Reply-To: (Geert Uytterhoeven's message of "Tue, 19 Oct 2021 14:43:10 +0200") Message-ID: <87a6j5gmvg.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: > Hi all, > > 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? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches