Message ID | 20240808071132.149251-1-herve.codina@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | soc: fsl: Add support for QUICC Engine TSA and QMC | expand |
Le 08/08/2024 à 09:10, Herve Codina a écrit : > Hi, > > This series add support for the QUICC Engine (QE) version of TSA and QMC > components. > > CPM1 version is already supported and, as the QE version of those > component are pretty similar to the CPM1 version, the series extend > the already existing drivers to support for the QE version. > > The TSA and QMC components are tightly coupled and so the series > provides modifications on both components. > Of course, this series can be split if it is needed. Let me know. > > The series is composed of: > - Patches 1 and 2: Fixes related to TRNSYNC in the QMC driver > - Patches 3..6: Fixes of checkpatch detected issues in the TSA driver > - Patch 7: The QE TSA device-tree binding > - Patches 8..13: TSA driver preparations for adding support for QE > - Patches 14 and 15: The support for QE in TSA + MAINTAINERS update > - Patch 16: A TSA API improvement needed for the QE QMC driver > - Patch 17: A clarification in the QE QMC driver > - Patches 18..22: Fixes of checkpatch detected issues in the QMC driver > - Patch 23: The QE QMC device-tree binding > - Patches 24..31: QMC driver preparations for adding support for QE > - Patches 32 and 33: Missing features additions in QE code > - Patches 34..36: The QMC support for QE in QMC + MAINTAINERS update > > Compared to the previous iteration, this v2 series updates device-tree > bindings and fixes issues detected by kernel test robots. > > Related to the QE QMC device-tree binding, I kept the unit address in > decimal and the 3 compatible strings in order to avoid blocking the > review waiting for a confirmation. Of course, this can be change in a > next iteration. Series applied for 6.12 Thanks Christophe