Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ec2c85f676c2bf687f332c2bbc71f225e79b74f
/
sound
/
soc
/
sh
/
rcar
/
ssi.c
d8d9b97
ASoC: rsnd: PIO related function cleanup
by Kuninori Morimoto
· 7 years ago
41acc8e
ASoC: rsnd: don't use runtime->sample_bits
by Kuninori Morimoto
· 7 years ago
2e2d53d
ASoC: rsnd: ssi: remove unnesessary period_pos
by Jiada Wang
· 7 years ago
33f8013
ASoC: rsnd: ssi: fix race condition in rsnd_ssi_pointer_update
by Jiada Wang
· 7 years ago
f904f84
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
by Mark Brown
· 7 years ago
21781e87
ASoC: rsnd: rsnd_ssi_run_mods() needs to care ssi_parent_mod
by Kuninori Morimoto
· 7 years ago
ce548931
ASoC: rsnd: Don't check SSISR::DIRQ when Capture
by Kuninori Morimoto
· 7 years ago
4299198
ASoC: rsnd: add generic rsnd_flags_xxx() macro
by Kuninori Morimoto
· 7 years ago
9e9e95d
ASoC: rcar: skip disabled-SSI nodes
by Kuninori Morimoto
· 7 years ago
c162935
ASoC: rsnd: remove unused rsnd_xxx_to_dma()
by Kuninori Morimoto
· 7 years ago
b6e58fc
ASoC: rsnd: call request_irq/free_irq once in MIX case
by Kuninori Morimoto
· 7 years ago
bf9b29c
ASoC: rsnd: add rsnd_ssi_flags_has/add() macro
by Kuninori Morimoto
· 7 years ago
213691c
ASoC: rsnd: call free_irq() both DMA/PIO mode
by Kuninori Morimoto
· 7 years ago
880c15b
Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar
by Mark Brown
· 7 years ago
e0936c3
ASoC: rsnd: avoid duplicate free_irq()
by Kuninori Morimoto
· 7 years ago
597b046
ASoC: rsnd: control SSICR::EN correctly
by Kuninori Morimoto
· 7 years ago
bb002f9
ASoC: rsnd: rsnd_ssi_can_output_clk() macro
by Kuninori Morimoto
· 7 years ago
bf23c6a
ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it.
by Kuninori Morimoto
· 7 years ago
53ba2aa
ASoC: rsnd: add missing of_node_put
by Julia Lawall
· 7 years ago
947f4eb
ASoC: rsnd: fixup unsigned expression compared with zero: main_rate
by Kuninori Morimoto
· 8 years ago
ef4cf5d
ASoC: rsnd: add rsnd_ssi_clk_query()
by Kuninori Morimoto
· 8 years ago
1ff9593
ASoC: rsnd: rename "slots" related variable
by Kuninori Morimoto
· 8 years ago
a97a06c
ASoC: rsnd: cleanup pointer related code
by Kuninori Morimoto
· 8 years ago
9bc3b4f
Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar
by Mark Brown
· 8 years ago
07b7acb
ASoC: rsnd: update pointer more accurate
by Kuninori Morimoto
· 8 years ago
f07b38e
ASoC: rsnd: remove unused rsnd_ssi_non_ops
by Kuninori Morimoto
· 8 years ago
7819a94
ASoC: rsnd: SSI PIO adjust to 24bit mode
by Kuninori Morimoto
· 8 years ago
7fa72cc
ASoC: rsnd: add HDMI output support
by Kuninori Morimoto
· 8 years ago
1f8754d
ASoC: rsnd: don't call free_irq() on Parent SSI
by Kuninori Morimoto
· 8 years ago
90431eb
ASoC: rsnd: don't use PDTA bit for 24bit on SSI
by Kuninori Morimoto
· 8 years ago
6b8530c
ASoC: rcar: ssi: don't set SSICR.CKDV = 000 with SSIWSR.CONT
by Kuninori Morimoto
· 8 years ago
6bf66b1
ASoC: rsnd: tidyup ssi->usrcnt counter check in hw_params
by Kuninori Morimoto
· 8 years ago
dae4b83
ASoC: rsnd: remove rsnd_dma_detach()
by Kuninori Morimoto
· 8 years ago
701172dc
ASoC: rsnd: don't use devm_request_irq() for SSI
by Kuninori Morimoto
· 8 years ago
b99305d
ASoC: rsnd: remove non DT support for DMA
by Kuninori Morimoto
· 8 years ago
0af5c01
ASoC: rsnd: amend .probe/.remove call for DPCM
by Kuninori Morimoto
· 8 years ago
5193029
ASoC: use of_property_read_bool
by Julia Lawall
· 8 years ago
cbf1494
ASoC: rsnd: add rsnd_src_get_in/out_rate()
by Kuninori Morimoto
· 9 years ago
eed76bb
ASoC: rsnd: add rsnd_runtime_channel_xxx()
by Kuninori Morimoto
· 9 years ago
fd9adcf
ASoC: rsnd: judge work SSI in runtime
by Kuninori Morimoto
· 9 years ago
4f5c634
ASoC: rsnd: judge multi SSI in runtime
by Kuninori Morimoto
· 9 years ago
615fb6c
ASoC: rsnd: move rsnd_ssi_irq() position
by Kuninori Morimoto
· 9 years ago
098bd89
ASoC: rsnd: Parent SSI attach is not needed if not clock master
by Kuninori Morimoto
· 9 years ago
0dc6bf7
ASoC: rsnd: tidyup SSI init/start sequence
by Kuninori Morimoto
· 9 years ago
c8e969a
ASoC: rsnd: add missing .irq callback for DMA
by Kuninori Morimoto
· 9 years ago
5bf5d8f
ASoC: rsnd: fixup forever loop bug on SSI
by Kuninori Morimoto
· 9 years ago
26d34b1
ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"
by Kuninori Morimoto
· 9 years ago
1120dbf
ASoC: rsnd: indicates status failed SSI
by Kuninori Morimoto
· 9 years ago
c308abe
ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()
by Kuninori Morimoto
· 9 years ago
b5b442a
ASoC: rsnd: add .irq callback
by Kuninori Morimoto
· 9 years ago
6a25c8d
ASoC: rsnd: don't auto-recover when under/over run error
by Kuninori Morimoto
· 9 years ago
355cb84fb
ASoC: rsnd: attach Audio-DMAC-periperi correctly
by Kuninori Morimoto
· 9 years ago
5ba17b42
ASoC: rsnd: each mod has status again for CTU/MUX support
by Kuninori Morimoto
· 9 years ago
678ea00
ASoC: rsnd: remove unsed *parent
by Kuninori Morimoto
· 9 years ago
e5d9cfc
ASoC: rsnd: fix usrcnt decrementing bug
by Andrzej Hajda
· 9 years ago
b4c83b1
ASoC: rsnd: add Multi channel support
by Kuninori Morimoto
· 9 years ago
c140284
ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming
by Kuninori Morimoto
· 9 years ago
49ee73b
ASoC: rsnd: SSI/SSIU use rsnd_get_slot_extend() to check TDM
by Kuninori Morimoto
· 9 years ago
f98ed11
ASoC: rsnd: care SWSP bit for TDM/non-TDM
by Kuninori Morimoto
· 9 years ago
186fadc
ASoC: rsnd: add TDM Extend Mode support
by Kuninori Morimoto
· 9 years ago
8ec85e7
ASoC: rsnd: ssi enables non-stereo sound
by Kuninori Morimoto
· 9 years ago
08bada2
ASoC: rsnd: set SSIWSR setting on rsnd_ssi_config_init()
by Kuninori Morimoto
· 9 years ago
840ada3
ASoC: rsnd: add rsnd_ssi_config_init()
by Kuninori Morimoto
· 9 years ago
5342dff
ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()
by Kuninori Morimoto
· 9 years ago
2ea6b07
ASoC: rsnd: remove struct platform_device from probe/remove parameter
by Kuninori Morimoto
· 9 years ago
e797f58
ASoC: rsnd: remove struct rsnd_of_data
by Kuninori Morimoto
· 9 years ago
02534f2
ASoC: rsnd: remove platform boot support from ssi.c
by Kuninori Morimoto
· 9 years ago
94e2710
ASoC: rsnd: remove platform boot support from core.c
by Kuninori Morimoto
· 9 years ago
f46a93b
ASoC: rsnd: ssi: 24bit data needs right-aligned settings
by Kuninori Morimoto
· 9 years ago
e7d850d
ASoC: rsnd: use mod base common method on SSI-parent
by Kuninori Morimoto
· 9 years ago
c7f69ab
ASoC: rsnd: use mod base common method on SSIU
by Kuninori Morimoto
· 9 years ago
497deba
ASoC: rsnd: use mod base common method on DMA phase3
by Kuninori Morimoto
· 9 years ago
76c80b5
ASoC: rsnd: use mod base common method on DMA phase2
by Kuninori Morimoto
· 9 years ago
940e947
ASoC: rsnd: use mod base common method on DMA phase1
by Kuninori Morimoto
· 9 years ago
e10369d
ASoC: rsnd: use common rsnd_ssi_status_xxx()
by Kuninori Morimoto
· 9 years ago
69e32a5
ASoC: rsnd: Don't stop HW even if a large number of errors occur
by Kuninori Morimoto
· 9 years ago
37447b4
ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.c
by Kuninori Morimoto
· 9 years ago
81ecbb6
ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()
by Kuninori Morimoto
· 9 years ago
232c00b
ASoC: rsnd: DMA become SSI/SRC member
by Kuninori Morimoto
· 9 years ago
b415b4d
ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()
by Kuninori Morimoto
· 9 years ago
69819f5
ASoC: rsnd: remove unused rsnd_dma_to_ssi() macro
by Kuninori Morimoto
· 9 years ago
c992934
ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off
by Kuninori Morimoto
· 9 years ago
b05ce4c
ASoC: rsnd: fixup devm_request_irq() option on ssi.c
by Kuninori Morimoto
· 9 years ago
dcc448e
ASoC: rsnd: Remove obsolete platform data support
by Geert Uytterhoeven
· 9 years ago
eae6fff
ASoC: rsnd: tidyup ADG clock calculate method
by Kuninori Morimoto
· 9 years ago
b76e218
ASoC: rsnd: add rsnd_mod_get() macro and use it
by Kuninori Morimoto
· 9 years ago
afa70072
ASoC: rsnd: remove unnecessary 'out of memory' message from SSI
by Kuninori Morimoto
· 9 years ago
d5bbe7d
ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()
by Kuninori Morimoto
· 10 years ago
bfc0cfe
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()
by Kuninori Morimoto
· 10 years ago
9b99e9a
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()
by Kuninori Morimoto
· 10 years ago
4e2639f
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()
by Kuninori Morimoto
· 10 years ago
2c0fac1
ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter
by Kuninori Morimoto
· 10 years ago
2099bc8
ASoC: rsnd: rsnd_mod has rsnd_priv
by Kuninori Morimoto
· 10 years ago
75defee
ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lock
by Kuninori Morimoto
· 10 years ago
12927a8
ASoC: rsnd: don't care under/over run error when PIO
by Kuninori Morimoto
· 10 years ago
02299d9
ASoC: rsnd: spin lock for interrupt handler
by Kuninori Morimoto
· 10 years ago
b847357
ASoC: rsnd: indicate unknown HW start
by Kuninori Morimoto
· 10 years ago
919567d
ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.
by Kuninori Morimoto
· 10 years ago
8c5c79a
ASoC: rsnd: tidyup SSI parent related function/macro names
by Kuninori Morimoto
· 10 years ago
b543b52
ASoC: rsnd: remove useless debug message
by Kuninori Morimoto
· 10 years ago
Next »