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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: rsnd: remove platform boot support from ctu.c
Kuninori Morimoto
2015-11-18
1
-53
/
+32
*
ASoC: rsnd: remove platform boot support from src.c
Kuninori Morimoto
2015-11-18
1
-115
/
+43
*
ASoC: rsnd: remove platform boot support from ssi.c
Kuninori Morimoto
2015-11-18
2
-90
/
+57
*
ASoC: rsnd: remove platform boot support from core.c
Kuninori Morimoto
2015-11-18
7
-208
/
+95
*
ASoC: rsnd: SRC settings matches to datasheet
Kuninori Morimoto
2015-11-18
1
-258
/
+166
*
ASoC: rsnd: cleanup RSND_REG_xxx
Kuninori Morimoto
2015-11-18
1
-63
/
+30
*
ASoC: rsnd: remove Gen1 support from SRC
Kuninori Morimoto
2015-11-18
4
-307
/
+7
*
ASoC: rsnd: ssi: 24bit data needs right-aligned settings
Kuninori Morimoto
2015-11-17
1
-1
/
+2
*
ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKx
Kuninori Morimoto
2015-11-16
3
-2
/
+22
*
ASoC: rsnd: tidyup comment position of rsnd_mod_xxx
Kuninori Morimoto
2015-11-16
1
-3
/
+3
*
ASoC: rsnd: MIX settings matches to datasheet
Kuninori Morimoto
2015-11-16
1
-18
/
+27
*
ASoC: rsnd: DVC settings matches to datasheet
Kuninori Morimoto
2015-11-16
1
-42
/
+77
*
ASoC: rsnd: move CMD related operation to cmd.c
Kuninori Morimoto
2015-11-16
2
-23
/
+21
*
ASoC: rsnd: Add missing initialization of ADG req_rate
Geert Uytterhoeven
2015-11-16
1
-1
/
+1
*
ASoC: rsnd: fixup rsnd_dmapp_stop() return value
Kuninori Morimoto
2015-11-16
1
-2
/
+2
*
ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()
Kuninori Morimoto
2015-11-16
1
-1
/
+1
*
ASoC: rsnd: use mod base common method on SSI-parent
Kuninori Morimoto
2015-11-16
2
-142
/
+161
*
ASoC: rsnd: use mod base common method on SSIU
Kuninori Morimoto
2015-11-16
6
-84
/
+211
*
ASoC: rsnd: use mod base common method on CMD
Kuninori Morimoto
2015-11-16
7
-84
/
+202
*
ASoC: rsnd: use mod base common method on DMA phase3
Kuninori Morimoto
2015-11-16
4
-176
/
+71
*
ASoC: rsnd: use mod base common method on DMA phase2
Kuninori Morimoto
2015-11-16
4
-28
/
+58
*
ASoC: rsnd: use mod base common method on DMA phase1
Kuninori Morimoto
2015-11-16
4
-31
/
+52
*
ASoC: rsnd: use common rsnd_ssi_status_xxx()
Kuninori Morimoto
2015-11-16
1
-8
/
+19
*
ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
Kuninori Morimoto
2015-11-16
1
-11
/
+8
*
ASoC: rsnd: Don't stop HW even if a large number of errors occur
Kuninori Morimoto
2015-11-16
2
-13
/
+19
*
ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_mod
Kuninori Morimoto
2015-11-16
2
-6
/
+8
*
ASoC: rsnd: disable SRC.out only when stop timing
Kuninori Morimoto
2015-11-16
1
-2
/
+16
*
ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.c
Kuninori Morimoto
2015-11-16
3
-32
/
+30
*
ASoC: rsnd: fixup rsnd_dma_of_path method for mod base common method
Kuninori Morimoto
2015-11-16
1
-10
/
+11
*
ASoC: rsnd: remove all modules when PIO fallback
Kuninori Morimoto
2015-11-16
1
-17
/
+8
*
ASoC: rsnd: enable to use rsnd_dai_connect() from each mod
Kuninori Morimoto
2015-11-16
2
-15
/
+20
*
ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()
Kuninori Morimoto
2015-11-16
4
-19
/
+22
*
ASoC: rsnd: DMA related definition goes to dma.c
Kuninori Morimoto
2015-11-16
2
-23
/
+24
*
ASoC: rsnd: DMA become SSI/SRC member
Kuninori Morimoto
2015-11-16
4
-19
/
+43
*
ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()
Kuninori Morimoto
2015-10-22
5
-11
/
+14
*
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
6
-12
/
+12
*
ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quit
Kuninori Morimoto
2015-10-22
1
-11
/
+3
*
ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented method
Kuninori Morimoto
2015-10-22
1
-7
/
+2
*
ASoC: rsnd: fixup rsnd_mod_call() behavior for debug
Kuninori Morimoto
2015-10-22
1
-8
/
+6
*
ASoC: rsnd: fixup devm_request_irq() option on ssi.c
Kuninori Morimoto
2015-10-22
1
-1
/
+1
*
ASoC: rsnd: fixup struct rsnd_gen::res array size
Kuninori Morimoto
2015-10-22
1
-3
/
+7
*
ASoC: rsnd: fixup print debug message after read
Kuninori Morimoto
2015-10-22
1
-2
/
+2
*
ASoC: rsnd: Gen1 probe is not error
Kuninori Morimoto
2015-10-16
3
-12
/
+6
*
ASoC: rsnd: Announce for removing Gen1 SRU support
Kuninori Morimoto
2015-10-14
1
-1
/
+3
*
ASoC: rsnd: Remove obsolete platform data support
Geert Uytterhoeven
2015-10-07
4
-18
/
+124
*
ASoC: rsnd: fixup clkout_name[] index error for single AUDIO_CLKOUT SoC
Kuninori Morimoto
2015-09-16
1
-1
/
+1
*
ASoC: rsnd: add AUDIO_CLKOUT support
Kuninori Morimoto
2015-09-14
1
-4
/
+94
*
ASoC: rsnd: adg: ignore undefined clock error
Kuninori Morimoto
2015-09-14
1
-9
/
+23
*
ASoC: rsnd: tidyup ADG debug message for clock selection
Kuninori Morimoto
2015-09-14
1
-2
/
+3
[next]