| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-05 | ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI |  Kuninori Morimoto | 3 | -37/+22 |
| 2014-03-05 | ASoC: rsnd: add rsnd_scu_enable_ssi_irq() |  Kuninori Morimoto | 3 | -13/+18 |
| 2014-03-05 | ASoC: rsnd: Get correct SCU ID |  Kuninori Morimoto | 4 | -20/+71 |
| 2014-03-05 | ASoC: rsnd: add struct rsnd_dai_platform_info |  Kuninori Morimoto | 2 | -7/+30 |
| 2014-03-04 | ASoC: rsnd: share reg_field and reduce memory |  Kuninori Morimoto | 1 | -28/+53 |
| 2014-03-04 | ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter |  Kuninori Morimoto | 1 | -3/+4 |
| 2014-03-04 | ASoC: rsnd: remove unused SSI_CONTROL |  Kuninori Morimoto | 2 | -2/+0 |
| 2014-03-04 | ASoC: rsnd: use function pointer for each probe |  Kuninori Morimoto | 1 | -20/+14 |
| 2014-03-04 | ASoC: rsnd: use devm_clk_get() instead of clk_get() |  Kuninori Morimoto | 1 | -15/+9 |
| 2014-03-04 | ASoC: rsnd: get ssi/scu from rsnd_dai_stream |  Kuninori Morimoto | 3 | -11/+15 |
| 2014-03-04 | ASoC: rsnd: use mod array instead of list on rdai |  Kuninori Morimoto | 4 | -25/+33 |
| 2014-03-04 | ASoC: rsnd: run rsnd_path_init() when probe() timing |  Kuninori Morimoto | 3 | -81/+78 |
| 2014-03-03 | ASoC: rsnd: unify rdai naming |  Kuninori Morimoto | 2 | -7/+7 |
| 2014-03-03 | ASoC: rsnd: remove verbose debug message from scu/ssi |  Kuninori Morimoto | 2 | -3/+0 |
| 2014-03-03 | ASoC: rsnd: remove verbose function parameter |  Kuninori Morimoto | 6 | -18/+10 |
| 2014-03-03 | ASoC: rsnd: move rsnd_mod_call() macro |  Kuninori Morimoto | 2 | -23/+24 |
| 2014-03-03 | ASoC: rsnd: move priv member settings to upper side |  Kuninori Morimoto | 1 | -4/+4 |
| 2014-02-12 | ASoC: rsnd: print error if there is SRC settings mismatch |  Kuninori Morimoto | 1 | -0/+8 |
| 2014-02-12 | ASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert_clk_gen2() |  Kuninori Morimoto | 3 | -3/+15 |
| 2014-02-12 | ASoC: rsnd: tidyup original for_each_rsnd_xxx macro |  Kuninori Morimoto | 2 | -6/+8 |
| 2014-02-07 | ASoC: rsnd: use device dependency clock |  Kuninori Morimoto | 1 | -5/+35 |
| 2014-02-03 | ASoC: rsnd: add Gen2 SRC and DMAEngine support |  Kuninori Morimoto | 4 | -0/+306 |
| 2014-02-03 | ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe() |  Kuninori Morimoto | 1 | -3/+3 |
| 2014-02-03 | ASoC: rsnd: remove SSI dependent DMAEngine callback |  Kuninori Morimoto | 3 | -55/+40 |
| 2014-02-03 | ASoC: rsnd: extracts Gen1/Gen2 common parts |  Kuninori Morimoto | 3 | -138/+205 |
| 2014-02-03 | ASoC: rsnd: add rsnd_ssi_is_play() |  Kuninori Morimoto | 2 | -2/+10 |
| 2014-02-03 | ASoC: rsnd: merge SRC clock timing/setting |  Kuninori Morimoto | 3 | -33/+43 |
| 2014-02-03 | ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro |  Kuninori Morimoto | 2 | -11/+5 |
| 2014-02-03 | ASoC: rsnd: Merge macros in scu.c |  Kuninori Morimoto | 1 | -12/+12 |
| 2014-02-03 | ASoC: rsnd: clarify scu.c area |  Kuninori Morimoto | 1 | -0/+14 |
| 2014-02-03 | ASoC: rsnd: SCU should be called before SSI |  Kuninori Morimoto | 1 | -4/+4 |
| 2014-02-03 | ASoC: rsnd: don't use schedule_work() when rsnd_dma_start() |  Kuninori Morimoto | 1 | -3/+10 |
| 2014-02-03 | ASoC: rsnd: fixup Gen2 module naming |  Kuninori Morimoto | 1 | -1/+1 |
| 2014-02-03 | ASoC: rsnd: non 0 is error on probe |  Kuninori Morimoto | 1 | -5/+5 |
| 2014-02-03 | ASoC: rsnd: remove duplicate *priv from rsnd_dma |  Kuninori Morimoto | 2 | -4/+2 |
| 2014-02-03 | ASoC: rsnd: explain SRC bypass mode settings in comment |  Kuninori Morimoto | 1 | -0/+45 |
| 2014-02-03 | ASoC: rsnd: rename rsnd_scu_convert_rate_ctrl() |  Kuninori Morimoto | 1 | -5/+4 |
| 2014-02-03 | ASoC: rsnd: remove ssiu from ssi.c |  Kuninori Morimoto | 2 | -18/+9 |
| 2014-02-03 | ASoC: rsnd: SSI_MODE0/1 settings goes to scu.c |  Kuninori Morimoto | 3 | -70/+74 |
| 2014-02-03 | ASoC: rsnd: remove pin sync option |  Kuninori Morimoto | 1 | -2/+0 |
| 2014-02-03 | ASoC: rsnd: rsnd_dai_is_clk_master() can be shared |  Kuninori Morimoto | 2 | -5/+5 |
| 2014-02-03 | ASoC: rsnd: merge rsnd_scu_start/stop() and rsnd_scu_transfer_start/stop() |  Kuninori Morimoto | 1 | -42/+14 |
| 2014-02-03 | ASoC: rsnd: remove meaningless function parameter |  Kuninori Morimoto | 1 | -5/+6 |
| 2014-02-03 | ASoC: rsnd: add rsnd_scu_init(), and separate init/start |  Kuninori Morimoto | 1 | -6/+23 |
| 2014-02-03 | ASoC: rsnd: control SCU ops in probe timing |  Kuninori Morimoto | 1 | -19/+11 |
| 2014-02-03 | ASoC: rsnd: remove meaningless rsnd_ssi_non() |  Kuninori Morimoto | 1 | -16/+0 |
| 2014-02-03 | ASoC: rsnd: cleanup debug information method |  Kuninori Morimoto | 3 | -15/+10 |
| 2014-02-03 | ASoC: rsnd: tidyup register naming of BUSIF_MODE |  Kuninori Morimoto | 3 | -3/+3 |
| 2014-01-16 | Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/atmel', 'asoc/topic/bcm2835', 'asoc/topic/docs', 'asoc/topic/fsl', 'asoc/topic/generic', 'asoc/topic/kirkwood', 'asoc/topic/mc13783', 'asoc/topic/mxs', 'asoc/topic/nuc900', 'asoc/topic/sai', 'asoc/topic/sh', 'asoc/topic/ssm2602', 'asoc... |  Mark Brown | 3 | -29/+0 |
| 2014-01-09 | ASoC: sh: Don't set unused struct snd_pcm_hardware fields |  Lars-Peter Clausen | 3 | -29/+0 |