Re: [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC
From: Christophe Leroy <hidden>
Date: 2023-02-16 06:44:05
Also in:
alsa-devel, linux-arm-kernel, linux-devicetree, lkml
Le 15/02/2023 à 23:44, Leo Li a écrit :
quoted
-----Original Message----- From: Herve Codina <herve.codina@bootlin.com> Sent: Thursday, January 26, 2023 2:32 AM To: Herve Codina <herve.codina@bootlin.com>; Leo Li [off-list ref]; Rob Herring [off-list ref]; Krzysztof Kozlowski [off-list ref]; Liam Girdwood [off-list ref]; Mark Brown [off-list ref]; Christophe Leroy [off-list ref]; Michael Ellerman [off-list ref]; Nicholas Piggin [off-list ref]; Qiang Zhao [off-list ref]; Jaroslav Kysela [off-list ref]; Takashi Iwai [off-list ref]; Shengjiu Wang [off-list ref]; Xiubo Li [off-list ref]; Fabio Estevam [off-list ref]; Nicolin Chen [off-list ref] Cc: linuxppc-dev@lists.ozlabs.org; linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; alsa-devel@alsa- project.org; Thomas Petazzoni [off-list ref] Subject: [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMCTypo: cpm1quoted
The QMC (QUICC Multichannel Controller) emulates up to 64 channels within one serial controller using the same TDM physical interface routed from the TSA. It is available in some PowerQUICC SoC such as the MPC885 or MPC866. It is also available on some Quicc Engine SoCs. This current version support CPM1 SoCs only and some enhancement are needed to support Quicc Engine SoCs. Signed-off-by: Herve Codina <herve.codina@bootlin.com>Otherwise looks good to me. Acked-by: Li Yang <redacted>
Thanks for the review and the ack. Were you also able to have a look at patch 2 which implements support for the timeslot assigner (TSA) ? Christophe