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 922ABC433EF for ; Fri, 18 Feb 2022 09:41:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233087AbiBRJlw (ORCPT ); Fri, 18 Feb 2022 04:41:52 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233553AbiBRJli (ORCPT ); Fri, 18 Feb 2022 04:41:38 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73D185EDCF for ; Fri, 18 Feb 2022 01:41:22 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0D4A461CC1 for ; Fri, 18 Feb 2022 09:41:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2016DC340E9; Fri, 18 Feb 2022 09:41:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645177281; bh=qTFnzVZgGa4Q1uJ14zva29njnnBXVCxKl8w/2PJHwmY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vUvvgy1lENQGSvGBM10I/NP8zBl5P+wUUQeER7ucNlU0lKtkIvmDFydHkaRhva0vK QZ1918F1HA+VBooeskNrKF6oFkfTmAkLs6NjIM5LfrKfiX6OweQDqioRW9olZrBDql JwL97QMd1bvkM+HbGmRsJZImpxbQsZa6lY15ilwA= Date: Fri, 18 Feb 2022 10:41:14 +0100 From: Greg KH To: Mickael GARDET Cc: stable@vger.kernel.org, =?iso-8859-1?Q?K=E9vin?= Raymond , Tudor.Ambarus@microchip.com Subject: Re: Atmel UART with dma enabled does not work on branch 5.4.Y from version 5.4.174. Message-ID: References: <1ed07d2b-ab56-4b55-bb7d-e858e0f1cf92@overkiz.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1ed07d2b-ab56-4b55-bb7d-e858e0f1cf92@overkiz.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 18, 2022 at 09:59:34AM +0100, Mickael GARDET wrote: > Yes sorry, > > enclosed signed patch. That worked, now queued up, thanks! greg k-h