Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-25 Thread Tushar Behera
On 11/23/2012 08:07 PM, Mark Brown wrote: > On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: >> 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

Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-25 Thread Tushar Behera
On 11/23/2012 08:07 PM, Mark Brown wrote: On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: 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

Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-23 Thread Mark Brown
On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: > 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

Re: [PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-23 Thread Mark Brown
On Thu, Nov 22, 2012 at 09:38:32AM +0530, Tushar Behera wrote: 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

[PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-22 Thread Tushar Behera
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

[PATCH 00/10] ASoC: codec: devm_ related modifications

2012-11-22 Thread Tushar Behera
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