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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE02AC4332F for ; Tue, 31 Oct 2023 06:17:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbjJaGRW (ORCPT ); Tue, 31 Oct 2023 02:17:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234892AbjJaGRV (ORCPT ); Tue, 31 Oct 2023 02:17:21 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5AB3E135; Mon, 30 Oct 2023 23:17:18 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACA54C433C8; Tue, 31 Oct 2023 06:01:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698732113; bh=Ouks7YL8qEvhhj00F9KoJxz0wclvbYVkN8O0xfJllHo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EexCCr+X3vclZHcCt+2OqAjyBLieUxdwOACWR6iEA9pQNCpMt7Hu4z3HDjH4NcXSh 2rnu6nfBbyl3SpIUUx7EUfl9CKvzDd1bdzQ85W5Zh84P+X/awLKWJnSYgiScMb+r2D ipjAs0zGdueeDXpUBMtjMrywn1QSeExxLULS2wPs= Date: Tue, 31 Oct 2023 07:01:50 +0100 From: Greg Kroah-Hartman To: Ronald Wahl Cc: linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Vignesh Raghavendra , Ronald Wahl Subject: Re: [PATCH] serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit Message-ID: <2023103132-handcart-union-fbe1@gregkh> References: <20231030182044.14056-1-rwahl@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231030182044.14056-1-rwahl@gmx.de> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Mon, Oct 30, 2023 at 07:20:44PM +0100, Ronald Wahl wrote: > This fixes commit 439c7183e5b9 ("serial: 8250: 8250_omap: Disable RX > interrupt after DMA enable") which unfortunately set the > UART_HAS_RHR_IT_DIS bit in the UART_OMAP_IER2 register and never > cleared it. > > Signed-off-by: Ronald Wahl Can you please add a proper "Fixes:" tag? thanks, greg k-h