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 BEB2CC433F5 for ; Thu, 29 Sep 2022 16:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233931AbiI2QSs (ORCPT ); Thu, 29 Sep 2022 12:18:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236112AbiI2QSd (ORCPT ); Thu, 29 Sep 2022 12:18:33 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7398114B857; Thu, 29 Sep 2022 09:18:31 -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 ams.source.kernel.org (Postfix) with ESMTPS id 28458B824FA; Thu, 29 Sep 2022 16:18:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4266FC433D6; Thu, 29 Sep 2022 16:18:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664468308; bh=KQ0mSuwHv27mooliEcomTryuth3leZThDBOY5PPamBY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Vb0g7+pPE4VNJvnbBLRkGHraTdCqn6whQehkaiFm4qROS2v6xR7PNLwFH6+yCtmby eP1st0pncL+bgfAj3YZc7t3ZF82m0vfQn45Q6BPf7CKpr4oY4Uen3FDawau1uLzK0F TWqMXRdNqGzJDo1iaj40lwfYN8mmSvwX6aPZrVPKvmD8YR8Dh+eG/hsVBSqMalYX/D 6e4i1b67dEpZd10pEClJQR/l6X48qbcdqNqf3gzsx2ce1zMMfKYvH2tkeACNeBgNyV 1V1+Db2iroVcTOgPMXzEF2e+ozXUn9UAJSw/xMTf+A0ppcoUU0QCelQfp9W60rB7Ld 86y+bwl55sfXw== Date: Thu, 29 Sep 2022 21:48:24 +0530 From: Vinod Koul To: Matt Ranostay Cc: nm@ti.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH RESEND 0/2] dmaengine: ti: k3-psil: add TX threads for J721E + J7200 platforms Message-ID: References: <20220919205931.8397-1-mranostay@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220919205931.8397-1-mranostay@ti.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 19-09-22, 13:59, Matt Ranostay wrote: > Add additional PSI-L TX threads for peripherals on both J721E and J7200 platforms. Applied, thanks -- ~Vinod