Re: (subset) [PATCH v2 00/12] Remove cl in struct cmdq_pkt

2024-04-03 Thread AngeloGioacchino Del Regno
On Thu, 22 Feb 2024 15:41:08 +, Chun-Kuang Hu wrote: > cl in struct cmdq_pkt is used to store struct cmdq_client, but every client > driver has the struct cmdq_client information, so it's not necessary to > store struct cmdq_client in struct cmdq_pkt. Because mailbox maintainer > do not like

[PATCH v2 00/12] Remove cl in struct cmdq_pkt

2024-02-22 Thread Chun-Kuang Hu
cl in struct cmdq_pkt is used to store struct cmdq_client, but every client driver has the struct cmdq_client information, so it's not necessary to store struct cmdq_client in struct cmdq_pkt. Because mailbox maintainer do not like to mix mailbox patch with other patches in a series, so mailbox