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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFA4DC282DD for ; Mon, 10 Jun 2019 09:42:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B402C2082E for ; Mon, 10 Jun 2019 09:42:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="UwE6KsIJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389024AbfFJJmt (ORCPT ); Mon, 10 Jun 2019 05:42:49 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:34800 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388033AbfFJJmt (ORCPT ); Mon, 10 Jun 2019 05:42:49 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x5A9gaKj000807; Mon, 10 Jun 2019 04:42:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1560159757; bh=2oO3Xg8fMHPjnwmVSMmpy0PpqsvBXBoMDQCicgKTfPk=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=UwE6KsIJ1ugdmhMf4suETeKqxQlhSDaB1wwqcC739zqPIx258ODERDvuCt9ZXYacN /+yAxJdgvZNMfKhaqjRcVOCoIytn30L32AfZq+EuuyOqvxGKquX4Z6SrdhlfKCf+tg Y7/MCKLvymzo6iXJRJvQaahrTT6RybKMvHULjqjI= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x5A9gaIB000883 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 10 Jun 2019 04:42:36 -0500 Received: from DFLE105.ent.ti.com (10.64.6.26) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Mon, 10 Jun 2019 04:42:36 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Mon, 10 Jun 2019 04:42:36 -0500 Received: from [172.24.190.117] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x5A9gWMT067517; Mon, 10 Jun 2019 04:42:33 -0500 Subject: Re: [PATCH v1.1] firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma To: Peter Ujfalusi , , , CC: , , , , , , References: <20190506123456.6777-2-peter.ujfalusi@ti.com> <20190610091856.25502-1-peter.ujfalusi@ti.com> From: Lokesh Vutla Message-ID: <636f599a-cefa-ce70-d0ae-b5244edf14b2@ti.com> Date: Mon, 10 Jun 2019 15:11:59 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190610091856.25502-1-peter.ujfalusi@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 10/06/19 2:48 PM, Peter Ujfalusi wrote: > Configuration of NAVSS resource, like rings, UDMAP channels, flows > and PSI-L thread management need to be done via TISCI. > > Add the needed structures and functions for NAVSS resource configuration of > the following: > Rings from Ring Accelerator > PSI-L thread management > UDMAP tchan, rchan and rflow configuration. > > Signed-off-by: Peter Ujfalusi Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh