]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: fsl_xcvr: get channel status data in two cases
authorMark Brown <broonie@kernel.org>
Thu, 24 Jul 2025 22:17:01 +0000 (23:17 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 24 Jul 2025 22:17:01 +0000 (23:17 +0100)
Merge series from Shengjiu Wang <shengjiu.wang@nxp.com>:

There is two different cases for getting channel status data:
1. With PHY exists, there is firmware running on M core, the firmware
should fill the channel status to RAM space, driver need to read them
from RAM.
2. Without PHY, the channel status need to be obtained from registers.


Trivial merge