summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8971' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/rt5631' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/omap' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/max98090' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/max9768' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/jack' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/fsi' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/da9055' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/da7210' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4535' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown
2012-12-02Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-nextMark Brown
2012-12-02ASoC: atmel-pcm: dma support based on pcm dmaengineBo Shen
Specify overrun bit in interrupt mask Add dmaengine specific routines Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> [voice.shen@atmel.com: adapt to soc dmaengine framework] Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: atmel-pcm: split into two fileBo Shen
This patch is split original atmel-pcm.c into new atmel-pcm.c and atmel-pcm-pdc.c two files. The new atmel-pcm.c is the share routine while will be used for pdc or dma transfer. Using SND_ATMEL_SOC_PDC to select using PDC for audio transfer Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm5102: Correct base address for Y regionMark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm8960: Use devm_regmap_init_i2c()Sachin Kamat
devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. There was no explicit regmap_exit call in this function which was probably a bug. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-02ASoC: wm8955: Use devm_regmap_init_i2c()Sachin Kamat
devm_regmap_init_i2c() is device managed and makes error handling and code cleanup simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>