From: John Stultz <john.stultz@linaro.org>
To: lkml <linux-kernel@vger.kernel.org>
Cc: John Stultz <john.stultz@linaro.org>,
Zhangfei Gao <zhangfei.gao@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>, Wei Xu <xuwei5@hisilicon.com>,
Rob Herring <robh+dt@kernel.org>, Andy Green <andy@warmcat.com>,
Dave Long <dave.long@linaro.org>,
Guodong Xu <guodong.xu@linaro.org>
Subject: [PATCH 0/3 v4] HiKey i2s bindings, driver and dts changes
Date: Fri, 31 Mar 2017 15:05:58 -0700 [thread overview]
Message-ID: <1490997961-31937-1-git-send-email-john.stultz@linaro.org> (raw)
This patchset provides i2s audio driver and dts changes in order
to enable HDMI audio on the HiKey board.
Its been a few months since I last sent this out, but I wanted
to try to get some thoughts after trying to integrate some of
the feedback I've gotten since then.
Overally, the current i2s driver is somewhat limited, as the SoC
supports three different i2s routes. However, without
documentation this driver was originally developed by Andy Green
with only an old 3.10 era vendor driver for reference, so the
driver only supports one i2s route (S2) which goes to the HDMI
bridge on HiKey.
>From previous feedback, I have reworked the DTS binding a tiny
bit, to allow multi dais to be specified, which will allow other
i2s routes/dai links (such as is available on the LS connector)
to be used once we manage to figure out how to enable them
properly.
Further feedback would be greatly appreciated! Though audio is
not an area of my expertise, so the more specific the better :)
thanks
-john
Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Andy Green <andy@warmcat.com>
Cc: Dave Long <dave.long@linaro.org>
Cc: Guodong Xu <guodong.xu@linaro.org>
Andy Green (1):
ASoC: hisilicon: Add hi6210 i2s audio driver
John Stultz (2):
ASoC: add hi6210-i2s DT bindings
arm64: dts: hi6220: Add k3-dma and i2s/hdmi audio support
.../bindings/sound/hisilicon,hi6210-i2s.txt | 34 ++
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 16 +
arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 26 +
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/hisilicon/Kconfig | 5 +
sound/soc/hisilicon/Makefile | 1 +
sound/soc/hisilicon/hi6210-i2s.c | 628 +++++++++++++++++++++
sound/soc/hisilicon/hi6210-i2s.h | 276 +++++++++
9 files changed, 988 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/hisilicon,hi6210-i2s.txt
create mode 100644 sound/soc/hisilicon/Kconfig
create mode 100644 sound/soc/hisilicon/Makefile
create mode 100644 sound/soc/hisilicon/hi6210-i2s.c
create mode 100644 sound/soc/hisilicon/hi6210-i2s.h
--
2.7.4
next reply other threads:[~2017-03-31 22:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-31 22:05 John Stultz [this message]
2017-03-31 22:05 ` [PATCH 1/3 v4] ASoC: add hi6210-i2s DT bindings John Stultz
2017-04-10 18:13 ` Mark Brown
2017-04-10 18:37 ` John Stultz
2017-04-10 18:41 ` Mark Brown
2017-03-31 22:06 ` [PATCH 2/3 v4] ASoC: hisilicon: Add hi6210 i2s audio driver John Stultz
2017-04-10 18:39 ` Mark Brown
2017-03-31 22:06 ` [PATCH 3/3 v4] arm64: dts: hi6220: Add k3-dma and i2s/hdmi audio support John Stultz
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=1490997961-31937-1-git-send-email-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=andy@warmcat.com \
--cc=broonie@kernel.org \
--cc=dave.long@linaro.org \
--cc=guodong.xu@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh+dt@kernel.org \
--cc=tiwai@suse.com \
--cc=xuwei5@hisilicon.com \
--cc=zhangfei.gao@linaro.org \
/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
all inboxes | Powered by JetHome®