| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: davinci: Convert to use devm_ioremap_resource | Axel Lin | 2015-08-25 | 1 | -19/+6 |
* | ASoC: davinci-i2s: Convert to use edma-pcm | Peter Ujfalusi | 2015-03-04 | 1 | -41/+26 |
* | ASoC: davinci: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | ASoC: davinci-pcm: Convert to use devm_snd_soc_register_platform() | Peter Ujfalusi | 2014-04-22 | 1 | -1/+0 |
* | ASoC: switch over to use snd_soc_register_component() on davinci i2s | Kuninori Morimoto | 2013-03-26 | 1 | -5/+10 |
* | ASoC/ARM: Davinci: McASP: split asp header into platform and audio specific | Hebbar, Gururaja | 2012-08-27 | 1 | -2/+1 |
* | ASoC: davinci: davinci-pcm does not need to be a plaform_driver | Hebbar, Gururaja | 2012-08-27 | 1 | -0/+10 |
* | ASoC: davinci-i2s.c: use devm_ functions | Julia Lawall | 2012-01-02 | 1 | -26/+13 |
* | ASoC: Convert davinci directory to module_platform_driver | Axel Lin | 2011-11-25 | 1 | -11/+1 |
* | ASoC: Constify snd_soc_dai_ops structs | Lars-Peter Clausen | 2011-11-23 | 1 | -1/+1 |
* | ASoC: Davinci: Fix FS polarity for I2S format | Jarkko Nikula | 2011-09-30 | 1 | -1/+4 |
* | ASoC: Davinci: Replace usage of IO_ADDRESS with ioremap() | Vaibhav Bedia | 2011-02-09 | 1 | -6/+13 |
* | ASoC: Davinci: Call clk_disable() and clk_put() in case of error | Vaibhav Bedia | 2011-02-09 | 1 | -3/+6 |
* | ASoC: Davinci: Use resource_size() helper function | Vaibhav Bedia | 2011-02-09 | 1 | -3/+3 |
* | ASoC: davinci: fixes for multi-component | Chris Paulson-Ellis | 2010-11-17 | 1 | -4/+11 |
* | ALSA: ASoc: DaVinci Delay start of ASP to trigger | Troy Kisky | 2010-10-04 | 1 | -6/+0 |
* | ASoC: multi-component - ASoC Multi-Component Support | Liam Girdwood | 2010-08-12 | 1 | -23/+21 |
* | ASoC: davinci: let platform data define edma queue numbers | Sekhar Nori | 2010-07-20 | 1 | -0/+10 |
* | ASoC: DaVinci: More accurate continuous serial clock for McBSP (I2S) | Raffaele Recalcati | 2010-07-06 | 1 | -5/+19 |
* | ASoC: DaVinci: Added selection of clk input pin for McBSP | Raffaele Recalcati | 2010-07-06 | 1 | -5/+24 |
* | ASoC: DaVinci: Added two clocking possibilities to McBSP (I2S) | Raffaele Recalcati | 2010-07-06 | 1 | -9/+101 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2010-04-07 | 1 | -1/+2 |
|\ |
|
| * | ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream | Daniel Mack | 2010-04-05 | 1 | -1/+2 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | ASoC: DaVinci: pcm, fix underrun by using sram | Troy Kisky | 2009-11-19 | 1 | -1/+6 |
* | ASoC: DaVinci: i2s, reduce underruns by combining into 1 element | Troy Kisky | 2009-11-19 | 1 | -19/+55 |
* | ASoC: DaVinci: remove requirement that dma_params is 1st in structure | Troy Kisky | 2009-11-18 | 1 | -5/+1 |
* | ASoC: DaVinci: McASP FIFO related updates | Chaithrika U S | 2009-09-30 | 1 | -0/+2 |
* | ASoC: Davinci: Fix race with cpu_dai->dma_data | Troy Kisky | 2009-09-23 | 1 | -25/+11 |
* | ASoC: DaVinci: Fix divide by zero error during 1st execution | Troy Kisky | 2009-09-23 | 1 | -1/+2 |
* | ASoC: DaVinci: McASP driver enhacements | Chaithrika U S | 2009-08-13 | 1 | -0/+1 |
* | ASoC: DaVinci: i2s: don't bounce through rtd to get dai | Troy Kisky | 2009-08-07 | 1 | -9/+5 |
* | ASoC: davinci: don't use clock names | Kevin Hilman | 2009-07-16 | 1 | -1/+1 |
* | ASoC: DaVinci I2S needs mach/asp.h | Mark Brown | 2009-07-08 | 1 | -0/+2 |
* | Merge branch 'davinci' into for-2.6.32 | Mark Brown | 2009-07-07 | 1 | -51/+70 |
|\ |
|
| * | ASoC: Minor fixes to DaVinci I2S probe function | Chaithrika U S | 2009-06-08 | 1 | -1/+3 |
| * | ASoC: Introduce platform driver model for dm644x, dm355 | Chaithrika U S | 2009-06-07 | 1 | -50/+67 |
* | | ASoC: DaVinci: i2s, add davinci_i2s_prepare and shutdown | Troy Kisky | 2009-07-05 | 1 | -1/+27 |
* | | ASoC: DaVinci: i2s, fix mcbsp_word_length update | Troy Kisky | 2009-07-05 | 1 | -21/+29 |
* | | ASoC: DaVinci: i2s, minor cleanup of davinci_i2s_startup | Troy Kisky | 2009-07-05 | 1 | -6/+2 |
* | | ASoC: DaVinci: i2s, only start sample generator if needed | Troy Kisky | 2009-07-05 | 1 | -18/+14 |
* | | ASoC: DaVinci: i2s cleanup | Troy Kisky | 2009-07-05 | 1 | -3/+2 |
* | | ASoc: DaVinci: i2s, minor cleanup | Troy Kisky | 2009-07-05 | 1 | -8/+8 |
* | | ASoC: DaVinci: i2s toggle clock to complete reset | Troy Kisky | 2009-07-05 | 1 | -6/+25 |
* | | ASoC: DaVinci: i2s, remove MOD_REG_BIT macro | Troy Kisky | 2009-07-05 | 1 | -52/+44 |
|/ |
|
* | ASoC: DaVinci I2S updates | David Brownell | 2009-05-15 | 1 | -3/+23 |
* | ASoC: make ops a pointer in 'struct snd_soc_dai' | Eric Miao | 2009-03-04 | 1 | -6/+8 |
* | ALSA: ASoC: DaVinci: i2s, evm, pass same value to codec and cpu_dai | Troy Kisky | 2008-12-20 | 1 | -4/+4 |
* | ALSA: ASoC: DaVinci: document I2S limitations | Troy Kisky | 2008-12-20 | 1 | -2/+19 |
* | ALSA: ASoC: DaVinci: davinci-i2s clean up | Troy Kisky | 2008-12-20 | 1 | -15/+15 |