linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for SOF on i.MX8M
@ 2020-03-19 19:49 Daniel Baluta
  2020-03-19 19:49 ` [PATCH 1/5] ASoC: SOF: imx8: Fix randbuild error Daniel Baluta
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Daniel Baluta @ 2020-03-19 19:49 UTC (permalink / raw)
  To: lgirdwood, broonie
  Cc: pierre-louis.bossart, ranjani.sridharan, kai.vehmanen,
	daniel.baluta, linux-imx, shawnguo, s.hauer, kernel, festevam,
	yuehaibing, krzk, linux-kernel, sound-open-firmware, alsa-devel,
	linux-arm-kernel, devicetree, robh+dt, Daniel Baluta

From: Daniel Baluta <daniel.baluta@nxp.com>

This patch series adds support for SOF on i.MX8M family. First board
from this family that has a DSP is i.MX8MP.

First 2 patches are trying to fix some compilation issues, the next two
are adding the imx8m support and the last one adds the devicetree
binding.

Daniel Baluta (4):
  ASoC: SOF: imx: fix undefined reference issue
  ASoC: SOF: imx: Add i.MX8M HW support
  ASoC: SOF: Add i.MX8MP device descriptor
  dt-bindings: dsp: fsl: Add fsl,imx8mp-dsp entry

YueHaibing (1):
  ASoC: SOF: imx8: Fix randbuild error

 .../devicetree/bindings/dsp/fsl,dsp.yaml      |   2 +
 sound/soc/sof/imx/Kconfig                     |  32 +-
 sound/soc/sof/imx/Makefile                    |   2 +
 sound/soc/sof/imx/imx8m.c                     | 279 ++++++++++++++++++
 sound/soc/sof/sof-of-dev.c                    |  14 +
 5 files changed, 325 insertions(+), 4 deletions(-)
 create mode 100644 sound/soc/sof/imx/imx8m.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-03-31 13:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 19:49 [PATCH 0/5] Add support for SOF on i.MX8M Daniel Baluta
2020-03-19 19:49 ` [PATCH 1/5] ASoC: SOF: imx8: Fix randbuild error Daniel Baluta
2020-03-19 19:49 ` [PATCH 2/5] ASoC: SOF: imx: fix undefined reference issue Daniel Baluta
2020-03-31 12:25   ` Mark Brown
2020-03-31 12:41     ` Daniel Baluta
2020-03-31 13:03       ` Mark Brown
2020-03-19 19:49 ` [PATCH 3/5] ASoC: SOF: imx: Add i.MX8M HW support Daniel Baluta
2020-03-19 19:49 ` [PATCH 4/5] ASoC: SOF: Add i.MX8MP device descriptor Daniel Baluta
2020-03-19 19:49 ` [PATCH 5/5] dt-bindings: dsp: fsl: Add fsl,imx8mp-dsp entry Daniel Baluta
2020-03-30 23:21   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).