All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, broonie@kernel.org, devicetree@vger.kernel.org,
	Xiubo.Lee@gmail.com, shengjiu.wang@nxp.com,
	linux-kernel@vger.kernel.org, nicoleotsuka@gmail.com,
	robh+dt@kernel.org, linux-imx@nxp.com, viorel.suman@nxp.com,
	festevam@gmail.com,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH v2 0/3] ASoC: SOF: initial support for i.MX8
Date: Wed, 21 Aug 2019 11:47:27 -0500	[thread overview]
Message-ID: <20190821164730.7385-1-pierre-louis.bossart@linux.intel.com> (raw)

The reviews for these patches took place already on mailing lists and
GitHub, and the code is already integrated in the SOF tree (along with
dependencies already accepted in the i.MX tree)

Changes since v1:
As agreed with Daniel and Mark, this v2 series includes the DT
bindings (Fixed 'compatible' typo in examples)
The SAI/ESAI support was merged separately so dropped from this set.

Daniel Baluta (3):
  dt-bindings: dsp: fsl: Add DSP core binding support
  ASoC: SOF: Add OF DSP device support
  ASoC: SOF: imx: Add i.MX8 HW support

 .../devicetree/bindings/dsp/fsl,dsp.yaml      |  88 ++++
 sound/soc/sof/Kconfig                         |  11 +
 sound/soc/sof/Makefile                        |   4 +
 sound/soc/sof/imx/Kconfig                     |  22 +
 sound/soc/sof/imx/Makefile                    |   4 +
 sound/soc/sof/imx/imx8.c                      | 394 ++++++++++++++++++
 sound/soc/sof/sof-of-dev.c                    | 143 +++++++
 7 files changed, 666 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dsp/fsl,dsp.yaml
 create mode 100644 sound/soc/sof/imx/Kconfig
 create mode 100644 sound/soc/sof/imx/Makefile
 create mode 100644 sound/soc/sof/imx/imx8.c
 create mode 100644 sound/soc/sof/sof-of-dev.c

-- 
2.20.1


             reply	other threads:[~2019-08-21 16:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-21 16:47 Pierre-Louis Bossart [this message]
2019-08-21 16:47 ` [PATCH v2 1/3] dt-bindings: dsp: fsl: Add DSP core binding support Pierre-Louis Bossart
2019-08-22 18:32   ` Applied "dt-bindings: dsp: fsl: Add DSP core binding support" to the asoc tree Mark Brown
2019-08-22 18:32     ` Mark Brown
2019-08-21 16:47 ` [PATCH v2 2/3] ASoC: SOF: Add OF DSP device support Pierre-Louis Bossart
2019-08-22 18:32   ` Applied "ASoC: SOF: Add OF DSP device support" to the asoc tree Mark Brown
2019-08-22 18:32     ` Mark Brown
2019-08-21 16:47 ` [PATCH v2 3/3] ASoC: SOF: imx: Add i.MX8 HW support Pierre-Louis Bossart
2019-08-22 18:32   ` Applied "ASoC: SOF: imx: Add i.MX8 HW support" to the asoc tree Mark Brown
2019-08-22 18:32     ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190821164730.7385-1-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=shengjiu.wang@nxp.com \
    --cc=tiwai@suse.de \
    --cc=viorel.suman@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.