Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp3273694pxv; Mon, 12 Jul 2021 13:28:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvyXmTB3549BHhoAuxG05RlpLR2YrG5Wobg0ubp9S7427BkFyum2QWzYTdfRO67/Y/ZEKe X-Received: by 2002:a92:d5cf:: with SMTP id d15mr451729ilq.194.1626121697939; Mon, 12 Jul 2021 13:28:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626121697; cv=none; d=google.com; s=arc-20160816; b=pC5I0MSsdL0bWECBXtEwcr5MfIdL16HrHBk2bsqd3q7DMhCug1McTuxBerqU6FCF3j OMvSx2nK6Lf1BZKJ1rJTYltkm836pR22zbPwUCXupcpfRFyvVhGptx917V1wB5UKwolY Ul9Qqq3TGo0cTa3tjsdWGK2iF2ClieIVydJamxF5hiqQL/dhdFwSuwGSUI9vB9XJqvtg g9/qlYK+tFnKy8CPBLzKOecphnG5PsQHvTyf7jYjzOsyD4lJJ5b74YGJ4tHKA4H7XZsA SvqixSQnak0eApyEigi9RlkQVLjeCgJd8Acl7rxclhe5CHkHCQyTCksSJ188AU/55hQV UxkQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=kgctj4JO03w74aYko9D+EjKOvpLbld+ktNl4jlA0uuE=; b=NvGYjDU3eee2iGJv81HsqhJYs1p7CGffSZ1hois8+JX/IDa1EkOTWNnwGreQ2CbGd7 o+L5mjA1jI8r+xteWTJGoxlrDa+VvFK91hEzHwBIkoO9NaVF6q28hBgBek0Zufoz1/F0 sT5ol8H7d1Uz9MM4Ffqc2AtlTjhuueVUZGJTZ746enk1raQFqnztB+ow78aiOTGZuN0m /6oMOomst6SrzVYB9p+jsa2gXanu8TWGzUh5ki48Nm3ALaTH7zv5B2ftf0ZoXH2vWs5y se/HRB6W0mDA/ftoAvHStnZgAepP79hvJxRgyyANAlIC7OHrKk1ut9RDV2vpQYS74FHR o3zg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v9si22201959ilu.9.2021.07.12.13.28.04; Mon, 12 Jul 2021 13:28:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230058AbhGLUaB (ORCPT + 99 others); Mon, 12 Jul 2021 16:30:01 -0400 Received: from fgw20-7.mail.saunalahti.fi ([62.142.5.81]:50073 "EHLO fgw20-7.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234982AbhGLUaA (ORCPT ); Mon, 12 Jul 2021 16:30:00 -0400 Received: from localhost (88-115-248-186.elisa-laajakaista.fi [88.115.248.186]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id 87ea98c9-e34f-11eb-ba24-005056bd6ce9; Mon, 12 Jul 2021 23:27:10 +0300 (EEST) Date: Mon, 12 Jul 2021 23:27:08 +0300 From: andy@surfacebook.localdomain To: Vignesh Raghavendra Cc: Jan Kiszka , Tony Lindgren , Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org, linux-omap@vger.kernel.org, Linux ARM Mailing List , linux-kernel@vger.kernel.org Subject: Re: [PATCH] serial: 8250: 8250_omap: Fix possible interrupt storm Message-ID: References: <20210511151955.28071-1-vigneshr@ti.com> <0ad948ac-f669-3d6d-5eca-4ca48d47d6a3@siemens.com> <56c5d73f-741c-2643-1c79-6dc13ebb05c7@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56c5d73f-741c-2643-1c79-6dc13ebb05c7@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tue, Jun 22, 2021 at 11:53:38AM +0530, Vignesh Raghavendra kirjoitti: > On 6/22/21 11:45 AM, Jan Kiszka wrote: > >>> Vignesh, it seems this quirk needs some soc specific flag added to > >>> it maybe? Or maybe UART_OMAP_RX_LVL register is not available for > >>> all the SoCs? > >>> > >> Yes indeed :( > >> > >>> I think it's best to drop this patch until the issues are resolved, > >>> also there are some open comments above that might be answered by > >>> limiting this quirk to a specific range of SoCs :) > >>> > >> Oops, I did test patch AM33xx assuming its equivalent to OMAP3, but UART > >> IP is quite different. I will respin the patch making sure, workaround > >> applies only to AM65x and K3 SoCs. > >> > >> Regards > >> Vignesh > >> > > What's the status here for AM65x? The issue remains present on that > > platform, and I was hoping to see a quick follow up that limit the fix > > to that target. > > Sorry for the delay, I am trying to find which other TI SoCs are > affected by this issue. But that exercise will need a bit more time. > Will send a fix to address K3 SoCs like AM65x today/tomo. This all reminds me the very similar issue one found on Intel integrated (Synopsys DesignWare based) UARTs: https://lore.kernel.org/linux-serial/20170206233000.3021-1-dianders@chromium.org/ https://lore.kernel.org/linux-serial/1440015124-28393-1-git-send-email-california.l.sullivan@intel.com/ -- With Best Regards, Andy Shevchenko