Age | Commit message (Expand) | Author | Files | Lines |
2017-05-26 | ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTx | Kuninori Morimoto | 1 | -2/+4 |
2017-05-24 | ASoC: rsnd: SSI PIO adjust to 24bit mode | Kuninori Morimoto | 1 | -2/+9 |
2017-05-19 | ASoC: rsnd: don't call free_irq() on Parent SSI | Kuninori Morimoto | 1 | -0/+5 |
2017-05-17 | ASoC: rsnd: don't use PDTA bit for 24bit on SSI | Kuninori Morimoto | 7 | -4/+68 |
2017-04-21 | ASoC: rsnd: Fix possible NULL pointer dereference | Marek Vasut | 1 | -7/+11 |
2017-04-21 | ASoC: rsnd: fix semicolon.cocci warnings | kbuild test robot | 1 | -1/+1 |
2017-04-19 | ASoC: rsnd: enable clock-frequency for both 44.1kHz/48kHz | Kuninori Morimoto | 1 | -13/+26 |
2017-04-19 | ASoC: rsnd: rsnd_mod_make_sure() is not under DEBUG | Kuninori Morimoto | 2 | -3/+1 |
2017-04-06 | ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new() | Kuninori Morimoto | 3 | -92/+62 |
2017-04-06 | Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Mark Brown | 6 | -35/+57 |
2017-04-06 | ASoC: rsnd: tidyup src->convert_rate reset timing | Kuninori Morimoto | 1 | -2/+1 |
2017-03-30 | ASoC: rcar: call missing of_clk_del_provider() when remove | Kuninori Morimoto | 1 | -0/+5 |
2017-03-30 | ASoC: rcar: fixup of_clk_add_provider() usage for multi clkout | Kuninori Morimoto | 1 | -8/+6 |
2017-03-29 | ASoC: rcar: remove rsnd_kctrl_remove() | Kuninori Morimoto | 3 | -28/+0 |
2017-03-24 | ASoC: rcar: ssi: don't set SSICR.CKDV = 000 with SSIWSR.CONT | Kuninori Morimoto | 1 | -0/+9 |
2017-03-24 | ASoC: rcar: enable PCM RATE untile 192000 | Hiroyuki Yokoyama | 1 | -1/+1 |
2017-03-16 | ASoC: rcar: dma: remove unnecessary "volatile" | Kuninori Morimoto | 1 | -1/+1 |
2017-03-15 | ASoC: rcar: clear DE bit only in PDMACHCR when it stops | Kuninori Morimoto | 1 | -2/+16 |
2017-03-13 | ASoC: rsnd: fix sound route path when using SRC6/SRC9 | Hiroyuki Yokoyama | 1 | -16/+20 |
2017-03-06 | ASoC: rcar: avoid SSI_MODEx settings for SSI8 | Kuninori Morimoto | 1 | -1/+5 |
2017-02-21 | ASoC: rsnd: check return value of init function | Wolfram Sang | 1 | -1/+4 |
2017-02-21 | ASoC: rsnd: drop useles self-assignments | Wolfram Sang | 1 | -2/+0 |
2017-02-19 | Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus | Mark Brown | 3 | -7/+5 |
2017-02-03 | ASoC: rsnd: fixup reset timing of sync convert_rate | Kuninori Morimoto | 1 | -3/+3 |
2017-01-23 | ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator increment | Kuninori Morimoto | 2 | -4/+2 |
2017-01-20 | ASoC: rsnd: fixup for_each_rsnd_mod_array{s} iterator increment | Kuninori Morimoto | 2 | -4/+2 |
2016-12-15 | ASoC: rsnd: don't double free kctrl | Colin Ian King | 1 | -3/+1 |
2016-12-07 | ASoC: rsnd: setup BRGCKR/BRRA/BRRB when starting | Kuninori Morimoto | 1 | -9/+12 |
2016-12-07 | ASoC: rsnd: enable/disable ADG when suspend/resume timing | Kuninori Morimoto | 3 | -14/+51 |
2016-12-07 | ASoC: rsnd: tidyup ssi->usrcnt counter check in hw_params | Kuninori Morimoto | 1 | -3/+6 |
2016-12-05 | ASoC: rsnd: rsnd_get_dalign() needs to care SSIU, not SSI | Kuninori Morimoto | 2 | -3/+4 |
2016-11-22 | ASoC: rsnd: use dma_sync_single_for_xxx() for IOMMU | Kuninori Morimoto | 2 | -6/+82 |
2016-11-22 | ASoC: rsnd: Request/Release DMA channel each time | Kuninori Morimoto | 1 | -77/+107 |
2016-10-28 | ASoC: rsnd: use BRGCKR instead of SSICKR | Kuninori Morimoto | 3 | -6/+6 |
2016-10-27 | ASoC: rsnd: enable SRC sync even FIN = FOUT | Kuninori Morimoto | 1 | -2/+5 |
2016-10-26 | ASoC: rsnd: clear SSI_SYS_STATUSx every time | Kuninori Morimoto | 3 | -0/+36 |
2016-10-26 | ASoC: rsnd: fixup SCU_SYS_STATUSx access | Kuninori Morimoto | 1 | -2/+2 |
2016-10-26 | ASoC: rsnd: rsnd_reg cleanup for SSIU | Kuninori Morimoto | 1 | -11/+13 |
2016-10-26 | ASoC: rsnd: remove "Gen2 only" comment | Kuninori Morimoto | 1 | -31/+31 |
2016-10-26 | ASoC: rsnd: enable COMPILE_TEST | Kuninori Morimoto | 1 | -2/+2 |
2016-10-26 | ASoC: rsnd: depends on OF | Kuninori Morimoto | 1 | -0/+1 |
2016-10-25 | ASoC: rsnd: add nolock_start/stop callback | Kuninori Morimoto | 2 | -1/+40 |
2016-10-25 | ASoC: rsnd: don't call unneeded of_node_put() on dma.c | Kuninori Morimoto | 1 | -6/+4 |
2016-10-25 | ASoC: rsnd: remove rsnd_dma_detach() | Kuninori Morimoto | 3 | -14/+0 |
2016-10-25 | ASoC: rsnd: don't use devm_request_irq() for SSI | Kuninori Morimoto | 1 | -8/+9 |
2016-10-25 | ASoC: rsnd: remove non DT support for DMA | Kuninori Morimoto | 4 | -19/+9 |
2016-10-24 | ASoC: rsnd: add rsnd_parse_of_node() and integrate rsnd_xxx_of_node | Kuninori Morimoto | 1 | -12/+18 |
2016-10-24 | ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_rdai_continuance_probe() | Kuninori Morimoto | 1 | -2/+3 |
2016-10-24 | ASoC: rsnd: use for_each_rsnd_mod_xxx() on rsnd_dai_call() | Kuninori Morimoto | 1 | -40/+43 |
2016-10-24 | ASoC: rsnd: add rsnd_mod_next() for for_each_rsnd_mod_xxx() | Kuninori Morimoto | 2 | -0/+35 |