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=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, 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 65F37C43460 for ; Thu, 15 Apr 2021 21:12:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48BA061073 for ; Thu, 15 Apr 2021 21:12:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235546AbhDOVNM (ORCPT ); Thu, 15 Apr 2021 17:13:12 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:33456 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234869AbhDOVNK (ORCPT ); Thu, 15 Apr 2021 17:13:10 -0400 Received: by mail-ot1-f52.google.com with SMTP id 92-20020a9d02e50000b029028fcc3d2c9eso1403255otl.0; Thu, 15 Apr 2021 14:12:46 -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=JQ2Zv9KN+sFtm5hgoZ4mlRTwKbTrKF/NDQ8a3eP11BA=; b=aRA/gwXOs5Zd7gO+mxfFHuFe62F/L4SGDGoR22nh88U1GI5m2jNL8D2d+g7STOb43o mHejnMeFvAzUu9jzxjQQxRjaMYqdxGIeqNXAAOEFw4VwspBIXj+1QCB0vH84cRGHuoBV AIY6J8lCVFyC+VaJSa23wCy2pBxdPR2AaDPLXF6LmGqbMH6/kUR/MoJJHIVPuF+Dw3gE 2lWxiJi22rKOPd8oRI1tFvlDNLfz5VhI7jjflf54mMkmVn9AMp9WXAGt42NB0KsbDMB5 9END61p9ZboZkp8TLpRCGbauGWVUtgFNoHGs9xfL9eDPxro+NUbZpOV7jhlEg4RAkNe3 VirA== X-Gm-Message-State: AOAM53351R2ZEfvdsP77FTgZdYrvbQ66slJTBN6cToO+fl9UVxxpk36F xjQ97zWh52fOqurK1/pQVmnLuLWPEw== X-Google-Smtp-Source: ABdhPJwQtuI68Yw0PKHkGhf6QScMLr5HtMsvZBmENUaHcyxdAy6/E/akiOKRdGyzo/1qXRBt+dzd0Q== X-Received: by 2002:a05:6830:1045:: with SMTP id b5mr945582otp.257.1618521166394; Thu, 15 Apr 2021 14:12:46 -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 w7sm881135ote.52.2021.04.15.14.12.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Apr 2021 14:12:45 -0700 (PDT) Received: (nullmailer pid 1891337 invoked by uid 1000); Thu, 15 Apr 2021 21:12:44 -0000 Date: Thu, 15 Apr 2021 16:12:44 -0500 From: Rob Herring To: Erwan Le Ray Cc: Alexandre Torgue , linux-serial@vger.kernel.org, Maxime Coquelin , Greg Kroah-Hartman , Valentin Caron , devicetree@vger.kernel.org, Fabrice Gasnier , Jiri Slaby , linux-stm32@st-md-mailman.stormreply.com, Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/4] dt-bindings: serial: add RX and TX FIFO properties Message-ID: <20210415211244.GA1891289@robh.at.kernel.org> References: <20210413174015.23011-1-erwan.leray@foss.st.com> <20210413174015.23011-2-erwan.leray@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210413174015.23011-2-erwan.leray@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Apr 2021 19:40:12 +0200, Erwan Le Ray wrote: > Add two optional DT properties to configure RX and TX FIFO thresholds: > - rx-threshold > - tx-threshold > > Signed-off-by: Erwan Le Ray > Reviewed-by: Rob Herring 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,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 84998C433B4 for ; Thu, 15 Apr 2021 21:14:37 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 33197610CB for ; Thu, 15 Apr 2021 21:14:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33197610CB 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=desiato.20200630; 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=cZEsD81Eed+s4vxZn9mgMiHvThb4jWIN/TyDBv+FdyU=; b=rPEWpOWqWOHyjpB43CzgsDiH8 vjfpsZRljzsnuzUf4Z47SiHzrn40H5RqkJo3FJMJeRODN8kOc3TaKsMJPsAf1MHIL1TnAVwllnbn3 51QNec9Pf1tLQVW7QIO60RgKlL5X4F0qgg2d74E4giSUvCC6gNl4AwWjjV6sCLQvrS16dR45R4WO4 VQhpRBdkFs2opqd/tTrfaSid2LIbgGbc1h6h34QNawwcGCzqns6QgKSwrLca9vqvJjYcrMKSY52PI DIoi+SlRm6ZdUHZToYErdgL7jEBBXL9QtyA5lpaeBjREdcTCOLNOLWDhO7x5T076Eg6NmhdSCAEY2 hNVeVPECA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lX9ID-00HMGg-5b; Thu, 15 Apr 2021 21:12:53 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lX9IA-00HMFd-Tk for linux-arm-kernel@desiato.infradead.org; Thu, 15 Apr 2021 21:12:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=JQ2Zv9KN+sFtm5hgoZ4mlRTwKbTrKF/NDQ8a3eP11BA=; b=BHTCwXmD3kcZuActIC7ZrpfHsd KcZtnZ+3R7EBxGIOBNXksvlnrfLSde4NXa3dC2E/uRQXJdyrPhjzgi7BlCVfiQ8skoFTqOGHPmQ8T bBog3G8O7KgmNnHAxU+GRAgdXLIGYDGAP97U5DXhFuY2MQpOzdneSqrwhgU9hXaJ9stN2wsQvc1QR /yr9ElCf/IYJ/NDHo8g0fJ8mbIyJ/hTeGEOU/6AyXmWyphdRsFPDjAviUauoK28sWWvf0xp4mX3Ey RAH5k0LaOqGtDiOpJdx5aMTardSh9MDHEz43xRlEiQLWwl7KwKTrWv8eNl7yMMyTnK4/mv2TIuHF4 II1aaneA==; Received: from mail-ot1-f43.google.com ([209.85.210.43]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lX9I8-008tYt-GK for linux-arm-kernel@lists.infradead.org; Thu, 15 Apr 2021 21:12:49 +0000 Received: by mail-ot1-f43.google.com with SMTP id 101-20020a9d0d6e0000b02902816815ff62so17993443oti.9 for ; Thu, 15 Apr 2021 14:12:46 -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=JQ2Zv9KN+sFtm5hgoZ4mlRTwKbTrKF/NDQ8a3eP11BA=; b=WJjBmNJnWkU8pFzzr3NzDeRIOi1qvVdo0LM+WzEFSII97hrPht9JZ33upz9VUECRps piSznfAAR5ty0VcQlvg7BydYiatgYQaSqr2DjlFhcDq9SfBEg83Or6Wmvpz5AeqBaUbd BTf5bC3QSaOY0KT78UJBx31CReuMFxfDlEBbnbdJkSd+zKTmOsJql+d06l8t6fY7m4sM pzXwnbUOFCkR2vaciZBDsBhnLpQ8Sb6OLhffEX7wfK61XDO0P5x9BekNLByDjRhRTiZG N/xESR9LrryeTGgkAnas4iZWpWDlsvsDAzSl6KcYe8HYa4qKd+LAy6qR7U5MmfBXlNdJ L+1g== X-Gm-Message-State: AOAM532uiLnhStbgOJHvgw3ZLY4+8CpMqlEkQjaaJCWA3Qk8tKPxqFlg yptrTUD7X10XYzCUGdxDPA== X-Google-Smtp-Source: ABdhPJwQtuI68Yw0PKHkGhf6QScMLr5HtMsvZBmENUaHcyxdAy6/E/akiOKRdGyzo/1qXRBt+dzd0Q== X-Received: by 2002:a05:6830:1045:: with SMTP id b5mr945582otp.257.1618521166394; Thu, 15 Apr 2021 14:12:46 -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 w7sm881135ote.52.2021.04.15.14.12.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Apr 2021 14:12:45 -0700 (PDT) Received: (nullmailer pid 1891337 invoked by uid 1000); Thu, 15 Apr 2021 21:12:44 -0000 Date: Thu, 15 Apr 2021 16:12:44 -0500 From: Rob Herring To: Erwan Le Ray Cc: Alexandre Torgue , linux-serial@vger.kernel.org, Maxime Coquelin , Greg Kroah-Hartman , Valentin Caron , devicetree@vger.kernel.org, Fabrice Gasnier , Jiri Slaby , linux-stm32@st-md-mailman.stormreply.com, Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/4] dt-bindings: serial: add RX and TX FIFO properties Message-ID: <20210415211244.GA1891289@robh.at.kernel.org> References: <20210413174015.23011-1-erwan.leray@foss.st.com> <20210413174015.23011-2-erwan.leray@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210413174015.23011-2-erwan.leray@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210415_141248_559757_0B318417 X-CRM114-Status: UNSURE ( 8.44 ) X-CRM114-Notice: Please train this message. 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 Tue, 13 Apr 2021 19:40:12 +0200, Erwan Le Ray wrote: > Add two optional DT properties to configure RX and TX FIFO thresholds: > - rx-threshold > - tx-threshold > > Signed-off-by: Erwan Le Ray > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel