From: Daniel Baluta <daniel.baluta@oss.nxp.com>
To: pierre-louis.bossart@linux.intel.com,
alsa-devel@alsa-project.org, kuninori.morimoto.gx@renesas.com,
peter.ujfalusi@ti.com, broonie@kernel.org, linux-imx@nxp.com,
robh+dt@kernel.org, devicetree@vger.kernel.org
Cc: Xiubo.Lee@gmail.com, shengjiu.wang@nxp.com,
linux-kernel@vger.kernel.org, tiwai@suse.com,
ranjani.sridharan@linux.intel.com,
liam.r.girdwood@linux.intel.com,
sound-open-firmware@alsa-project.org,
Daniel Baluta <daniel.baluta@nxp.com>
Subject: [PATCH v2 0/2] Add generic FSL CPU DAI driver
Date: Fri, 6 Mar 2020 13:13:51 +0200 [thread overview]
Message-ID: <20200306111353.12906-1-daniel.baluta@oss.nxp.com> (raw)
From: Daniel Baluta <daniel.baluta@nxp.com>
On platforms with a DSP we need to split the resource handling between
Application Processor (AP) and DSP. On platforms where the DSP
doesn't have an easy access to resources, the AP will take care of
configuring them. Resources handled by this generic driver are:
clocks, power domains, pinctrl.
Changes since v1:
- added dt-bindings patch
- add missing signed-off-by
- do not hardcode the name of DAI driver but derive it from
newly introduced dai_index property.
Daniel Baluta (2):
dt-bindings: sound: Add FSL CPU DAI bindings
ASoC: fsl: Add generic CPU DAI driver
.../devicetree/bindings/sound/fsl,dai.yaml | 97 ++++++
sound/soc/fsl/Kconfig | 8 +
sound/soc/fsl/Makefile | 2 +
sound/soc/fsl/fsl_dai.c | 288 ++++++++++++++++++
4 files changed, 395 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/fsl,dai.yaml
create mode 100644 sound/soc/fsl/fsl_dai.c
--
2.17.1
next reply other threads:[~2020-03-06 11:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 11:13 Daniel Baluta [this message]
2020-03-06 11:13 ` [PATCH v2 1/2] dt-bindings: sound: Add FSL CPU DAI bindings Daniel Baluta
2020-03-12 20:23 ` Rob Herring
2020-03-16 13:01 ` Daniel Baluta
2020-03-18 23:50 ` Rob Herring
2020-03-06 11:13 ` [PATCH v2 2/2] ASoC: fsl: Add generic CPU DAI driver Daniel Baluta
2020-03-16 15:10 ` Lars-Peter Clausen
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=20200306111353.12906-1-daniel.baluta@oss.nxp.com \
--to=daniel.baluta@oss.nxp.com \
--cc=Xiubo.Lee@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=daniel.baluta@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peter.ujfalusi@ti.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=ranjani.sridharan@linux.intel.com \
--cc=robh+dt@kernel.org \
--cc=shengjiu.wang@nxp.com \
--cc=sound-open-firmware@alsa-project.org \
--cc=tiwai@suse.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 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).