index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
/
ssi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: rsnd: remove unsed *parent
Kuninori Morimoto
2016-01-22
1
-1
/
+0
*
ASoC: rsnd: fix usrcnt decrementing bug
Andrzej Hajda
2015-12-30
1
-13
/
+14
*
ASoC: rsnd: add Multi channel support
Kuninori Morimoto
2015-12-22
1
-2
/
+112
*
ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming
Kuninori Morimoto
2015-12-18
1
-2
/
+2
*
ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDM
Kuninori Morimoto
2015-12-18
1
-1
/
+1
*
ASoC: rsnd: care SWSP bit for TDM/non-TDM
Kuninori Morimoto
2015-12-02
1
-2
/
+5
*
ASoC: rsnd: add TDM Extend Mode support
Kuninori Morimoto
2015-11-30
1
-1
/
+17
*
ASoC: rsnd: ssi enables non-stereo sound
Kuninori Morimoto
2015-11-30
1
-2
/
+3
*
ASoC: rsnd: set SSIWSR setting on rsnd_ssi_config_init()
Kuninori Morimoto
2015-11-30
1
-2
/
+3
*
ASoC: rsnd: add rsnd_ssi_config_init()
Kuninori Morimoto
2015-11-30
1
-46
/
+52
*
ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()
Kuninori Morimoto
2015-11-27
1
-5
/
+2
*
ASoC: rsnd: remove struct platform_device from probe/remove parameter
Kuninori Morimoto
2015-11-18
1
-4
/
+2
*
ASoC: rsnd: remove struct rsnd_of_data
Kuninori Morimoto
2015-11-18
1
-1
/
+0
*
ASoC: rsnd: remove platform boot support from ssi.c
Kuninori Morimoto
2015-11-18
1
-88
/
+57
*
ASoC: rsnd: remove platform boot support from core.c
Kuninori Morimoto
2015-11-18
1
-2
/
+0
*
ASoC: rsnd: ssi: 24bit data needs right-aligned settings
Kuninori Morimoto
2015-11-17
1
-1
/
+2
*
ASoC: rsnd: use mod base common method on SSI-parent
Kuninori Morimoto
2015-11-16
1
-142
/
+159
*
ASoC: rsnd: use mod base common method on SSIU
Kuninori Morimoto
2015-11-16
1
-13
/
+9
*
ASoC: rsnd: use mod base common method on DMA phase3
Kuninori Morimoto
2015-11-16
1
-32
/
+2
*
ASoC: rsnd: use mod base common method on DMA phase2
Kuninori Morimoto
2015-11-16
1
-3
/
+3
*
ASoC: rsnd: use mod base common method on DMA phase1
Kuninori Morimoto
2015-11-16
1
-3
/
+3
*
ASoC: rsnd: use common rsnd_ssi_status_xxx()
Kuninori Morimoto
2015-11-16
1
-8
/
+19
*
ASoC: rsnd: Don't stop HW even if a large number of errors occur
Kuninori Morimoto
2015-11-16
1
-6
/
+9
*
ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.c
Kuninori Morimoto
2015-11-16
1
-2
/
+30
*
ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()
Kuninori Morimoto
2015-11-16
1
-1
/
+1
*
ASoC: rsnd: DMA become SSI/SRC member
Kuninori Morimoto
2015-11-16
1
-6
/
+10
*
ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()
Kuninori Morimoto
2015-10-22
1
-5
/
+6
*
ASoC: rsnd: remove unused rsnd_dma_to_ssi() macro
Kuninori Morimoto
2015-10-22
1
-1
/
+0
*
ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off
Kuninori Morimoto
2015-10-22
1
-2
/
+2
*
ASoC: rsnd: fixup devm_request_irq() option on ssi.c
Kuninori Morimoto
2015-10-22
1
-1
/
+1
*
ASoC: rsnd: Remove obsolete platform data support
Geert Uytterhoeven
2015-10-07
1
-3
/
+0
*
ASoC: rsnd: tidyup ADG clock calculate method
Kuninori Morimoto
2015-09-14
1
-26
/
+20
*
ASoC: rsnd: add rsnd_mod_get() macro and use it
Kuninori Morimoto
2015-09-14
1
-24
/
+34
*
ASoC: rsnd: remove unnecessary 'out of memory' message from SSI
Kuninori Morimoto
2015-07-16
1
-3
/
+1
*
ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()
Kuninori Morimoto
2015-06-16
1
-1
/
+1
*
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()
Kuninori Morimoto
2015-06-16
1
-14
/
+18
*
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()
Kuninori Morimoto
2015-06-16
1
-6
/
+6
*
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()
Kuninori Morimoto
2015-06-16
1
-2
/
+2
*
ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter
Kuninori Morimoto
2015-06-16
1
-7
/
+17
*
ASoC: rsnd: rsnd_mod has rsnd_priv
Kuninori Morimoto
2015-06-16
1
-1
/
+1
*
ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lock
Kuninori Morimoto
2015-06-16
1
-1
/
+5
*
ASoC: rsnd: don't care under/over run error when PIO
Kuninori Morimoto
2015-06-16
1
-7
/
+9
*
ASoC: rsnd: spin lock for interrupt handler
Kuninori Morimoto
2015-05-22
1
-3
/
+11
*
ASoC: rsnd: indicate unknown HW start
Kuninori Morimoto
2015-05-21
1
-1
/
+3
*
ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.
Kuninori Morimoto
2015-04-27
1
-0
/
+34
*
ASoC: rsnd: tidyup SSI parent related function/macro names
Kuninori Morimoto
2015-04-27
1
-7
/
+11
*
ASoC: rsnd: remove useless debug message
Kuninori Morimoto
2015-03-27
1
-18
/
+1
*
Merge branch 'asoc-fix-rcar' into HEAD
Mark Brown
2015-03-27
1
-2
/
+15
|
\
|
*
ASoC: rsnd: call clk_prepare/unprepare() in probe/remove
Kuninori Morimoto
2015-03-27
1
-2
/
+15
*
|
ASoC: rsnd: no more SSI restart when unusual situation
Kuninori Morimoto
2015-03-22
1
-3
/
+6
[next]