Message ID | 20211119094319.81674-1-daniel.baluta@oss.nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: SOF: Add PM support for i.MX8/i.MX8X/i.MX8M | expand |
On Fri, 19 Nov 2021 11:43:14 +0200, Daniel Baluta wrote: > From: Daniel Baluta <daniel.baluta@nxp.com> > > This patch series adds support for System PM and Runtime PM with SOF for > i.MX8 platforms. > > First patch adds common code to manage clocks, patch 2/3 adds the actual > PM support, patch 4/5 implement the DSP start / reset callbacks for > i.mx8m. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/5] ASoC: SOF: imx: Add code to manage DSP related clocks commit: 8253aa4700b37cef1ca3bbda0d986349357608d3 [2/5] ASoC: SOF: imx8: Add runtime PM / System PM support commit: 6fc8515806dfd5b7d3198c189b51e7624aadafdc [3/5] ASoC: SOF: imx8m: Add runtime PM / System PM support commit: a73b493d8e1b37acad686c15321d2eaab45567ce [4/5] ASoC: SOF: imx8m: Implement DSP start commit: 9ba23717b2927071ddb49f3d6719244e3fe8f4c9 [5/5] ASoC: SOF: imx8m: Implement reset callback commit: 3bf4cd8b747a222f0f454f3220199c99f1c03da6 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: Daniel Baluta <daniel.baluta@nxp.com> This patch series adds support for System PM and Runtime PM with SOF for i.MX8 platforms. First patch adds common code to manage clocks, patch 2/3 adds the actual PM support, patch 4/5 implement the DSP start / reset callbacks for i.mx8m. Changes since v1: * rebased on top of Mark's for-next branch Daniel Baluta (5): ASoC: SOF: imx: Add code to manage DSP related clocks ASoC: SOF: imx8: Add runtime PM / System PM support ASoC: SOF: imx8m: Add runtime PM / System PM support ASoC: SOF: imx8m: Implement DSP start ASoC: SOF: imx8m: Implement reset callback sound/soc/sof/imx/imx-common.c | 24 +++++ sound/soc/sof/imx/imx-common.h | 11 ++ sound/soc/sof/imx/imx8.c | 137 +++++++++++++++++++++++ sound/soc/sof/imx/imx8m.c | 191 ++++++++++++++++++++++++++++++++- 4 files changed, 362 insertions(+), 1 deletion(-)