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 422A8C7EE2F for ; Wed, 24 May 2023 05:50:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239519AbjEXFup (ORCPT ); Wed, 24 May 2023 01:50:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232367AbjEXFun (ORCPT ); Wed, 24 May 2023 01:50:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 991B6C1; Tue, 23 May 2023 22:50:42 -0700 (PDT) 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 376416390B; Wed, 24 May 2023 05:50:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B25CC433EF; Wed, 24 May 2023 05:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684907441; bh=vAvsTqmFgX+Q9gy81xNfCHJ2KmDSr99InLcdIwbLKSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Eq11SVVaNdlCHVnN/JmVpX/xHvNd0GJCPkLRe0RFtk05cpgAOYkvXgXh+U8vF/aZX oGBPJluzUzStJ6Jib1FQgUlKy19AqTq3IEiXuwstI2L7wc+e6nDz2SZ5poMOIPHcvi GzeJW6XBxh98TuYr5257MRw6uMQubANrMqmzm2G4Hr8j7cAFcNiCw5LxWxRrgcHbyR gLcy5sJN1y/zHOUOu76jtTvSfFSb+YLMRr/ayEIEQsBGsN1Nq/TP6za2DRuL1ZoyaD 46VFrMAP6B8fd9rq1b3fjR/UhChP7mSCK/3NQxQOwaPBO8kkXjfkvDVGTN9fOf5ps2 et2PG7qvjWygw== Date: Wed, 24 May 2023 11:20:37 +0530 From: Vinod Koul To: Peter Rosin Cc: LKML , Ludovic Desroches , Tudor Ambarus , Nicolas Ferre , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, "stable@vger.kernel.org" Subject: Re: [PATCH v2 0/2] dmaengine: at_hdmac: Regression fix and cleanup Message-ID: References: <221d19e2-6b92-7f38-7d8a-a730f54c33ea@axentia.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <221d19e2-6b92-7f38-7d8a-a730f54c33ea@axentia.se> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23-05-23, 19:19, Peter Rosin wrote: > Hi! > > I found a regression in DMA handling on one of our SAMA5D3 boards. > > While combing through the regressing commit, a found two unrelated > strange things. The first is the actually problematic change. The > second is a number of suspect defines, that I fail to see how they > can ever do any good. Applied, thanks -- ~Vinod