Re: [PATCH v2 24/36] soc: fsl: cpm1: qmc: Introduce qmc_data structure

2024-08-23 Thread Christophe Leroy
Le 08/08/2024 à 09:11, Herve Codina a écrit : Current code handles CPM1 version of QMC. Some hardcoded values are used several times to initialize the QMC state machine. In the QUICC Engine (QE) version of QMC, these values are different. In order to prepare the support for the QE version of

[PATCH v2 24/36] soc: fsl: cpm1: qmc: Introduce qmc_data structure

2024-08-08 Thread Herve Codina
Current code handles CPM1 version of QMC. Some hardcoded values are used several times to initialize the QMC state machine. In the QUICC Engine (QE) version of QMC, these values are different. In order to prepare the support for the QE version of QMC and avoid the copy of the hardcoded values, int