* [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config
@ 2015-08-14 9:54 Axel Lin
2015-08-14 10:31 ` Lars-Peter Clausen
2015-08-15 2:15 ` Applied "ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config" to the asoc tree Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2015-08-14 9:54 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Lars-Peter Clausen, Liam Girdwood
Don't set .read_flag_mask for adav803, it's for adav801 only.
Fixes: 0c2d69645628 ("ASoC: adav80x: Split SPI and I2C code into different modules")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
sound/soc/codecs/adav80x.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c
index 88fd37c..198c924 100644
--- a/sound/soc/codecs/adav80x.c
+++ b/sound/soc/codecs/adav80x.c
@@ -865,7 +865,6 @@ const struct regmap_config adav80x_regmap_config = {
.val_bits = 8,
.pad_bits = 1,
.reg_bits = 7,
- .read_flag_mask = 0x01,
.max_register = ADAV80X_PLL_OUTE,
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config
2015-08-14 9:54 [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config Axel Lin
@ 2015-08-14 10:31 ` Lars-Peter Clausen
2015-08-15 2:15 ` Applied "ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config" to the asoc tree Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Lars-Peter Clausen @ 2015-08-14 10:31 UTC (permalink / raw)
To: Axel Lin, Mark Brown; +Cc: alsa-devel, Liam Girdwood
On 08/14/2015 11:54 AM, Axel Lin wrote:
> Don't set .read_flag_mask for adav803, it's for adav801 only.
>
> Fixes: 0c2d69645628 ("ASoC: adav80x: Split SPI and I2C code into different modules")
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread* Applied "ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config" to the asoc tree
2015-08-14 9:54 [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config Axel Lin
2015-08-14 10:31 ` Lars-Peter Clausen
@ 2015-08-15 2:15 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-08-15 2:15 UTC (permalink / raw)
To: Axel Lin, Lars-Peter Clausen, Mark Brown, stable; +Cc: alsa-devel
The patch
ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 9d8352864907f0ad76124c5b28f65b5a382d7d7c Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin@ingics.com>
Date: Fri, 14 Aug 2015 17:54:07 +0800
Subject: [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from
adav80x_regmap_config
Don't set .read_flag_mask for adav803, it's for adav801 only.
Fixes: 0c2d69645628 ("ASoC: adav80x: Split SPI and I2C code into different modules")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
---
sound/soc/codecs/adav80x.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c
index 36d8425..69c63b9 100644
--- a/sound/soc/codecs/adav80x.c
+++ b/sound/soc/codecs/adav80x.c
@@ -865,7 +865,6 @@ const struct regmap_config adav80x_regmap_config = {
.val_bits = 8,
.pad_bits = 1,
.reg_bits = 7,
- .read_flag_mask = 0x01,
.max_register = ADAV80X_PLL_OUTE,
--
2.5.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-15 2:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-14 9:54 [PATCH] ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config Axel Lin
2015-08-14 10:31 ` Lars-Peter Clausen
2015-08-15 2:15 ` Applied "ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config" to the asoc tree Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox