Message ID | 20240328221201.24722-1-laurentiumihalcea111@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: SOF: imx: stop using the imx8_*_clocks API | expand |
On Fri, 29 Mar 2024 00:11:59 +0200, Laurentiu Mihalcea wrote: > 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 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/2] ASoC: SOF: imx: drop usage of the imx8_*_clocks API commit: a358f67d16942f3bbc4d6b0e4b65efd5dda1c304 [2/2] ASoC: SOF: imx: remove imx8_*_clocks API commit: e618b8b37aa1dac42f50c87373d71ecc68ead97d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
From: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.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(-)