Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [alsa_devel] [PATCH v3 0/2] ASoC: add driver support for Conexant CX2092X DSP
@ 2017-02-21 13:58 simon.ho.cnxt
  2017-02-21 13:58 ` [alsa_devel] [PATCH v3 1/2] doc: cx2092x: Add DT bingings doc for " simon.ho.cnxt
  2017-02-21 13:58 ` [alsa_devel] [PATCH v3 2/2] ASoC: Add driver support fro Conexant " simon.ho.cnxt
  0 siblings, 2 replies; 5+ messages in thread
From: simon.ho.cnxt @ 2017-02-21 13:58 UTC (permalink / raw)
  To: alsa-devel; +Cc: Simon Ho, tiwai, broonie, lgirdwood

From: Simon Ho <simon.ho@conexant.com>

Hi Mark, Takashi

I corrected the driver based on your input as below.

  - GPIO specifier names have to be pluralised. 
  - Using gpiod_ instead of gpio APIs.
  - Using cansleep () gpio version.
  - Using cansleep () gpio version.
  - Moving the driver information to patch description.

Thanks,

Simoon

Simon Ho (2):
  doc: cx2092x: Add DT bingings doc for CX2092X DSP
  ASoC: Add driver support fro Conexant CX2092X DSP

 .../devicetree/bindings/sound/cnxt,cx2092x.txt     |  29 ++
 sound/soc/codecs/Kconfig                           |  17 +
 sound/soc/codecs/Makefile                          |   6 +
 sound/soc/codecs/cx2092x-i2c.c                     |  54 +++
 sound/soc/codecs/cx2092x-spi.c                     |  57 +++
 sound/soc/codecs/cx2092x.c                         | 411 +++++++++++++++++++++
 sound/soc/codecs/cx2092x.h                         |  26 ++
 7 files changed, 600 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cnxt,cx2092x.txt
 create mode 100644 sound/soc/codecs/cx2092x-i2c.c
 create mode 100644 sound/soc/codecs/cx2092x-spi.c
 create mode 100644 sound/soc/codecs/cx2092x.c
 create mode 100644 sound/soc/codecs/cx2092x.h

-- 
2.7.4

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

end of thread, other threads:[~2017-02-21 17:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-21 13:58 [alsa_devel] [PATCH v3 0/2] ASoC: add driver support for Conexant CX2092X DSP simon.ho.cnxt
2017-02-21 13:58 ` [alsa_devel] [PATCH v3 1/2] doc: cx2092x: Add DT bingings doc for " simon.ho.cnxt
2017-02-21 13:58 ` [alsa_devel] [PATCH v3 2/2] ASoC: Add driver support fro Conexant " simon.ho.cnxt
2017-02-21 17:44   ` kbuild test robot
2017-02-21 17:44   ` [PATCH] ASoC: fix platform_no_drv_owner.cocci warnings kbuild test robot

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