ASoC/soundwire: revisit interrupt and lcount handling
authorMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 14:23:11 +0000 (14:23 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 25 Nov 2022 14:23:11 +0000 (14:23 +0000)
commiteb73f6d6b8775b2fc68be7ad38f06c2d85d42891
treea7b75cac8f3f0c1d722c51488b24a147d6eb7bb8
parent57405d8be4921956b8092b2e4516389bb30bdab5
parent5e2cbc4a813e866885f812f1b64fdf33a9a16700
ASoC/soundwire: revisit interrupt and lcount handling

Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

The code in drivers/soundwire/intel_init.c is hardware-dependent and the
code does not apply to new generations starting with MeteorLake. Refactor
and clean-up the code to make this intel_init.c hardware-agnostic and
move all hardware-dependencies in the SOF driver using chip descriptors.