All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Dmitry Lavnikevich
	<d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
Cc: shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	pawel.moll-5wv7dgnIgG8@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org,
	galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
	linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org,
	lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	perex-/Fr2/VpizcU@public.gmane.org,
	tiwai-l3A5Bk7waGM@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org
Subject: Re: [PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration
Date: Fri, 3 Oct 2014 16:08:07 +0100	[thread overview]
Message-ID: <20141003150807.GD24441@sirena.org.uk> (raw)
In-Reply-To: <1412342336-25700-5-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

On Fri, Oct 03, 2014 at 04:18:56PM +0300, Dmitry Lavnikevich wrote:
> Current caching implementation during regcache_sync() call bypasses
> all register writes of values that are already known as default
> (regmap reg_defaults). Same time in TLV320AIC3x codecs register 5

Applied, thanks.  This should really have been sent separately to the
other patches - it's not in any way specific to the board and there's no
dependency in either direction.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration
Date: Fri, 3 Oct 2014 16:08:07 +0100	[thread overview]
Message-ID: <20141003150807.GD24441@sirena.org.uk> (raw)
In-Reply-To: <1412342336-25700-5-git-send-email-d.lavnikevich@sam-solutions.com>

On Fri, Oct 03, 2014 at 04:18:56PM +0300, Dmitry Lavnikevich wrote:
> Current caching implementation during regcache_sync() call bypasses
> all register writes of values that are already known as default
> (regmap reg_defaults). Same time in TLV320AIC3x codecs register 5

Applied, thanks.  This should really have been sent separately to the
other patches - it's not in any way specific to the board and there's no
dependency in either direction.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141003/ad58b3ed/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Dmitry Lavnikevich <d.lavnikevich@sam-solutions.com>
Cc: shawn.guo@freescale.com, kernel@pengutronix.de,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	linux@arm.linux.org.uk, lgirdwood@gmail.com, perex@perex.cz,
	tiwai@suse.de, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org
Subject: Re: [PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration
Date: Fri, 3 Oct 2014 16:08:07 +0100	[thread overview]
Message-ID: <20141003150807.GD24441@sirena.org.uk> (raw)
In-Reply-To: <1412342336-25700-5-git-send-email-d.lavnikevich@sam-solutions.com>

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

On Fri, Oct 03, 2014 at 04:18:56PM +0300, Dmitry Lavnikevich wrote:
> Current caching implementation during regcache_sync() call bypasses
> all register writes of values that are already known as default
> (regmap reg_defaults). Same time in TLV320AIC3x codecs register 5

Applied, thanks.  This should really have been sent separately to the
other patches - it's not in any way specific to the board and there's no
dependency in either direction.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  parent reply	other threads:[~2014-10-03 15:08 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-10 13:46 [PATCH 0/5] Add Phytec pbab01 audio support Dmitry Lavnikevich
2014-09-10 13:46 ` Dmitry Lavnikevich
2014-09-10 13:46 ` Dmitry Lavnikevich
2014-09-10 13:46 ` [PATCH 1/5] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02 Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
     [not found]   ` <1410356809-26179-2-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-09-11  8:47     ` Philipp Zabel
2014-09-11  8:47       ` Philipp Zabel
2014-09-11  8:47       ` Philipp Zabel
     [not found]       ` <1410425238.4011.18.camel-+qGW7pzALmz7o/J7KWpOmN53zsg1cpMQ@public.gmane.org>
2014-09-12 15:55         ` Dmitry Lavnikevich
2014-09-12 15:55           ` Dmitry Lavnikevich
2014-09-12 15:55           ` Dmitry Lavnikevich
2014-09-10 13:46 ` [PATCH 2/5] ASoC: fsl: add imx-tlv320aic3x machine driver Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 14:19   ` Lothar Waßmann
2014-09-10 14:19     ` Lothar Waßmann
2014-09-10 14:19     ` Lothar Waßmann
2014-09-10 14:27   ` Markus Pargmann
2014-09-10 14:27     ` [alsa-devel] " Markus Pargmann
2014-09-10 14:27     ` Markus Pargmann
2014-09-10 18:14     ` Nicolin Chen
2014-09-10 18:14       ` Nicolin Chen
     [not found]       ` <CAGoOwPSpkNy6uNVAjG2HgiHHscKZjL5wgVrkyGwWCmyU7x+gWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-09-11  6:40         ` Markus Pargmann
2014-09-11  6:40           ` Markus Pargmann
2014-09-11  6:40           ` Markus Pargmann
2014-09-11 12:41           ` Dmitry Lavnikevich
2014-09-11 12:41             ` Dmitry Lavnikevich
2014-09-11 12:41             ` Dmitry Lavnikevich
     [not found]   ` <1410356809-26179-3-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-09-10 18:07     ` Nicolin Chen
2014-09-10 18:07       ` Nicolin Chen
2014-09-10 18:07       ` Nicolin Chen
2014-09-10 13:46 ` [PATCH 3/5] ARM: imx_v6_v7_defconfig: enable imx-tlv320aic3x by default Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46 ` [PATCH 4/5] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46 ` [PATCH 5/5] ASoC: tlv320aic3x: fix PLL D configuration Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-10 13:46   ` Dmitry Lavnikevich
2014-09-12 16:04 ` [PATCH v2 0/5] Add Phytec pbab01 audio support Dmitry Lavnikevich
2014-09-12 16:04   ` Dmitry Lavnikevich
2014-09-12 16:04   ` Dmitry Lavnikevich
2014-09-12 16:04   ` Dmitry Lavnikevich
2014-09-12 16:04   ` [PATCH v2 1/4] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02 Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04   ` [PATCH v2 2/4] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:14     ` Alexander Shiyan
2014-09-12 16:14       ` Alexander Shiyan
2014-09-12 16:14       ` Alexander Shiyan
2014-09-12 16:14       ` Alexander Shiyan
2014-09-15 12:04       ` Dmitry Lavnikevich
2014-09-15 12:04         ` Dmitry Lavnikevich
2014-09-15 12:04         ` Dmitry Lavnikevich
2014-09-12 16:26     ` Alexander Shiyan
2014-09-12 16:26       ` Alexander Shiyan
2014-09-12 16:26       ` Alexander Shiyan
2014-09-12 16:40       ` [alsa-devel] " Fabio Estevam
2014-09-12 16:40         ` Fabio Estevam
2014-09-15 12:07         ` Dmitry Lavnikevich
2014-09-15 12:07           ` Dmitry Lavnikevich
2014-09-15 12:07           ` Dmitry Lavnikevich
2014-09-16  1:46           ` Shawn Guo
2014-09-16  1:46             ` Shawn Guo
2014-09-16  1:46             ` Shawn Guo
2014-09-12 16:04   ` [PATCH v2 3/4] ARM: imx_v6_v7_defconfig: enable tlv320aic3x and simple-audio-card by default Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04   ` [PATCH v2 4/4] ASoC: tlv320aic3x: fix PLL D configuration Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-12 16:04     ` Dmitry Lavnikevich
2014-09-16  8:08   ` [PATCH v3 0/4] Add Phytec pbab01 audio support Dmitry Lavnikevich
2014-09-16  8:08     ` Dmitry Lavnikevich
2014-09-16  8:08     ` Dmitry Lavnikevich
2014-09-16  8:08     ` [PATCH v3 1/4] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02 Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08     ` [PATCH v3 2/4] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-10-01 12:11       ` Fabio Estevam
2014-10-01 12:11         ` Fabio Estevam
     [not found]         ` <CAOMZO5CgrQ6Wf6kStga40TUKx9dARygCNB4OYSUoG3c8eUYbrA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-10-01 13:40           ` Dmitry Lavnikevich
2014-10-01 13:40             ` Dmitry Lavnikevich
2014-10-01 13:40             ` Dmitry Lavnikevich
     [not found]             ` <542C0441.5080508-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-10-01 13:45               ` Fabio Estevam
2014-10-01 13:45                 ` Fabio Estevam
2014-10-01 13:45                 ` Fabio Estevam
2014-10-01 13:52                 ` Dmitry Lavnikevich
2014-10-01 13:52                   ` Dmitry Lavnikevich
2014-10-01 13:52                   ` Dmitry Lavnikevich
2014-09-16  8:08     ` [PATCH v3 3/4] ARM: imx_v6_v7_defconfig: enable tlv320aic3x audio codec by default Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:08       ` Dmitry Lavnikevich
2014-09-16  8:09     ` [PATCH v3 4/4] ASoC: tlv320aic3x: fix PLL D configuration Dmitry Lavnikevich
2014-09-16  8:09       ` Dmitry Lavnikevich
2014-09-16  8:09       ` Dmitry Lavnikevich
2014-09-16  8:09       ` Dmitry Lavnikevich
2014-10-03 13:18     ` [PATCH v4 0/4] Add Phytec pbab01 audio support Dmitry Lavnikevich
2014-10-03 13:18       ` Dmitry Lavnikevich
2014-10-03 13:18       ` Dmitry Lavnikevich
2014-10-03 13:18       ` [PATCH v4 1/4] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02 Dmitry Lavnikevich
2014-10-03 13:18         ` Dmitry Lavnikevich
2014-10-03 13:18         ` Dmitry Lavnikevich
     [not found]       ` <1412342336-25700-1-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-10-03 13:18         ` [PATCH v4 2/4] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards Dmitry Lavnikevich
2014-10-03 13:18           ` Dmitry Lavnikevich
2014-10-03 13:18           ` Dmitry Lavnikevich
2014-10-03 13:18         ` [PATCH v4 3/4] ARM: imx_v6_v7_defconfig: enable tlv320aic3x audio codec by default Dmitry Lavnikevich
2014-10-03 13:18           ` Dmitry Lavnikevich
2014-10-03 13:18           ` Dmitry Lavnikevich
2014-10-03 13:18       ` [PATCH v4 4/4] ASoC: tlv320aic3x: fix PLL D configuration Dmitry Lavnikevich
2014-10-03 13:18         ` Dmitry Lavnikevich
2014-10-03 13:18         ` Dmitry Lavnikevich
     [not found]         ` <1412342336-25700-5-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-10-03 15:08           ` Mark Brown [this message]
2014-10-03 15:08             ` Mark Brown
2014-10-03 15:08             ` Mark Brown
2014-10-03 15:22             ` Dmitry Lavnikevich
2014-10-22  9:08       ` [PATCH v4 0/3 RESEND] Add Phytec pbab01 audio support Dmitry Lavnikevich
2014-10-22  9:08         ` Dmitry Lavnikevich
2014-10-22  9:08         ` Dmitry Lavnikevich
2014-10-22  9:11         ` [PATCH v4 RESEND 3/3] ARM: imx_v6_v7_defconfig: enable tlv320aic3x audio codec by default Dmitry Lavnikevich
2014-10-22  9:11           ` Dmitry Lavnikevich
2014-10-22  9:11           ` Dmitry Lavnikevich
     [not found]         ` <1413968914-13689-1-git-send-email-d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org>
2014-10-22  9:08           ` [PATCH v4 RESEND 1/3] ARM: dts: pbab01: move i2c pins and frequency configuration into pfla02 Dmitry Lavnikevich
2014-10-22  9:08             ` Dmitry Lavnikevich
2014-10-22  9:08             ` Dmitry Lavnikevich
2014-10-22  9:12           ` [PATCH v4 RESEND 2/3] ARM: dts: pbab01: enable I2S audio on phyFLEX-i.MX6 boards Dmitry Lavnikevich
2014-10-22  9:12             ` Dmitry Lavnikevich
2014-10-22  9:12             ` Dmitry Lavnikevich

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=20141003150807.GD24441@sirena.org.uk \
    --to=broonie-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=d.lavnikevich-H6HfJ9slvY0Aspv4Qr0y0gC/G2K4zDHf@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
    --cc=lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=perex-/Fr2/VpizcU@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=shawn.guo-KZfg59tc24xl57MIdRCFDg@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 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.