[PATCH v5 5/5] remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem
Hari Nagalla
hnagalla at ti.com
Sat Sep 2 03:49:28 PDT 2023
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 at ti.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
More information about the linux-arm-kernel
mailing list