mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3 v4] HiKey i2s bindings, driver and dts changes
@ 2017-03-31 22:05 John Stultz
  2017-03-31 22:05 ` [PATCH 1/3 v4] ASoC: add hi6210-i2s DT bindings John Stultz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: John Stultz @ 2017-03-31 22:05 UTC (permalink / raw)
  To: lkml
  Cc: John Stultz, Zhangfei Gao, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai, Wei Xu, Rob Herring, Andy Green,
	Dave Long, Guodong Xu

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

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

end of thread, other threads:[~2017-04-10 18:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 22:05 [PATCH 0/3 v4] HiKey i2s bindings, driver and dts changes John Stultz
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

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®