index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
/
rsnd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-28
ASoC: rsnd: count .probe/.remove for rsnd_mod_call()
Kuninori Morimoto
1
-6
/
+7
2016-03-07
ASoC: rsnd: SRC TIMSEL support for Capture
Kuninori Morimoto
1
-5
/
+3
2016-03-07
ASoC: rsnd: add rsnd_src_get_in/out_rate()
Kuninori Morimoto
1
-3
/
+7
2016-03-05
ASoC: rsnd: add rsnd_runtime_channel_xxx()
Kuninori Morimoto
1
-2
/
+6
2016-03-05
ASoC: rsnd: add CTU basic support
Kuninori Morimoto
1
-0
/
+1
2016-03-02
ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ function
Kuninori Morimoto
1
-2
/
+0
2016-02-20
ASoC: rsnd: judge multi SSI in runtime
Kuninori Morimoto
1
-1
/
+1
2016-02-20
ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS
Kuninori Morimoto
1
-2
/
+2
2016-01-27
ASoC: rsnd: add .irq callback
Kuninori Morimoto
1
-0
/
+6
2016-01-22
ASoC: rsnd: ctu: settings matches to datasheet
Kuninori Morimoto
1
-0
/
+34
2016-01-22
ASoC: rsnd: ctu: add rsnd_mix_activation()
Kuninori Morimoto
1
-0
/
+1
2016-01-22
ASoC: rsnd: attach Audio-DMAC-periperi correctly
Kuninori Morimoto
1
-2
/
+2
2016-01-22
ASoC: rsnd: each mod has status again for CTU/MUX support
Kuninori Morimoto
1
-5
/
+16
2016-01-22
ASoC: rsnd: always call probe/remove for MUX
Kuninori Morimoto
1
-7
/
+7
2015-12-22
ASoC: rsnd: add Multi channel support
Kuninori Morimoto
1
-5
/
+10
2015-12-18
ASoC: rsnd: add rsnd_parse_connect_common() and remove complex macro
Kuninori Morimoto
1
-0
/
+25
2015-12-18
ASoC: rsnd: add rsnd_set_slot() / rsnd_get_slot_num()
Kuninori Morimoto
1
-0
/
+4
2015-12-18
ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming
Kuninori Morimoto
1
-2
/
+2
2015-12-18
ASoC: rsnd: remove rsnd_get_slot_runtime()
Kuninori Morimoto
1
-1
/
+0
2015-12-18
ASoC: rsnd: fixup SSIU control timing
Kuninori Morimoto
1
-1
/
+1
2015-12-08
ASoC: rsnd: tidyup data align position for capture
Kuninori Morimoto
1
-0
/
+2
2015-11-30
ASoC: rsnd: add TDM Extend Mode support
Kuninori Morimoto
1
-0
/
+1
2015-11-30
ASoC: rsnd: dvc enables non-stereo sound
Kuninori Morimoto
1
-1
/
+8
2015-11-30
ASoC: rsnd: ssi enables non-stereo sound
Kuninori Morimoto
1
-0
/
+6
2015-11-30
ASoC: rsnd: add missing SRC_O_BUSIF_MODE register
Kuninori Morimoto
1
-1
/
+2
2015-11-20
ASoC: rsnd: tidyup void* cast for 64bit compiler
Kuninori Morimoto
1
-1
/
+1
2015-11-18
ASoC: rsnd: remove struct platform_device from probe/remove parameter
Kuninori Morimoto
1
-38
/
+18
2015-11-18
ASoC: rsnd: remove struct rcar_snd_info
Kuninori Morimoto
1
-3
/
+13
2015-11-18
ASoC: rsnd: remove struct rsnd_of_data
Kuninori Morimoto
1
-15
/
+0
2015-11-18
ASoC: rsnd: remove platform boot support from gen.c
Kuninori Morimoto
1
-3
/
+4
2015-11-18
ASoC: rsnd: remove platform boot support from core.c
Kuninori Morimoto
1
-0
/
+13
2015-11-18
ASoC: rsnd: cleanup RSND_REG_xxx
Kuninori Morimoto
1
-63
/
+30
2015-11-18
ASoC: rsnd: remove Gen1 support from SRC
Kuninori Morimoto
1
-15
/
+0
2015-11-16
ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKx
Kuninori Morimoto
1
-0
/
+2
2015-11-16
ASoC: rsnd: use mod base common method on SSI-parent
Kuninori Morimoto
1
-0
/
+2
2015-11-16
ASoC: rsnd: use mod base common method on SSIU
Kuninori Morimoto
1
-5
/
+18
2015-11-16
ASoC: rsnd: use mod base common method on CMD
Kuninori Morimoto
1
-2
/
+18
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase3
Kuninori Morimoto
1
-9
/
+0
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase2
Kuninori Morimoto
1
-3
/
+9
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase1
Kuninori Morimoto
1
-7
/
+7
2015-11-16
ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_mod
Kuninori Morimoto
1
-1
/
+1
2015-11-16
ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.c
Kuninori Morimoto
1
-2
/
+0
2015-11-16
ASoC: rsnd: enable to use rsnd_dai_connect() from each mod
Kuninori Morimoto
1
-0
/
+3
2015-11-16
ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()
Kuninori Morimoto
1
-1
/
+1
2015-11-16
ASoC: rsnd: DMA related definition goes to dma.c
Kuninori Morimoto
1
-23
/
+0
2015-11-16
ASoC: rsnd: DMA become SSI/SRC member
Kuninori Morimoto
1
-4
/
+4
2015-10-22
ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()
Kuninori Morimoto
1
-2
/
+5
2015-10-22
ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off
Kuninori Morimoto
1
-2
/
+2
2015-10-07
ASoC: rsnd: Remove obsolete platform data support
Geert Uytterhoeven
1
-1
/
+2
2015-09-14
ASoC: rsnd: add common mod confirm method
Kuninori Morimoto
1
-0
/
+11
[next]