devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for es8388 on the rock2
@ 2017-01-13 16:14 Romain Perier
  2017-01-13 16:14 ` [PATCH 1/4] ASoC: es8328-i2c: Add compatible for ES8388 Romain Perier
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Romain Perier @ 2017-01-13 16:14 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, alsa-devel, Heiko Stuebner
  Cc: Mark Rutland, devicetree, Pawel Moll, Ian Campbell,
	linux-rockchip, Sjoerd Simons, Rob Herring, Kumar Gala,
	Romain Perier

This set of patches adds a machine driver for rockchip boards that use
ES8388 codecs. It also adds slave mode to the es8328 driver that
currently only supported the master mode. Then, it adds the required DT
definitions to link rockchip-i2s to the es8388 analog output.

This work is based on the initial work that was done by Sjoerd Simons
<sjoerd.simons@collabora.co.uk> with some improvements, changes and more
commits.

Romain Perier (4):
  ASoC: es8328-i2c: Add compatible for ES8388
  ASoC: es8328: Add support for slave mode
  ASoC: rockchip: Add machine driver for ES8388 codecs
  arm: dts: Add support for ES8388 to the Radxa Rock 2

 Documentation/devicetree/bindings/sound/es8328.txt |   2 +-
 .../devicetree/bindings/sound/rockchip-es8388.txt  |  28 +++
 arch/arm/boot/dts/rk3288-rock2-square.dts          |  37 +++
 sound/soc/codecs/es8328-i2c.c                      |   3 +-
 sound/soc/codecs/es8328.c                          |  28 ++-
 sound/soc/rockchip/Kconfig                         |   9 +
 sound/soc/rockchip/Makefile                        |   2 +
 sound/soc/rockchip/rockchip_es8388.c               | 270 +++++++++++++++++++++
 8 files changed, 371 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/rockchip-es8388.txt
 create mode 100644 sound/soc/rockchip/rockchip_es8388.c

-- 
2.9.3

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

end of thread, other threads:[~2017-01-16  8:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 16:14 [PATCH 0/4] Add support for es8388 on the rock2 Romain Perier
2017-01-13 16:14 ` [PATCH 1/4] ASoC: es8328-i2c: Add compatible for ES8388 Romain Perier
     [not found]   ` <20170113161452.14313-2-romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2017-01-13 16:43     ` Heiko Stuebner
2017-01-16  8:19       ` Romain Perier
2017-01-15  2:56     ` [alsa-devel] " kbuild test robot
2017-01-13 16:14 ` [PATCH 2/4] ASoC: es8328: Add support for slave mode Romain Perier
2017-01-13 16:14 ` [PATCH 3/4] ASoC: rockchip: Add machine driver for ES8388 codecs Romain Perier
     [not found]   ` <20170113161452.14313-4-romain.perier-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2017-01-15  5:21     ` [alsa-devel] " kbuild test robot
2017-01-13 16:14 ` [PATCH 4/4] arm: dts: Add support for ES8388 to the Radxa Rock 2 Romain Perier

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).