This is a note to let you know that I've just added the patch titled
ASoC: rt5640: Do not allow regmap to use bulk read-write operations
to the 3.16-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
asoc-rt5640-do-not-allow-regmap-to-use-bulk-read-write-operations.patch
and it can be found in the queue-3.16 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From f4821e8e8e957fe4c601a49b9a97b7399d5f7ab1 Mon Sep 17 00:00:00 2001
From: Jarkko Nikula <[email protected]>
Date: Tue, 26 Aug 2014 17:03:13 +0300
Subject: ASoC: rt5640: Do not allow regmap to use bulk read-write operations
From: Jarkko Nikula <[email protected]>
commit f4821e8e8e957fe4c601a49b9a97b7399d5f7ab1 upstream.
Debugging showed Realtek RT5642 doesn't support autoincrementing writes so
driver should set the use_single_rw flag for regmap.
Signed-off-by: Jarkko Nikula <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/soc/codecs/rt5640.c | 1 +
1 file changed, 1 insertion(+)
--- a/sound/soc/codecs/rt5640.c
+++ b/sound/soc/codecs/rt5640.c
@@ -2059,6 +2059,7 @@ static struct snd_soc_codec_driver soc_c
static const struct regmap_config rt5640_regmap = {
.reg_bits = 8,
.val_bits = 16,
+ .use_single_rw = true,
.max_register = RT5640_VENDOR_ID2 + 1 + (ARRAY_SIZE(rt5640_ranges) *
RT5640_PR_SPACING),
Patches currently in stable-queue which might be from
[email protected] are
queue-3.16/asoc-rt5640-do-not-allow-regmap-to-use-bulk-read-write-operations.patch
queue-3.16/asoc-max98090-fix-missing-free_irq.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html