index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
Commit message (
Expand
)
Author
Age
*
ASoC: fsi: convert to devm_xxx()
Kuninori Morimoto
2012-09-10
*
ASoC: fsi: tidyup: remove un-necessary operation from fsi_probe()
Kuninori Morimoto
2012-09-10
*
ASoC: fsi: fixup pm_runtime_disable() timing on fsi_probe()
Kuninori Morimoto
2012-09-10
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-07-24
|
\
|
*
ASoC: siu: don't use DMA device for channel filtering
Guennadi Liakhovetski
2012-07-20
|
*
ASoC: fsi: prepare for conversion to the shdma base library
Guennadi Liakhovetski
2012-07-12
|
*
ASoC: siu: prepare for conversion to the shdma base library
Guennadi Liakhovetski
2012-07-12
*
|
ASoC: fsi: use PIO handler if DMA handler was invalid
Kuninori Morimoto
2012-06-03
*
|
ASoC: fsi: use dmaengine helper functions
Kuninori Morimoto
2012-06-03
|
/
*
ASoC: fsi: bugfix: ensure dma is terminated
Kuninori Morimoto
2012-05-30
*
ASoC: fsi: bugfix: correct dma area
Kuninori Morimoto
2012-05-30
*
ASoC: fsi: bugfix: enable master clock control on DMA stream
Kuninori Morimoto
2012-05-30
*
ASoC: sh: fsi: enable chip specific data transfer mode
Kuninori Morimoto
2012-05-19
*
ASoC: sh: fsi: call fsi_hw_startup/shutdown from fsi_dai_trigger()
Kuninori Morimoto
2012-05-19
*
ASoC: sh: fsi: use same format for IN/OUT
Kuninori Morimoto
2012-05-19
*
ASoC: sh: fsi: add fsi_version() and removed meaningless version check
Kuninori Morimoto
2012-05-19
*
ASoC: sh: fsi: use register field macro name on IN/OUT_DMAC
Kuninori Morimoto
2012-05-19
*
Merge tag 'v3.4-rc7' into for-3.5
Mark Brown
2012-05-13
|
\
|
*
ASoC: sh: fix migor.c compilation
Guennadi Liakhovetski
2012-05-09
|
*
ASoC: fsi: update for dmaengine prep_slave_sg fallout.
Paul Mundt
2012-04-18
*
|
ASoC: sh: fsi: select simple-card on Kconfig
Kuninori Morimoto
2012-04-13
*
|
ASoC: sh: fsi: use simple-card instead of fsi-da7210
Kuninori Morimoto
2012-04-13
*
|
ASoC: sh: fsi: use simple-card instead of fsi-hdmi
Kuninori Morimoto
2012-04-13
*
|
ASoC: sh: fsi: use simple-card instead of fsi-ak4642
Kuninori Morimoto
2012-04-13
|
/
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-03-29
|
\
|
*
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-03-21
*
|
ASoC: fsi: Add DMAEngine support
Kuninori Morimoto
2012-02-19
*
|
Merge tag 'v3.3-rc4' into for-3.4 in order to resolve the conflict
Mark Brown
2012-02-19
|
\
\
|
*
|
ASoC: fsi: fixup fsi_pointer() calculation method
Kuninori Morimoto
2012-02-09
|
|
/
*
|
ASoC: fsi: add .init/.quit handler support
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: PortA/B information was controlled by sh_fsi_port_info
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: fsi_stream_is_working() care substream->runtime
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: add .start_stop handler to fsi_stream_handler
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: don't use is_play as a parameter of fsi functions
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: tidyup: fsi_pio_xxx() are gathered
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: add fsi_stream_handler and PIO handler
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: use fsi_stream in fsi_get_current_fifo_samples() parameter
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: re-define fsi_is_play() and fsi_stream_is_play()
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: modify fsi_pio_get_area() parameter and using position
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: rename fsi_stream_push/pop() to fsi_stream_init/quit()
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: remove unnecessary parameter from fsi_hw_shutdown()
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: tidyup: move fsi_fifo_init() onto fsi_hw_startup()
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: rename fsi_dma_soft_xxx() to fsi_pio_xxx()
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: data push/pop calculation part was divided
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: tidyup: fsi_stream_xx() functions were gathered
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: reduce runtime calculation by using pre-setting
Kuninori Morimoto
2012-02-03
*
|
ASoC: fsi: Remove unneeded empty runtime PM callbacks
Mark Brown
2012-01-31
|
/
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-01-17
|
\
|
*
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
|
|
\
|
|
*
sound-soc: move to dma_transfer_direction
Vinod Koul
2011-10-31
[next]