public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Xilinx I2S driver
@ 2018-12-07 18:32 Maruthi Srinivas Bayyavarapu
  2018-12-07 18:32 ` [PATCH 1/3] dt-bindings: ASoC: xlnx,i2s: Document i2s bindings Maruthi Srinivas Bayyavarapu
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Maruthi Srinivas Bayyavarapu @ 2018-12-07 18:32 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Rob Herring, Mark Rutland, Vishal Sagar, Michal Simek,
	Maruthi Srinivas Bayyavarapu, devicetree, linux-kernel,
	alsa-devel, linux-arm-kernel

Xilinx I2S IP enables I2S audio. Each IP can either work in playback
or capture mode exclusively. The driver supports both by reading the
configuration in device tree.
Patchset includes devicetree bindings documentation, driver and build
enablement.

Maruthi Srinivas Bayyavarapu (3):
  dt-bindings: ASoC: xlnx,i2s: Document i2s bindings
  ASoC: xlnx: Add i2s driver
  ASoC: xlnx: enable i2s driver build

 .../devicetree/bindings/sound/xlnx,i2s.txt         |  28 ++++
 sound/soc/Kconfig                                  |   1 +
 sound/soc/Makefile                                 |   1 +
 sound/soc/xilinx/Kconfig                           |   8 +
 sound/soc/xilinx/Makefile                          |   2 +
 sound/soc/xilinx/xlnx_i2s.c                        | 185 +++++++++++++++++++++
 6 files changed, 225 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/xlnx,i2s.txt
 create mode 100644 sound/soc/xilinx/Kconfig
 create mode 100644 sound/soc/xilinx/Makefile
 create mode 100644 sound/soc/xilinx/xlnx_i2s.c

-- 
2.7.4

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

end of thread, other threads:[~2018-12-17 12:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07 18:32 [PATCH 0/3] Add Xilinx I2S driver Maruthi Srinivas Bayyavarapu
2018-12-07 18:32 ` [PATCH 1/3] dt-bindings: ASoC: xlnx,i2s: Document i2s bindings Maruthi Srinivas Bayyavarapu
2018-12-13 18:11   ` Applied "dt-bindings: ASoC: xlnx, i2s: Document i2s bindings" to the asoc tree Mark Brown
2018-12-07 18:32 ` [PATCH 2/3] ASoC: xlnx: Add i2s driver Maruthi Srinivas Bayyavarapu
2018-12-13 15:31   ` Mark Brown
2018-12-14  6:50     ` Michal Simek
2018-12-17 12:24       ` Mark Brown
2018-12-17 12:28         ` Michal Simek
2018-12-13 18:11   ` Applied "ASoC: xlnx: Add i2s driver" to the asoc tree Mark Brown
2018-12-07 18:32 ` [PATCH 3/3] ASoC: xlnx: enable i2s driver build Maruthi Srinivas Bayyavarapu
2018-12-13 18:11   ` Applied "ASoC: xlnx: enable i2s driver build" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox