index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...
Mark Brown
2014-06-03
6
-31
/
+259
|
\
\
|
|
*
ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addr
Kuninori Morimoto
2014-05-26
3
-4
/
+101
|
|
*
ASoC: rsnd: care DMA slave channel name for DT
Kuninori Morimoto
2014-05-26
2
-1
/
+85
|
|
*
ASoC: rsnd: module name is unified
Kuninori Morimoto
2014-05-26
3
-9
/
+49
|
|
*
ASoC: rsnd: remove rsnd_src_non_ops
Kuninori Morimoto
2014-05-26
1
-10
/
+10
|
|
*
ASoC: rsnd: save platform_device instead of device
Kuninori Morimoto
2014-05-26
2
-3
/
+4
|
|
*
ASoC: rsnd: DT node clean up by using the of_node_put()
Kuninori Morimoto
2014-05-26
2
-4
/
+10
|
|
|
|
\
\
*
-
.
\
\
Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'as...
Mark Brown
2014-05-22
1
-1
/
+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
ASoC: sh: Migo-R sound needs I2C
Arnd Bergmann
2014-05-01
1
-1
/
+1
|
|
/
/
|
|
|
|
\
\
*
-
.
\
\
Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...
Mark Brown
2014-05-22
8
-332
/
+531
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
ASoC: rsnd: Fix warnings due to improper printk formats
Laurent Pinchart
2014-05-15
1
-7
/
+7
|
|
*
ASoC: rsnd: add DVC support
Kuninori Morimoto
2014-05-13
7
-2
/
+366
|
|
*
ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_call
Kuninori Morimoto
2014-05-13
1
-13
/
+13
|
|
*
ASoC: rsnd: remove duplicate parameter from rsnd_mod_ops
Kuninori Morimoto
2014-05-13
4
-94
/
+65
|
|
*
ASoC: rsnd: add rsnd_get_adinr()
Kuninori Morimoto
2014-05-13
3
-23
/
+30
|
|
*
ASoC: rsnd: add rsnd_path_parse() macro
Kuninori Morimoto
2014-05-13
1
-21
/
+22
|
|
*
ASoC: rsnd: remove compatibility code
Kuninori Morimoto
2014-05-08
4
-144
/
+33
|
|
*
ASoC: rsnd: remove old clock style support
Kuninori Morimoto
2014-05-08
1
-36
/
+3
|
|
/
*
|
ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lock
Kuninori Morimoto
2014-04-23
1
-3
/
+2
*
|
ASoC: rsnd: fix clock prepare/unprepare
Ben Dooks
2014-04-11
2
-4
/
+4
|
/
*
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Mark Brown
2014-03-24
1
-7
/
+11
|
\
|
*
ASoC: rcar: bugfix: it cares about the non-src case
Kuninori Morimoto
2014-03-24
1
-7
/
+11
*
|
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Mark Brown
2014-03-23
6
-3
/
+238
|
\
\
|
|
/
|
*
ASoC: rsnd: add DeviceTree support
Kuninori Morimoto
2014-03-21
6
-3
/
+238
*
|
Merge tag 'asoc-v3.15' into asoc-next
Mark Brown
2014-03-23
9
-881
/
+1370
|
\
\
|
|
\
|
|
\
|
*
-
.
\
Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...
Mark Brown
2014-03-12
1
-14
/
+5
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
|
*
ASoC: migor: Convert to table based DAPM setup
Lars-Peter Clausen
2014-03-10
1
-14
/
+5
|
|
|
/
|
*
|
ASoC: rsnd: rename scu to src
Kuninori Morimoto
2014-03-05
5
-159
/
+164
|
*
|
ASoC: rsnd: remove all rsnd_xxx_remove()
Kuninori Morimoto
2014-03-05
6
-42
/
+0
|
*
|
ASoC: rsnd: nothing to do on rsnd_dai_remove()
Kuninori Morimoto
2014-03-05
1
-36
/
+0
|
*
|
ASoC: rsnd: use mod probe method on SSI
Kuninori Morimoto
2014-03-05
1
-51
/
+65
|
*
|
ASoC: rsnd: use mod probe method on SCU
Kuninori Morimoto
2014-03-05
1
-25
/
+39
|
*
|
ASoC: rsnd: add probe/remove callback on rsnd_mod_ops
Kuninori Morimoto
2014-03-05
2
-0
/
+29
|
*
|
ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
Kuninori Morimoto
2014-03-05
3
-37
/
+22
|
*
|
ASoC: rsnd: add rsnd_scu_enable_ssi_irq()
Kuninori Morimoto
2014-03-05
3
-13
/
+18
|
*
|
ASoC: rsnd: Get correct SCU ID
Kuninori Morimoto
2014-03-05
4
-20
/
+71
|
*
|
ASoC: rsnd: add struct rsnd_dai_platform_info
Kuninori Morimoto
2014-03-05
2
-7
/
+30
|
*
|
ASoC: rsnd: share reg_field and reduce memory
Kuninori Morimoto
2014-03-04
1
-28
/
+53
|
*
|
ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter
Kuninori Morimoto
2014-03-04
1
-3
/
+4
|
*
|
ASoC: rsnd: remove unused SSI_CONTROL
Kuninori Morimoto
2014-03-04
2
-2
/
+0
|
*
|
ASoC: rsnd: use function pointer for each probe
Kuninori Morimoto
2014-03-04
1
-20
/
+14
|
*
|
ASoC: rsnd: use devm_clk_get() instead of clk_get()
Kuninori Morimoto
2014-03-04
1
-15
/
+9
|
*
|
ASoC: rsnd: get ssi/scu from rsnd_dai_stream
Kuninori Morimoto
2014-03-04
3
-11
/
+15
|
*
|
ASoC: rsnd: use mod array instead of list on rdai
Kuninori Morimoto
2014-03-04
4
-25
/
+33
|
*
|
ASoC: rsnd: run rsnd_path_init() when probe() timing
Kuninori Morimoto
2014-03-04
3
-81
/
+78
|
*
|
ASoC: rsnd: unify rdai naming
Kuninori Morimoto
2014-03-03
2
-7
/
+7
|
*
|
ASoC: rsnd: remove verbose debug message from scu/ssi
Kuninori Morimoto
2014-03-03
2
-3
/
+0
|
*
|
ASoC: rsnd: remove verbose function parameter
Kuninori Morimoto
2014-03-03
6
-18
/
+10
|
*
|
ASoC: rsnd: move rsnd_mod_call() macro
Kuninori Morimoto
2014-03-03
2
-23
/
+24
|
*
|
ASoC: rsnd: move priv member settings to upper side
Kuninori Morimoto
2014-03-03
1
-4
/
+4
[next]