linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for MikroElektronika PROTO codec
@ 2018-08-31 17:14 Codrin Ciubotariu
  2018-08-31 17:14 ` [PATCH v2 1/2] ASoC: Add driver for PROTO Audio CODEC (with a WM8731) Codrin Ciubotariu
  2018-08-31 17:14 ` [PATCH v2 2/2] ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board Codrin Ciubotariu
  0 siblings, 2 replies; 5+ messages in thread
From: Codrin Ciubotariu @ 2018-08-31 17:14 UTC (permalink / raw)
  To: alsa-devel, devicetree, broonie, robh+dt, alexandre.belloni,
	nicolas.ferre
  Cc: linux-kernel, linux-arm-kernel, florian.meier, cristian.birsan

This patchset is based on Florian's initial PROTO driver:
https://lkml.org/lkml/2013/5/22/342

My changes made the driver more generic, so that we could connect other
I2S CPU DAIs, by using device-tree.

Tested with sama5d2 I2S driver.

Changes in v2:
 - removed unnecessary code that added constraints for the fixed SYSLK;
 - fixed errors reported by kbuild;	
 - adjusted "mikroe" in vendor prefixes;
 - updated description in Kconfig;

Codrin Ciubotariu (2):
  ASoC: Add driver for PROTO Audio CODEC (with a WM8731)
  ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board

 .../bindings/sound/mikroe,mikroe-proto.txt    |  23 +++
 .../devicetree/bindings/vendor-prefixes.txt   |   1 +
 sound/soc/atmel/Kconfig                       |  11 ++
 sound/soc/atmel/Makefile                      |   2 +
 sound/soc/atmel/mikroe-proto.c                | 165 ++++++++++++++++++
 5 files changed, 202 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/mikroe,mikroe-proto.txt
 create mode 100644 sound/soc/atmel/mikroe-proto.c

-- 
2.17.1


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

end of thread, other threads:[~2018-09-03 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31 17:14 [PATCH v2 0/2] Add support for MikroElektronika PROTO codec Codrin Ciubotariu
2018-08-31 17:14 ` [PATCH v2 1/2] ASoC: Add driver for PROTO Audio CODEC (with a WM8731) Codrin Ciubotariu
2018-09-03 13:44   ` Applied "ASoC: Add driver for PROTO Audio CODEC (with a WM8731)" to the asoc tree Mark Brown
2018-08-31 17:14 ` [PATCH v2 2/2] ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board Codrin Ciubotariu
2018-09-03 13:44   ` Applied "ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO board" 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;
as well as URLs for NNTP newsgroup(s).