[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240328221201.24722-1-laurentiumihalcea111@gmail.com>
Date: Fri, 29 Mar 2024 00:11:59 +0200
From: Laurentiu Mihalcea <laurentiumihalcea111@...il.com>
To: broonie@...nel.org
Cc: lgirdwood@...il.com,
peter.ujfalusi@...ux.intel.com,
pierre-louis.bossart@...ux.intel.com,
daniel.baluta@....com,
iuliana.prodan@....com,
linux-sound@...r.kernel.org,
imx@...ts.linux.dev,
laurentiu.mihalcea@....com,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] ASoC: SOF: imx: stop using the imx8_*_clocks API
From: Laurentiu Mihalcea <laurentiu.mihalcea@....com>
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.
Laurentiu Mihalcea (2):
ASoC: SOF: imx: drop usage of the imx8_*_clocks API
ASoC: SOF: imx: remove imx8_*_clocks API
sound/soc/sof/imx/imx-common.c | 24 -------------------
sound/soc/sof/imx/imx-common.h | 9 --------
sound/soc/sof/imx/imx8.c | 41 ++++++++++++++-------------------
sound/soc/sof/imx/imx8m.c | 40 ++++++++++++++------------------
sound/soc/sof/imx/imx8ulp.c | 42 +++++++++++++++-------------------
5 files changed, 53 insertions(+), 103 deletions(-)
--
2.34.1
Powered by blists - more mailing lists