devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kimmo Saarela <kimmo.saarela-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jaroslav Kysela <perex-/Fr2/VpizcU@public.gmane.org>,
	Takashi Iwai <tiwai-l3A5Bk7waGM@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
	Kimmo Saarela
	<kimmo.saarela-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: [PATCH 0/5] Add configuration options for tlv320aic32x4
Date: Tue, 30 Jun 2015 13:25:08 +0300	[thread overview]
Message-ID: <cover.1435569929.git.kimmo.saarela@gmail.com> (raw)

 * Patch 1: Make tlv320aic32x4 module selectable on it's own on config system
   * Make codec visible in config tool, instead of magic selection via certain
     board option
 * Patch 2: Don't stop driver initialization if mlck is not defined
   * Only warn if mclk isn't in dtb file, such cases exist when other end of
     I2S bus provides the clock for the system and coded is not in control
 * Patch 3: Fix bus signal polarity configuration
   * Fix driver to use correct format polarity bits in config word, instead of
     magically setting polarity in format configuration
 * Patch 4: Add more devicetree options to driver
   * Add input-use and cmode array options to configure codec input pins
     properly. Current driver lets unused input pins to float.
   * Add swapdacs option, works similarly to old platform data option. When
     enabled, swaps output channels
   * Add powercfg config mask to pass codec power options, like: micbias off,
     configurable ldoin voltage, disable weak pull between AVDD and DVDD,
     configurable LDO voltages
 * Patch 5: Update codec documentation to meet changes above


Kimmo Saarela (5):
  sound/soc/codecs: Make tlv320aic32x4 codec selectable on it's own
  ASoC: tlv320aic32x4: Make mclk optional
  ASoC: tlv320aic32x4: Move bit polarity config to specific switch
    statement
  ASoC: tlv320aic32x4: Change codec input config options
  ASoC: tlv320aic32x4: Update devicetree documentation

 .../devicetree/bindings/sound/tlv320aic32x4.txt    |  27 ++-
 include/sound/tlv320aic32x4.h                      |   8 +
 sound/soc/codecs/Kconfig                           |   3 +-
 sound/soc/codecs/tlv320aic32x4.c                   | 244 ++++++++++++++++++---
 sound/soc/codecs/tlv320aic32x4.h                   |  10 +
 5 files changed, 258 insertions(+), 34 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2015-06-30 10:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-30 10:25 Kimmo Saarela [this message]
     [not found] ` <cover.1435569929.git.kimmo.saarela-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-30 10:25   ` [PATCH 1/5] sound/soc/codecs: Make tlv320aic32x4 codec selectable on it's own Kimmo Saarela
2015-06-30 10:25   ` [PATCH 2/5] ASoC: tlv320aic32x4: Make mclk optional Kimmo Saarela
2015-06-30 10:25   ` [PATCH 3/5] ASoC: tlv320aic32x4: Move bit polarity config to specific switch statement Kimmo Saarela
2015-06-30 10:25   ` [PATCH 4/5] ASoC: tlv320aic32x4: Change codec input config options Kimmo Saarela
2015-06-30 10:25   ` [PATCH 5/5] ASoC: tlv320aic32x4: Update devicetree documentation Kimmo Saarela

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1435569929.git.kimmo.saarela@gmail.com \
    --to=kimmo.saarela-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=perex-/Fr2/VpizcU@public.gmane.org \
    --cc=tiwai-l3A5Bk7waGM@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).