public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ASoC: codec: devm_ related modifications
@ 2012-11-22  4:08 Tushar Behera
  2012-11-22  4:08 ` [PATCH 01/10] ASoC: wm8510: remove invalid free of devm_ allocated data Tushar Behera
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Tushar Behera @ 2012-11-22  4:08 UTC (permalink / raw)
  To: linux-kernel, alsa-devel, patches; +Cc: broonie, patches

This patchset includes devm_ related modifications for sound codecs.

First 2 patches fix warning for freeing of devm_ allocated data.
The next patch introduces usage of devm_kzalloc() in wm8995 codec.
Following 7 patches introduce usage of devm_regmap_init_xxx() in
remaining codecs.

Tushar Behera (10):
  ASoC: wm8510: remove invalid free of devm_ allocated data
  ASoC: wm8753: remove invalid free of devm_ allocated data
  ASoC: wm8995: Convert to use devm_kzalloc()
  ASoC: ak4104: Convert to use devm_regmap_init_spi()
  ASoC: wm8741: Convert to use devm_regmap_init_{spi,i2c}()
  ASoC: wm8753: Convert to use devm_regmap_init_{spi,i2c}()
  ASoC: wm8804: Convert to use devm_regmap_init_{spi,i2c}()
  ASoC: wm8985: Convert to use devm_regmap_init_{spi,i2c}()
  ASoC: wm8988: Convert to use devm_regmap_init_{spi,i2c}()
  ASoC: wm8995: Convert to use devm_regmap_init_{spi,i2c}()

 sound/soc/codecs/ak4104.c |   19 ++++---------------
 sound/soc/codecs/wm8510.c |    3 ---
 sound/soc/codecs/wm8741.c |    4 ++--
 sound/soc/codecs/wm8753.c |   33 ++++++---------------------------
 sound/soc/codecs/wm8804.c |   17 ++---------------
 sound/soc/codecs/wm8985.c |   30 ++++--------------------------
 sound/soc/codecs/wm8988.c |   14 ++------------
 sound/soc/codecs/wm8995.c |   40 +++++++---------------------------------
 8 files changed, 27 insertions(+), 133 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-11-26  3:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22  4:08 [PATCH 00/10] ASoC: codec: devm_ related modifications Tushar Behera
2012-11-22  4:08 ` [PATCH 01/10] ASoC: wm8510: remove invalid free of devm_ allocated data Tushar Behera
2012-11-22  4:08 ` [PATCH 02/10] ASoC: wm8753: " Tushar Behera
2012-11-22  4:08 ` [PATCH 03/10] ASoC: wm8995: Convert to use devm_kzalloc() Tushar Behera
2012-11-22  4:08 ` [PATCH 04/10] ASoC: ak4104: Convert to use devm_regmap_init_spi() Tushar Behera
2012-11-22  4:08 ` [PATCH 05/10] ASoC: wm8741: Convert to use devm_regmap_init_{spi,i2c}() Tushar Behera
2012-11-22  4:08 ` [PATCH 06/10] ASoC: wm8753: " Tushar Behera
2012-11-22  4:08 ` [PATCH 07/10] ASoC: wm8804: " Tushar Behera
2012-11-22  4:08 ` [PATCH 08/10] ASoC: wm8985: " Tushar Behera
2012-11-22  4:08 ` [PATCH 09/10] ASoC: wm8988: " Tushar Behera
2012-11-22  4:08 ` [PATCH 10/10] ASoC: wm8995: " Tushar Behera
2012-11-23 14:37 ` [PATCH 00/10] ASoC: codec: devm_ related modifications Mark Brown
2012-11-26  3:24   ` Tushar Behera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox