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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 92D4EC4743C for ; Fri, 4 Jun 2021 20:49:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75D30613F1 for ; Fri, 4 Jun 2021 20:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230214AbhFDUuv (ORCPT ); Fri, 4 Jun 2021 16:50:51 -0400 Received: from mail-oo1-f46.google.com ([209.85.161.46]:39816 "EHLO mail-oo1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229906AbhFDUus (ORCPT ); Fri, 4 Jun 2021 16:50:48 -0400 Received: by mail-oo1-f46.google.com with SMTP id 67-20020a4a01460000b0290245b81f6261so2540164oor.6; Fri, 04 Jun 2021 13:49:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=inQ8sGC2NnMUBhvlMb91EK9RNezu3zjD1rcyMjgrMfs=; b=WkHZFlqZ2X56npyI3hFSOH7GkVzrXzgXV5fj4R9gckkSveZVp9hZjhRVOzgKR5JIro bs177zfiOcXzRIbdDaYJWKecTkIEQ0xtkArrlUACWwdznJu/58Jki2BwPlEW7+B624qx WhUWgxhFBD3LJz8qmBDrdIWZx/HIERXJv+i0jIbZmKfT8M28hMLyPPny9wWZhmFVQyx0 Q9Bz2hVOJoYGHOUIOn/nrvood/d027J/h2SGjJ+R6EH+FyeVjcgo+/YbOAFX+AKtYeVl aOsb9srvZS0GRz8mR3Z8qEcu9kxJgcHOubwM+dfUGMSygueBPcYaHWLaPetMeLwkQ/F3 8+mQ== X-Gm-Message-State: AOAM5317b8cpL0xEskWqR8Z60h6Ag6JmXA5c+4pLR5i2O7Efq9Lcf+uu qli3+Tyagx4+3bNkeGNdiw== X-Google-Smtp-Source: ABdhPJwmNx3aEeXnxqvNge056ldw9HcSTNO856AbtLXPdb1q59H2fkElHBNbNWz/GlnUtgJWJpmqRQ== X-Received: by 2002:a4a:ac04:: with SMTP id p4mr5094271oon.70.1622839741112; Fri, 04 Jun 2021 13:49:01 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i9sm667872oog.17.2021.06.04.13.48.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Jun 2021 13:49:00 -0700 (PDT) Received: (nullmailer pid 3890117 invoked by uid 1000); Fri, 04 Jun 2021 20:48:59 -0000 Date: Fri, 4 Jun 2021 15:48:59 -0500 From: Rob Herring To: Tony Lindgren Cc: Grygorii Strashko , Vignesh Raghavendra , Greg Kroah-Hartman , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Linux ARM Mailing List , Dario Binacchi Subject: Re: [PATCH] dt-bindings: serial: Move omap-serial.txt to YAML schema Message-ID: <20210604204859.GA3885095@robh.at.kernel.org> References: <20210527165636.939-1-vigneshr@ti.com> <3760d1e6-2121-323b-d962-60e8291d0bb7@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 28, 2021 at 10:05:47AM +0300, Tony Lindgren wrote: > * Grygorii Strashko [210527 17:49]: > > > > > > On 27/05/2021 19:56, Vignesh Raghavendra wrote: > > > Convert serial-omap.txt to YAML schema for better checks and documentation. > > > > > > Signed-off-by: Vignesh Raghavendra > > > --- > > > .../bindings/serial/omap_serial.txt | 40 ------ > > > .../bindings/serial/ti,omap4-uart.yaml | 116 ++++++++++++++++++ > > > 2 files changed, 116 insertions(+), 40 deletions(-) > > > delete mode 100644 Documentation/devicetree/bindings/serial/omap_serial.txt > > > create mode 100644 Documentation/devicetree/bindings/serial/ti,omap4-uart.yaml > > > > Why omap4? Seems ti,omap-uart.yaml is more suitable. > > Additionally omap-serial should be deprecated in favor of 8250_omap and > omap-serial not used at all in general. That's the driver, I assume the binding works with either? 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 73D7CC4743C for ; Fri, 4 Jun 2021 20:50:52 +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 373A7613F1 for ; Fri, 4 Jun 2021 20:50:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 373A7613F1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=/jX3o04YTVi0LdUC0321Xod8XqIGEkWfT98eAtEEihY=; b=Rj5L0egX7bzd+1 oHUlawPia72x2j2XHtG3oQNo9TWAzSnre78RjPquFTCo10xje8M+UoHKy+AVgcNggUVuSRQoWPeom 4xWknLuR+03+FyeVewexetfpvaqZPt+PJnUBVXfqfoUCgJ5nlNMm32gPZkH9s7/NnHsubBjY0OvBo 2ZSXhDmMEtRd5jj14DmUBHZM4QXQSqj/UtLn/koNYKQv+Qn1DaIxBqMolbMKL30PxHBINWGssmfr5 H7CHmi2f8JxuFmYxVoGDFcuChDw2ihaTYHDEs3e2EaCo74UGsjl8EE+rYxFn0nhCy8xoJndnVA5dZ fd1e//UEzi5Ny4TCNHGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpGkd-00FAcD-53; Fri, 04 Jun 2021 20:49:07 +0000 Received: from mail-oo1-f51.google.com ([209.85.161.51]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpGkY-00FAab-CB for linux-arm-kernel@lists.infradead.org; Fri, 04 Jun 2021 20:49:05 +0000 Received: by mail-oo1-f51.google.com with SMTP id i8-20020a4aa1080000b0290201edd785e7so2547002ool.1 for ; Fri, 04 Jun 2021 13:49:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=inQ8sGC2NnMUBhvlMb91EK9RNezu3zjD1rcyMjgrMfs=; b=lSxcu2YudxqINnuE/qhdXvZXZzFPCs3rwT3+0tKqViAmQ0un6c8eL4tgg7S49GzFwK RB2rPALqgeluihlPirrQyPkv6Fwl9Zftyi5dwhhN8b4FlfFZRE8HxUIZ0ZXl+K+0WLfY WAQ3Fi99KqbxtXzqDsxyskvr+BeliABoQTqC9XL6vv+tG4BlSaNXyhVcMT0FhZQr4ghb 8Cj6RPzD86nA+uRP+u+fsyRih81Mo9zS90MMk8cwbfncrGSwkYXhZ8sJih4yJz4gUMgM n9nLkVrJXQMUSo1xFOjPro72GuyxmQTXOPqQhs5rFwwS9abODRcpY7UI/sy5eb/nYFtR gjbg== X-Gm-Message-State: AOAM5323AUuK6LGf2BNAYiQggfJqV7OR7sOe61bn/JMPawm5rCWB1S7N VUNVkQmXLTq3itqMLEW89A== X-Google-Smtp-Source: ABdhPJwmNx3aEeXnxqvNge056ldw9HcSTNO856AbtLXPdb1q59H2fkElHBNbNWz/GlnUtgJWJpmqRQ== X-Received: by 2002:a4a:ac04:: with SMTP id p4mr5094271oon.70.1622839741112; Fri, 04 Jun 2021 13:49:01 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id i9sm667872oog.17.2021.06.04.13.48.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Jun 2021 13:49:00 -0700 (PDT) Received: (nullmailer pid 3890117 invoked by uid 1000); Fri, 04 Jun 2021 20:48:59 -0000 Date: Fri, 4 Jun 2021 15:48:59 -0500 From: Rob Herring To: Tony Lindgren Cc: Grygorii Strashko , Vignesh Raghavendra , Greg Kroah-Hartman , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Linux ARM Mailing List , Dario Binacchi Subject: Re: [PATCH] dt-bindings: serial: Move omap-serial.txt to YAML schema Message-ID: <20210604204859.GA3885095@robh.at.kernel.org> References: <20210527165636.939-1-vigneshr@ti.com> <3760d1e6-2121-323b-d962-60e8291d0bb7@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210604_134902_450344_E4152723 X-CRM114-Status: GOOD ( 14.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, May 28, 2021 at 10:05:47AM +0300, Tony Lindgren wrote: > * Grygorii Strashko [210527 17:49]: > > > > > > On 27/05/2021 19:56, Vignesh Raghavendra wrote: > > > Convert serial-omap.txt to YAML schema for better checks and documentation. > > > > > > Signed-off-by: Vignesh Raghavendra > > > --- > > > .../bindings/serial/omap_serial.txt | 40 ------ > > > .../bindings/serial/ti,omap4-uart.yaml | 116 ++++++++++++++++++ > > > 2 files changed, 116 insertions(+), 40 deletions(-) > > > delete mode 100644 Documentation/devicetree/bindings/serial/omap_serial.txt > > > create mode 100644 Documentation/devicetree/bindings/serial/ti,omap4-uart.yaml > > > > Why omap4? Seems ti,omap-uart.yaml is more suitable. > > Additionally omap-serial should be deprecated in favor of 8250_omap and > omap-serial not used at all in general. That's the driver, I assume the binding works with either? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel