devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Add support for Imagination Technologies audio controllers
@ 2015-09-30 15:08 Damien Horsley
  2015-09-30 15:08 ` [PATCH 01/10] ASoC: img: Add binding document for I2S input controller Damien Horsley
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Damien Horsley @ 2015-09-30 15:08 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mark Rutland, devicetree, Pawel Moll, Ian Campbell, linux-kernel,
	Mark Brown, Takashi Iwai, Liam Girdwood, Rob Herring, Kumar Gala,
	Damien.Horsley

From: "Damien.Horsley" <Damien.Horsley@imgtec.com>

Add drivers and binding documents for the following Imagination Technologies audio controllers:

I2S Input Controller
I2S Output Controller
Parallel Output Controller
SPDIF Input Controller
SPDIF Output Controller

These controllers are used in Pistachio SoC

Damien.Horsley (10):
  ASoC: img: Add binding document for I2S input controller
  ASoC: img: Add driver for I2S input controller
  ASoC: img: Add binding document for I2S output controller
  ASoC: img: Add driver for I2S output controller
  ASoC: img: Add binding document for parallel output controller
  ASoC: img: Add driver for parallel output controller
  ASoC: img: Add binding document for SPDIF input controller
  ASoC: img: Add driver for SPDIF input controller
  ASoC: img: Add binding document for SPDIF output controller
  ASoC: img: Add driver for SPDIF output controller

 .../devicetree/bindings/sound/img,i2s-in.txt       |  45 ++
 .../devicetree/bindings/sound/img,i2s-out.txt      |  49 ++
 .../devicetree/bindings/sound/img,parallel-out.txt |  44 ++
 .../devicetree/bindings/sound/img,spdif-in.txt     |  41 ++
 .../devicetree/bindings/sound/img,spdif-out.txt    |  44 ++
 sound/soc/Kconfig                                  |   1 +
 sound/soc/Makefile                                 |   1 +
 sound/soc/img/Kconfig                              |  44 ++
 sound/soc/img/Makefile                             |   5 +
 sound/soc/img/img-i2s-in.c                         | 506 +++++++++++++
 sound/soc/img/img-i2s-out.c                        | 555 ++++++++++++++
 sound/soc/img/img-parallel-out.c                   | 372 ++++++++++
 sound/soc/img/img-spdif-in.c                       | 797 +++++++++++++++++++++
 sound/soc/img/img-spdif-out.c                      | 432 +++++++++++
 14 files changed, 2936 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/img,i2s-in.txt
 create mode 100644 Documentation/devicetree/bindings/sound/img,i2s-out.txt
 create mode 100644 Documentation/devicetree/bindings/sound/img,parallel-out.txt
 create mode 100644 Documentation/devicetree/bindings/sound/img,spdif-in.txt
 create mode 100644 Documentation/devicetree/bindings/sound/img,spdif-out.txt
 create mode 100644 sound/soc/img/Kconfig
 create mode 100644 sound/soc/img/Makefile
 create mode 100644 sound/soc/img/img-i2s-in.c
 create mode 100644 sound/soc/img/img-i2s-out.c
 create mode 100644 sound/soc/img/img-parallel-out.c
 create mode 100644 sound/soc/img/img-spdif-in.c
 create mode 100644 sound/soc/img/img-spdif-out.c

-- 
2.1.4

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

end of thread, other threads:[~2015-09-30 18:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 15:08 [PATCH 00/10] Add support for Imagination Technologies audio controllers Damien Horsley
2015-09-30 15:08 ` [PATCH 01/10] ASoC: img: Add binding document for I2S input controller Damien Horsley
2015-09-30 15:08 ` [PATCH 02/10] ASoC: img: Add driver " Damien Horsley
2015-09-30 15:36   ` [alsa-devel] " kbuild test robot
2015-09-30 15:08 ` [PATCH 03/10] ASoC: img: Add binding document for I2S output controller Damien Horsley
2015-09-30 15:08 ` [PATCH 04/10] ASoC: img: Add driver " Damien Horsley
     [not found]   ` <1443625696-29296-5-git-send-email-Damien.Horsley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-09-30 15:42     ` [alsa-devel] " kbuild test robot
2015-09-30 18:13     ` kbuild test robot
2015-09-30 18:34     ` kbuild test robot
2015-09-30 15:08 ` [PATCH 05/10] ASoC: img: Add binding document for parallel " Damien Horsley
2015-09-30 15:08 ` [PATCH 06/10] ASoC: img: Add driver " Damien Horsley
     [not found]   ` <1443625696-29296-7-git-send-email-Damien.Horsley-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-09-30 15:48     ` [alsa-devel] " kbuild test robot
2015-09-30 15:08 ` [PATCH 07/10] ASoC: img: Add binding document for SPDIF input controller Damien Horsley
2015-09-30 15:08 ` [PATCH 08/10] ASoC: img: Add driver " Damien Horsley
2015-09-30 15:53   ` kbuild test robot
2015-09-30 15:08 ` [PATCH 09/10] ASoC: img: Add binding document for SPDIF output controller Damien Horsley
2015-09-30 15:08 ` [PATCH 10/10] ASoC: img: Add driver " Damien Horsley

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