All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Austin, Brian" <Brian.Austin-jGc1dHjMKG3QT0dZR+AlfA@public.gmane.org>
To: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: "alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org"
	<alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
	<lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"Handrigan,
	Paul" <Paul.Handrigan-jGc1dHjMKG3QT0dZR+AlfA@public.gmane.org>,
	"robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
	<robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	"pawel.moll-5wv7dgnIgG8@public.gmane.org"
	<pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	"mark.rutland-5wv7dgnIgG8@public.gmane.org"
	<mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	"ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org"
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	"galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org"
	<galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
Subject: Re: [PATCH 1/2] ASoC: Add support for CS42L56 CODEC
Date: Tue, 6 May 2014 01:46:10 +0000	[thread overview]
Message-ID: <2EE0E51C-750B-41A1-BEF7-210DF8CB7365@cirrus.com> (raw)
In-Reply-To: <20140506012422.GB22111-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>



> On May 5, 2014, at 20:24, "Mark Brown" <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> 
>> On Mon, May 05, 2014 at 03:09:08PM -0500, Brian Austin wrote:
>> This patch adds support for the Cirrus Logic Low Power Stereo I2C CODEC
> 
> Applied, thanks.  A couple of minor issues it'd be good to look at
> incrementally.
> 
>> +    SOC_ENUM("PCMA Swap", pcma_swap_enum),
>> +    SOC_ENUM("PCMB Swap", pcmb_swap_enum),
>> +    SOC_ENUM("ADCA Swap", adca_swap_enum),
>> +    SOC_ENUM("ADCB Swap", adcb_swap_enum),
> 
> Can these be moved to DAPM?
> 
Yes they can
>> +    regcache_cache_bypass(cs42l56->regmap, true);
> 
> You shouldn't need to do this, if no default is provided regmap should
> just go to hardware.
> 
That's good to know, thanks
>> +    dev_info(&i2c_client->dev, "Cirrus Logic CS42L56 ");
>> +    dev_info(&i2c_client->dev, "Alpha Rev %X Metal Rev %X\n",
>> +         alpha_rev, metal_rev);
> 
> It's better to just put things on one line and ignore the line length
> warnings from checkpatch - this makes the code more grepable.
Yes indeed. I will gladly rework that one.

Thanks,
Brian
--
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

      parent reply	other threads:[~2014-05-06  1:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05 20:09 [PATCH 1/2] ASoC: Add support for CS42L56 CODEC Brian Austin
     [not found] ` <1399320549-16645-1-git-send-email-brian.austin-jGc1dHjMKG3QT0dZR+AlfA@public.gmane.org>
2014-05-05 20:09   ` [PATCH 2/2] Documentation: dt: bindings: sound: Add bindings " Brian Austin
2014-05-05 21:18     ` Kumar Gala
2014-05-05 21:32       ` Austin, Brian
2014-05-05 21:33         ` Austin, Brian
     [not found]       ` <47E0FD7A-D2C0-425E-A7FB-917B65D74B2D-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2014-05-05 21:56         ` Brian Austin
2014-05-06  0:53           ` Mark Brown
     [not found]     ` <1399320549-16645-2-git-send-email-brian.austin-jGc1dHjMKG3QT0dZR+AlfA@public.gmane.org>
2014-05-06  1:25       ` Mark Brown
2014-05-06  1:24   ` [PATCH 1/2] ASoC: Add support " Mark Brown
     [not found]     ` <20140506012422.GB22111-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-05-06  1:46       ` Austin, Brian [this message]

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=2EE0E51C-750B-41A1-BEF7-210DF8CB7365@cirrus.com \
    --to=brian.austin-jgc1dhjmkg3qt0dzr+alfa@public.gmane.org \
    --cc=Paul.Handrigan-jGc1dHjMKG3QT0dZR+AlfA@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.