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 CD976C761A6 for ; Tue, 21 Mar 2023 10:24:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230110AbjCUKYB (ORCPT ); Tue, 21 Mar 2023 06:24:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbjCUKX7 (ORCPT ); Tue, 21 Mar 2023 06:23:59 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01BC614212; Tue, 21 Mar 2023 03:23:56 -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 7F7D5B81597; Tue, 21 Mar 2023 10:23:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A380AC433EF; Tue, 21 Mar 2023 10:23:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679394234; bh=ZsLPYOdjcPsLO2pttCc5ghlJ9bpA4xBtpFYwK368Nno=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DHMvsMuhjrNMVCpm46jlgS0qKFhfMFY4dHai8izH6uYfBKBvp6iOFMztZovfjuux3 gejjEok/BdnhlXOwo8xmRFKoQin9kBL8cNEBWPBanLhFg85PqsPC4lWwSxH/fscPge Mmzfcpmgcnu9Ys09rjiW8m2D9x6SiUJOR5KVE93wAeOYxGAUrsVQsSeB/5Bkozlhar s05pn/XlavtkFKmb7OOgOEdiDPRIEQq6nuVDUkiLDfuVWwKVIt5hUslLQ4bq+5xNte ROFlgdPt4FKRDmpM9M1oFppaUPVig7FSWYSnbkiUZ7a/xyycLZ/XFNqTwFqG/vbcoY hg+xslRP9BfRQ== Message-ID: Date: Tue, 21 Mar 2023 12:23:48 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [EXTERNAL] Re: [EXTERNAL] Re: [PATCH v4 2/5] soc: ti: pruss: Add pruss_{request,release}_mem_region() API Content-Language: en-US To: Md Danish Anwar , Andrew Davis , MD Danish Anwar , Suman Anna , Vignesh Raghavendra , Mathieu Poirier , Bjorn Andersson , Santosh Shilimkar , Nishanth Menon Cc: linux-remoteproc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, srk@ti.com, devicetree@vger.kernel.org, netdev@vger.kernel.org References: <20230313111127.1229187-1-danishanwar@ti.com> <20230313111127.1229187-3-danishanwar@ti.com> <3f26b194-287c-074d-8e78-572875f9a734@kernel.org> <52aeb13f-1fe4-825f-9d28-ba64860ae76d@ti.com> <13048b01-641a-1d92-178c-02b87c5fa1b9@ti.com> <5b936f1b-3c5b-30ab-7074-e202fd6555b6@ti.com> <67dd1d04-147d-0e40-c06b-6e1e0dd05f13@kernel.org> From: Roger Quadros In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/03/2023 11:48, Md Danish Anwar wrote: > Hi Roger, > > On 21/03/23 14:54, Roger Quadros wrote: >> Hi, >> >> On 21/03/2023 07:23, Md Danish Anwar wrote: >>> Hi Andrew, Roger, >>> >>> On 20/03/23 21:48, Andrew Davis wrote: >>>> On 3/20/23 12:11 AM, Md Danish Anwar wrote: >>>>> Hi Roger, >>>>> >>>>> On 17/03/23 14:26, Roger Quadros wrote: >>>>>> Hi Andrew & Danish, >>>>>> >>>>>> >>>>>> On 13/03/2023 13:11, MD Danish Anwar wrote: >>>>>>> From: "Andrew F. Davis" >>>>>>> >>>>>>> Add two new API - pruss_request_mem_region() & pruss_release_mem_region(), >>>>>>> to the PRUSS platform driver to allow client drivers to acquire and release >>>>>>> the common memory resources present within a PRU-ICSS subsystem. This >>>>>>> allows the client drivers to directly manipulate the respective memories, >>>>>>> as per their design contract with the associated firmware. >>>>>>> >>>>>>> Co-developed-by: Suman Anna >>>>>>> Signed-off-by: Suman Anna >>>>>>> Signed-off-by: Andrew F. Davis >>>>>>> Co-developed-by: Grzegorz Jaszczyk >>>>>>> Signed-off-by: Grzegorz Jaszczyk >>>>>>> Signed-off-by: MD Danish Anwar >>>>>>> Reviewed-by: Roger Quadros >>>>>>> --- >>>>>>>   drivers/soc/ti/pruss.c           | 77 ++++++++++++++++++++++++++++++++ >>>>>>>   include/linux/pruss_driver.h     | 27 +++-------- >>>>>>>   include/linux/remoteproc/pruss.h | 39 ++++++++++++++++ >>>>>> >>>>>> >>>>>> We have these 2 header files and I think anything that deals with >>>>>> 'struct pruss' should go in include/linux/pruss_driver.h >>>>>> >>>>>> Anything that deals with pru_rproc (i.e. struct rproc) should go in >>>>>> include/linux/remoteproc/pruss.h >>>>>> >>>>>> Do you agree? >>>>>> >>>>> >>>>> I agree with you Roger but Andrew is the right person to comment here as he is >>>>> the author of this and several other patches. >>>>> >>>>> Hi Andrew, Can you please comment on this? >>>>> >>>> >>>> Original idea was a consumer driver (like "ICSSG Ethernet Driver" in your other >>>> series) could just >>>> >>>> #include >>>> >>>> and get everything they need, and nothing they do not. >>>> >>> >>> If we plan on continuing the original idea, then I think keeping the header >>> files as it is will be the best. Because if we move anything that deals with >>> 'struct pruss' to include/linux/pruss_driver.h and anything that deals with >>> pru_rproc (i.e. struct rproc) to include/linux/remoteproc/pruss.h, then the >>> consumer drivers will need to do, >>> >>> #include >>> #include >>> >>> Roger, should I keep the header files arrangement as it is? >>> >> >> OK but can we please rename one of them to something else so they don't >> sound very similar. Maybe you could use Andrew's suggestion below. >> > > Yes sure, I'll rename the header files to reduce confusion. The pruss_driver.h > is located in include/linux, implying it's not internal to PRUSS. So I will > keep this header file name as it is. > > There are total 3 pruss related header files. > > 1. include/linux/pruss_driver.h (Public header file, not internal to PRUSS, > will keep it as it is. This exists to allow communication between the pruss > core and the pru rproc driver which live in different subsystems.) Andrew asked you to rename this to pruss_internal.h > 2. include/linux/remoteproc/pruss.h (Public header file, not internal to PRUSS, > will keep it as it is. Only this header file needs to be included by client > drivers.) > 3. drivers/soc/ti/pruss.h (Internal to PRUSS, I will rename this to > pruss_internal.h, this file has private definitions and APIs to modify PRUSS > CFG space. This file is private to pruss.c) No point in changing this file's name as this is not visible elsewhere. > > Please let me know if the above looks OK. > >>>> pruss_driver.h (which could be renamed pruss_internal.h) exists to allow >>>> comunication between the pruss core and the pru rproc driver which live >>>> in different subsystems. >>>> >>>> Andrew >>>> >>>>>>>   3 files changed, 121 insertions(+), 22 deletions(-) >>>>>>> >>>>>>> diff --git a/drivers/soc/ti/pruss.c b/drivers/soc/ti/pruss.c >>>>>>> index a169aa1ed044..c8053c0d735f 100644 >>>>>>> --- a/drivers/soc/ti/pruss.c >>>>>>> +++ b/drivers/soc/ti/pruss.c >>>>>>> @@ -88,6 +88,82 @@ void pruss_put(struct pruss *pruss) >>>>>>>   } >>>>>>>   EXPORT_SYMBOL_GPL(pruss_put); >>>>>>>   +/** >>>>>>> + * pruss_request_mem_region() - request a memory resource >>>>>>> + * @pruss: the pruss instance >>>>>>> + * @mem_id: the memory resource id >>>>>>> + * @region: pointer to memory region structure to be filled in >>>>>>> + * >>>>>>> + * This function allows a client driver to request a memory resource, >>>>>>> + * and if successful, will let the client driver own the particular >>>>>>> + * memory region until released using the pruss_release_mem_region() >>>>>>> + * API. >>>>>>> + * >>>>>>> + * Return: 0 if requested memory region is available (in such case pointer to >>>>>>> + * memory region is returned via @region), an error otherwise >>>>>>> + */ >>>>>>> +int pruss_request_mem_region(struct pruss *pruss, enum pruss_mem mem_id, >>>>>>> +                 struct pruss_mem_region *region) >>>>>>> +{ >>>>>>> +    if (!pruss || !region || mem_id >= PRUSS_MEM_MAX) >>>>>>> +        return -EINVAL; >>>>>>> + >>>>>>> +    mutex_lock(&pruss->lock); >>>>>>> + >>>>>>> +    if (pruss->mem_in_use[mem_id]) { >>>>>>> +        mutex_unlock(&pruss->lock); >>>>>>> +        return -EBUSY; >>>>>>> +    } >>>>>>> + >>>>>>> +    *region = pruss->mem_regions[mem_id]; >>>>>>> +    pruss->mem_in_use[mem_id] = region; >>>>>>> + >>>>>>> +    mutex_unlock(&pruss->lock); >>>>>>> + >>>>>>> +    return 0; >>>>>>> +} >>>>>>> +EXPORT_SYMBOL_GPL(pruss_request_mem_region); >>>>>>> + >>>>>>> +/** >>>>>>> + * pruss_release_mem_region() - release a memory resource >>>>>>> + * @pruss: the pruss instance >>>>>>> + * @region: the memory region to release >>>>>>> + * >>>>>>> + * This function is the complimentary function to >>>>>>> + * pruss_request_mem_region(), and allows the client drivers to >>>>>>> + * release back a memory resource. >>>>>>> + * >>>>>>> + * Return: 0 on success, an error code otherwise >>>>>>> + */ >>>>>>> +int pruss_release_mem_region(struct pruss *pruss, >>>>>>> +                 struct pruss_mem_region *region) >>>>>>> +{ >>>>>>> +    int id; >>>>>>> + >>>>>>> +    if (!pruss || !region) >>>>>>> +        return -EINVAL; >>>>>>> + >>>>>>> +    mutex_lock(&pruss->lock); >>>>>>> + >>>>>>> +    /* find out the memory region being released */ >>>>>>> +    for (id = 0; id < PRUSS_MEM_MAX; id++) { >>>>>>> +        if (pruss->mem_in_use[id] == region) >>>>>>> +            break; >>>>>>> +    } >>>>>>> + >>>>>>> +    if (id == PRUSS_MEM_MAX) { >>>>>>> +        mutex_unlock(&pruss->lock); >>>>>>> +        return -EINVAL; >>>>>>> +    } >>>>>>> + >>>>>>> +    pruss->mem_in_use[id] = NULL; >>>>>>> + >>>>>>> +    mutex_unlock(&pruss->lock); >>>>>>> + >>>>>>> +    return 0; >>>>>>> +} >>>>>>> +EXPORT_SYMBOL_GPL(pruss_release_mem_region); >>>>>>> + >>>>>>>   static void pruss_of_free_clk_provider(void *data) >>>>>>>   { >>>>>>>       struct device_node *clk_mux_np = data; >>>>>>> @@ -290,6 +366,7 @@ static int pruss_probe(struct platform_device *pdev) >>>>>>>           return -ENOMEM; >>>>>>>         pruss->dev = dev; >>>>>>> +    mutex_init(&pruss->lock); >>>>>>>         child = of_get_child_by_name(np, "memories"); >>>>>>>       if (!child) { >>>>>>> diff --git a/include/linux/pruss_driver.h b/include/linux/pruss_driver.h >>>>>>> index 86242fb5a64a..22b4b37d2536 100644 >>>>>>> --- a/include/linux/pruss_driver.h >>>>>>> +++ b/include/linux/pruss_driver.h >>>>>>> @@ -9,37 +9,18 @@ >>>>>>>   #ifndef _PRUSS_DRIVER_H_ >>>>>>>   #define _PRUSS_DRIVER_H_ >>>>>>>   +#include >>>>>>>   #include >>>>>>>   #include >>>>>>>   -/* >>>>>>> - * enum pruss_mem - PRUSS memory range identifiers >>>>>>> - */ >>>>>>> -enum pruss_mem { >>>>>>> -    PRUSS_MEM_DRAM0 = 0, >>>>>>> -    PRUSS_MEM_DRAM1, >>>>>>> -    PRUSS_MEM_SHRD_RAM2, >>>>>>> -    PRUSS_MEM_MAX, >>>>>>> -}; >>>>>>> - >>>>>>> -/** >>>>>>> - * struct pruss_mem_region - PRUSS memory region structure >>>>>>> - * @va: kernel virtual address of the PRUSS memory region >>>>>>> - * @pa: physical (bus) address of the PRUSS memory region >>>>>>> - * @size: size of the PRUSS memory region >>>>>>> - */ >>>>>>> -struct pruss_mem_region { >>>>>>> -    void __iomem *va; >>>>>>> -    phys_addr_t pa; >>>>>>> -    size_t size; >>>>>>> -}; >>>>>>> - >>>>>>>   /** >>>>>>>    * struct pruss - PRUSS parent structure >>>>>>>    * @dev: pruss device pointer >>>>>>>    * @cfg_base: base iomap for CFG region >>>>>>>    * @cfg_regmap: regmap for config region >>>>>>>    * @mem_regions: data for each of the PRUSS memory regions >>>>>>> + * @mem_in_use: to indicate if memory resource is in use >>>>>>> + * @lock: mutex to serialize access to resources >>>>>>>    * @core_clk_mux: clk handle for PRUSS CORE_CLK_MUX >>>>>>>    * @iep_clk_mux: clk handle for PRUSS IEP_CLK_MUX >>>>>>>    */ >>>>>>> @@ -48,6 +29,8 @@ struct pruss { >>>>>>>       void __iomem *cfg_base; >>>>>>>       struct regmap *cfg_regmap; >>>>>>>       struct pruss_mem_region mem_regions[PRUSS_MEM_MAX]; >>>>>>> +    struct pruss_mem_region *mem_in_use[PRUSS_MEM_MAX]; >>>>>>> +    struct mutex lock; /* PRU resource lock */ >>>>>>>       struct clk *core_clk_mux; >>>>>>>       struct clk *iep_clk_mux; >>>>>>>   }; >>>>>>> diff --git a/include/linux/remoteproc/pruss.h >>>>>>> b/include/linux/remoteproc/pruss.h >>>>>>> index 93a98cac7829..33f930e0a0ce 100644 >>>>>>> --- a/include/linux/remoteproc/pruss.h >>>>>>> +++ b/include/linux/remoteproc/pruss.h >>>>>>> @@ -44,6 +44,28 @@ enum pru_ctable_idx { >>>>>>>       PRU_C31, >>>>>>>   }; >>>>>>>   +/* >>>>>>> + * enum pruss_mem - PRUSS memory range identifiers >>>>>>> + */ >>>>>>> +enum pruss_mem { >>>>>>> +    PRUSS_MEM_DRAM0 = 0, >>>>>>> +    PRUSS_MEM_DRAM1, >>>>>>> +    PRUSS_MEM_SHRD_RAM2, >>>>>>> +    PRUSS_MEM_MAX, >>>>>>> +}; >>>>>>> + >>>>>>> +/** >>>>>>> + * struct pruss_mem_region - PRUSS memory region structure >>>>>>> + * @va: kernel virtual address of the PRUSS memory region >>>>>>> + * @pa: physical (bus) address of the PRUSS memory region >>>>>>> + * @size: size of the PRUSS memory region >>>>>>> + */ >>>>>>> +struct pruss_mem_region { >>>>>>> +    void __iomem *va; >>>>>>> +    phys_addr_t pa; >>>>>>> +    size_t size; >>>>>>> +}; >>>>>>> + >>>>>>>   struct device_node; >>>>>>>   struct rproc; >>>>>>>   struct pruss; >>>>>>> @@ -52,6 +74,10 @@ struct pruss; >>>>>>>     struct pruss *pruss_get(struct rproc *rproc); >>>>>>>   void pruss_put(struct pruss *pruss); >>>>>>> +int pruss_request_mem_region(struct pruss *pruss, enum pruss_mem mem_id, >>>>>>> +                 struct pruss_mem_region *region); >>>>>>> +int pruss_release_mem_region(struct pruss *pruss, >>>>>>> +                 struct pruss_mem_region *region); >>>>>>>     #else >>>>>>>   @@ -62,6 +88,19 @@ static inline struct pruss *pruss_get(struct rproc >>>>>>> *rproc) >>>>>>>     static inline void pruss_put(struct pruss *pruss) { } >>>>>>>   +static inline int pruss_request_mem_region(struct pruss *pruss, >>>>>>> +                       enum pruss_mem mem_id, >>>>>>> +                       struct pruss_mem_region *region) >>>>>>> +{ >>>>>>> +    return -EOPNOTSUPP; >>>>>>> +} >>>>>>> + >>>>>>> +static inline int pruss_release_mem_region(struct pruss *pruss, >>>>>>> +                       struct pruss_mem_region *region) >>>>>>> +{ >>>>>>> +    return -EOPNOTSUPP; >>>>>>> +} >>>>>>> + >>>>>>>   #endif /* CONFIG_TI_PRUSS */ >>>>>>>     #if IS_ENABLED(CONFIG_PRU_REMOTEPROC) >>>>>> cheers, -roger