From: Mark Brown Date: Thu, 4 Apr 2024 14:31:30 +0000 (+0100) Subject: ASoC: SOF: imx: stop using the imx8_*_clocks API X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98b1bb9ecf9a3fc3b4e5a4508b6c7b1d6a4d3674;p=linux.git ASoC: SOF: imx: stop using the imx8_*_clocks API Merge series from Laurentiu Mihalcea : The imx8_*_clocks API requires keeping track of all of the clocks used by the IMX SOF driver via an array. This is unnecessary and doesn't scale well. As such, remove it altogether and replace it with devm_clk_bulk_get_all() and friends. --- 98b1bb9ecf9a3fc3b4e5a4508b6c7b1d6a4d3674