| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock | Kuninori Morimoto | 2014-04-23 | 1 | -3/+2 |
* | ASoC: rsnd: fix clock prepare/unprepare | Ben Dooks | 2014-04-11 | 2 | -4/+4 |
* | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | 2014-03-24 | 1 | -7/+11 |
|\ |
|
| * | ASoC: rcar: bugfix: it cares about the non-src case | Kuninori Morimoto | 2014-03-24 | 1 | -7/+11 |
* | | Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next | Mark Brown | 2014-03-23 | 6 | -3/+238 |
|\ \
| |/ |
|
| * | ASoC: rsnd: add DeviceTree support | Kuninori Morimoto | 2014-03-21 | 6 | -3/+238 |
* | | Merge tag 'asoc-v3.15' into asoc-next | Mark Brown | 2014-03-23 | 9 | -881/+1370 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '... | Mark Brown | 2014-03-12 | 1 | -14/+5 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | ASoC: migor: Convert to table based DAPM setup | Lars-Peter Clausen | 2014-03-10 | 1 | -14/+5 |
| | |/ |
|
| * | | ASoC: rsnd: rename scu to src | Kuninori Morimoto | 2014-03-05 | 5 | -159/+164 |
| * | | ASoC: rsnd: remove all rsnd_xxx_remove() | Kuninori Morimoto | 2014-03-05 | 6 | -42/+0 |
| * | | ASoC: rsnd: nothing to do on rsnd_dai_remove() | Kuninori Morimoto | 2014-03-05 | 1 | -36/+0 |
| * | | ASoC: rsnd: use mod probe method on SSI | Kuninori Morimoto | 2014-03-05 | 1 | -51/+65 |
| * | | ASoC: rsnd: use mod probe method on SCU | Kuninori Morimoto | 2014-03-05 | 1 | -25/+39 |
| * | | ASoC: rsnd: add probe/remove callback on rsnd_mod_ops | Kuninori Morimoto | 2014-03-05 | 2 | -0/+29 |
| * | | ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI | Kuninori Morimoto | 2014-03-05 | 3 | -37/+22 |
| * | | ASoC: rsnd: add rsnd_scu_enable_ssi_irq() | Kuninori Morimoto | 2014-03-05 | 3 | -13/+18 |
| * | | ASoC: rsnd: Get correct SCU ID | Kuninori Morimoto | 2014-03-05 | 4 | -20/+71 |
| * | | ASoC: rsnd: add struct rsnd_dai_platform_info | Kuninori Morimoto | 2014-03-05 | 2 | -7/+30 |
| * | | ASoC: rsnd: share reg_field and reduce memory | Kuninori Morimoto | 2014-03-04 | 1 | -28/+53 |
| * | | ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter | Kuninori Morimoto | 2014-03-04 | 1 | -3/+4 |
| * | | ASoC: rsnd: remove unused SSI_CONTROL | Kuninori Morimoto | 2014-03-04 | 2 | -2/+0 |
| * | | ASoC: rsnd: use function pointer for each probe | Kuninori Morimoto | 2014-03-04 | 1 | -20/+14 |
| * | | ASoC: rsnd: use devm_clk_get() instead of clk_get() | Kuninori Morimoto | 2014-03-04 | 1 | -15/+9 |
| * | | ASoC: rsnd: get ssi/scu from rsnd_dai_stream | Kuninori Morimoto | 2014-03-04 | 3 | -11/+15 |
| * | | ASoC: rsnd: use mod array instead of list on rdai | Kuninori Morimoto | 2014-03-04 | 4 | -25/+33 |
| * | | ASoC: rsnd: run rsnd_path_init() when probe() timing | Kuninori Morimoto | 2014-03-04 | 3 | -81/+78 |
| * | | ASoC: rsnd: unify rdai naming | Kuninori Morimoto | 2014-03-03 | 2 | -7/+7 |
| * | | ASoC: rsnd: remove verbose debug message from scu/ssi | Kuninori Morimoto | 2014-03-03 | 2 | -3/+0 |
| * | | ASoC: rsnd: remove verbose function parameter | Kuninori Morimoto | 2014-03-03 | 6 | -18/+10 |
| * | | ASoC: rsnd: move rsnd_mod_call() macro | Kuninori Morimoto | 2014-03-03 | 2 | -23/+24 |
| * | | ASoC: rsnd: move priv member settings to upper side | Kuninori Morimoto | 2014-03-03 | 1 | -4/+4 |
| * | | ASoC: rsnd: print error if there is SRC settings mismatch | Kuninori Morimoto | 2014-02-12 | 1 | -0/+8 |
| * | | ASoC: rsnd: set DIV_EN register on rsnd_adg_set_convert_clk_gen2() | Kuninori Morimoto | 2014-02-12 | 3 | -3/+15 |
| * | | ASoC: rsnd: tidyup original for_each_rsnd_xxx macro | Kuninori Morimoto | 2014-02-12 | 2 | -6/+8 |
| * | | ASoC: rsnd: use device dependency clock | Kuninori Morimoto | 2014-02-07 | 1 | -5/+35 |
| * | | ASoC: rsnd: add Gen2 SRC and DMAEngine support | Kuninori Morimoto | 2014-02-03 | 4 | -0/+306 |
| * | | ASoC: rsnd: rsnd_ssi_probe() goes forwarder than rsnd_scu_probe() | Kuninori Morimoto | 2014-02-03 | 1 | -3/+3 |
| * | | ASoC: rsnd: remove SSI dependent DMAEngine callback | Kuninori Morimoto | 2014-02-03 | 3 | -55/+40 |
| * | | ASoC: rsnd: extracts Gen1/Gen2 common parts | Kuninori Morimoto | 2014-02-03 | 3 | -138/+205 |
| * | | ASoC: rsnd: add rsnd_ssi_is_play() | Kuninori Morimoto | 2014-02-03 | 2 | -2/+10 |
| * | | ASoC: rsnd: merge SRC clock timing/setting | Kuninori Morimoto | 2014-02-03 | 3 | -33/+43 |
| * | | ASoC: rsnd: rsnd_scu_hpbif_is_enable() become macro | Kuninori Morimoto | 2014-02-03 | 2 | -11/+5 |
| * | | ASoC: rsnd: Merge macros in scu.c | Kuninori Morimoto | 2014-02-03 | 1 | -12/+12 |
| * | | ASoC: rsnd: clarify scu.c area | Kuninori Morimoto | 2014-02-03 | 1 | -0/+14 |
| * | | ASoC: rsnd: SCU should be called before SSI | Kuninori Morimoto | 2014-02-03 | 1 | -4/+4 |
| * | | ASoC: rsnd: don't use schedule_work() when rsnd_dma_start() | Kuninori Morimoto | 2014-02-03 | 1 | -3/+10 |
| * | | ASoC: rsnd: fixup Gen2 module naming | Kuninori Morimoto | 2014-02-03 | 1 | -1/+1 |
| * | | ASoC: rsnd: non 0 is error on probe | Kuninori Morimoto | 2014-02-03 | 1 | -5/+5 |
| * | | ASoC: rsnd: remove duplicate *priv from rsnd_dma | Kuninori Morimoto | 2014-02-03 | 2 | -4/+2 |