All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add DSP node for i.MX8QXP board to be used by DSP SOF driver
@ 2019-07-23  8:40 ` Daniel Baluta
  0 siblings, 0 replies; 43+ messages in thread
From: Daniel Baluta @ 2019-07-23  8:40 UTC (permalink / raw)
  To: m.felsch, shawnguo
  Cc: mark.rutland, aisheng.dong, peng.fan, anson.huang, devicetree,
	linux-kernel, linux-imx, shengjiu.wang, paul.olaru, robh+dt,
	kernel, leonard.crestez, festevam, linux-arm-kernel,
	sound-open-firmware, Daniel Baluta

i.MX8QXP boards feature an Hifi4 DSP from Tensilica.

This patch series aims on adding the DT node describing the DSP,
but it also contains the Linux SOF DSP driver that will use the DT node
for easier review.

Note that we switched to the new yaml format for bindings documentation.

The DSP will run SOF Firmware [1]. Patches 1,2,3 are adding support
for Linux DSP driver are already sent for review to SOF folks [2]

[1] https://github.com/thesofproject/sof
[2] https://github.com/thesofproject/linux/pull/1048/commits

Changes since v1:
	- removed 'clk: imx8: Add DSP related clocks' as it was already
	  applied by Shawn
	- add patches adding support for Linux DSP driver to make things
	  clear for review
	- add maxItems property for PM in DT bindings doc

Daniel Baluta (5):
  ASoC: SOF: imx: Add i.MX8 HW support
  ASoC: SOF: topology: Add dummy support for i.MX8 DAIs
  ASoC: SOF: Add DT DSP device support
  arm64: dts: imx8qxp: Add DSP DT node
  dt-bindings: dsp: fsl: Add DSP core binding support

 .../devicetree/bindings/dsp/fsl,dsp.yaml      |  87 ++++
 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts |   4 +
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi    |  32 ++
 include/sound/sof/dai.h                       |   2 +
 include/uapi/sound/sof/tokens.h               |   8 +
 sound/soc/sof/Kconfig                         |  10 +
 sound/soc/sof/Makefile                        |   4 +
 sound/soc/sof/imx/Kconfig                     |  21 +
 sound/soc/sof/imx/Makefile                    |   7 +
 sound/soc/sof/imx/imx8.c                      | 464 ++++++++++++++++++
 sound/soc/sof/sof-dt-dev.c                    | 159 ++++++
 sound/soc/sof/topology.c                      |  30 ++
 12 files changed, 828 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-dt-dev.c

-- 
2.17.1


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

end of thread, other threads:[~2019-08-08  6:27 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23  8:40 [PATCH v2 0/5] Add DSP node for i.MX8QXP board to be used by DSP SOF driver Daniel Baluta
2019-07-23  8:40 ` Daniel Baluta
2019-07-23  8:41 ` [PATCH v2 1/5] ASoC: SOF: imx: Add i.MX8 HW support Daniel Baluta
2019-07-23  8:41   ` Daniel Baluta
2019-07-23 15:01   ` [Sound-open-firmware] " Pierre-Louis Bossart
2019-07-23 15:01     ` Pierre-Louis Bossart
2019-07-24  6:54     ` Daniel Baluta
2019-07-24  6:54       ` Daniel Baluta
2019-07-24  6:54       ` Daniel Baluta
2019-07-24  8:32       ` Lucas Stach
2019-07-24  8:32         ` Lucas Stach
2019-07-24  8:58         ` Daniel Baluta
2019-07-24  8:58           ` Daniel Baluta
2019-07-24  8:58           ` Daniel Baluta
2019-07-23  8:41 ` [PATCH v2 2/5] ASoC: SOF: topology: Add dummy support for i.MX8 DAIs Daniel Baluta
2019-07-23  8:41   ` Daniel Baluta
2019-07-23  8:41 ` [PATCH v2 3/5] ASoC: SOF: Add DT DSP device support Daniel Baluta
2019-07-23  8:41   ` Daniel Baluta
2019-07-23 15:11   ` [Sound-open-firmware] " Pierre-Louis Bossart
2019-07-23 15:11     ` Pierre-Louis Bossart
2019-07-24  7:04     ` Daniel Baluta
2019-07-24  7:04       ` Daniel Baluta
2019-07-24  7:04       ` Daniel Baluta
2019-08-07 14:39       ` Daniel Baluta
2019-08-07 14:39         ` Daniel Baluta
2019-08-07 15:22         ` Pierre-Louis Bossart
2019-08-07 15:22           ` Pierre-Louis Bossart
2019-08-07 15:28           ` Daniel Baluta
2019-08-07 15:28             ` Daniel Baluta
2019-08-08  6:27             ` Daniel Baluta
2019-08-08  6:27               ` Daniel Baluta
2019-08-07 15:29     ` Daniel Baluta
2019-08-07 15:29       ` Daniel Baluta
2019-08-07 16:01       ` Pierre-Louis Bossart
2019-08-07 16:01         ` Pierre-Louis Bossart
2019-08-07 16:01         ` Pierre-Louis Bossart
2019-07-23  8:41 ` [PATCH v2 4/5] arm64: dts: imx8qxp: Add DSP DT node Daniel Baluta
2019-07-23  8:41   ` Daniel Baluta
2019-07-23  8:41 ` [PATCH v2 5/5] dt-bindings: dsp: fsl: Add DSP core binding support Daniel Baluta
2019-07-23  8:41   ` Daniel Baluta
2019-07-23 22:32   ` Rob Herring
2019-07-23 22:32     ` Rob Herring
2019-07-23 22:32     ` Rob Herring

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.