[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <d2abf77e-5a9b-0394-8105-e31832c813ef@ti.com>
Date: Sat, 2 Sep 2023 05:49:28 -0500
From: Hari Nagalla <hnagalla@...com>
To: Mathieu Poirier <mathieu.poirier@...aro.org>
CC: <andersson@...nel.org>, <p.zabel@...gutronix.de>,
<martyn.welch@...labora.com>, <nm@...com>, <vigneshr@...com>,
<kristo@...nel.org>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
<linux-remoteproc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>
Subject: Re: [PATCH v5 5/5] remoteproc: k3-m4: Add a remoteproc driver for M4F
subsystem
On 8/29/23 15:01, Mathieu Poirier wrote:
>> + *
>> + * ti_k3_m4_remoteproc.c:
>> + * Copyright (C) 2021 Texas Instruments Incorporated -https://www.ti.com/
>> + * Hari Nagalla<hnagalla@...com>
>> */
>>
>> #ifndef REMOTEPROC_TI_K3_COMMON_H
>> @@ -82,6 +86,7 @@ struct k3_rproc {
>> u32 ti_sci_id;
>> struct mbox_chan *mbox;
>> struct mbox_client client;
>> + bool ipc_only;
> From the comments above this should have been removed.
>
I got it removed from the driver replacing the ipc_only flag with
runtime logic, but failed to remove from header file. Will fix it and
send the patch series. Thanks
Powered by blists - more mailing lists