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
/
samsung
/
s3c24xx-i2s.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
ASoC: samsung: s3c24xx-i2s: Convert to SPDX License Identifier
Sylwester Nawrocki
1
-15
/
+10
2019-02-14
ASoC: samsung: Specify DMA channel names through custom DMA config
Sylwester Nawrocki
1
-1
/
+1
2019-02-12
ASoC: samsung: dmaengine: Allow to specify custom DMA device
Sylwester Nawrocki
1
-1
/
+1
2017-07-26
ASoC: samsung: s3c24xx: Handle return value of clk_prepare_enable.
Arvind Yadav
1
-2
/
+9
2017-01-23
ASoC: Revert "samsung: Remove unneeded initialization of chan_name"
Sylwester Nawrocki
1
-0
/
+2
2016-11-02
ASoC: samsung: s3c24xx-i2s.c merge fixup
Sylwester Nawrocki
1
-4
/
+3
2016-11-02
ASoC: samsung: s2c24xx-i2s: remove redundant error message
Sylwester Nawrocki
1
-5
/
+1
2016-10-28
Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
1
-5
/
+6
2016-10-28
ASoC: samsung: get access to DMA engine early to defer probe properly
Marek Szyprowski
1
-7
/
+7
2016-10-25
ASoC: samsung: s3c24xx-i2s: Debug/error trace cleanup
Sylwester Nawrocki
1
-26
/
+4
2016-10-25
ASoC: samsung: s3c24xx-i2s: Don't use platform_data for DMA parameters
Sylwester Nawrocki
1
-13
/
+2
2016-10-25
ASoC: samsung: Remove unneeded initialization of chan_name
Sylwester Nawrocki
1
-2
/
+0
2016-08-08
ASoC: samsung: Drop usage of struct s3c_dma_params from s3c24xx-i2s.c
Sylwester Nawrocki
1
-12
/
+12
2016-07-21
ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_config
Sylwester Nawrocki
1
-1
/
+2
2015-11-21
ASoC: samsung: pass filter function as pointer
Arnd Bergmann
1
-2
/
+2
2015-11-18
ASoC: s3c24xx-i2s: pass DMA channels as platform data
Arnd Bergmann
1
-2
/
+10
2015-11-18
ASoC: samsung: pass DMA channels as pointers
Arnd Bergmann
1
-2
/
+2
2015-04-17
ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()
Wei Yongjun
1
-2
/
+2
2014-10-20
ASoC: samsung: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-14
ASoC: samsung: remove unused DMA data
Arnd Bergmann
1
-4
/
+0
2014-06-24
ASoC: samsung: s3c24xx-i2s: Move to clk_prepare_enable/clk_disable_unprepare
Vasily Khoruzhick
1
-3
/
+3
2014-06-24
ASoC: samsung: s3c24{xx,12}-i2s: port to use generic dmaengine API
Vasily Khoruzhick
1
-30
/
+26
2014-05-26
ASoC: samsung: Use params_width()
Tushar Behera
1
-3
/
+3
2014-05-22
ASoC: samsung: Use devm_snd_soc_register_component
Tushar Behera
1
-15
/
+3
2014-05-22
ASoC: samsung: Use devm_snd_soc_register_platform
Tushar Behera
1
-1
/
+0
2014-04-08
ASoC: samsung: Fix build on multiplatform
Sachin Kamat
1
-2
/
+2
2014-01-22
ASoC: samsung: Fix build regressions due to gpio re-org
Sachin Kamat
1
-0
/
+2
2013-08-22
ASoC: samsung: Fix build error with dma function rename
Tushar Behera
1
-2
/
+2
2013-04-12
Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next
Mark Brown
1
-1
/
+1
2013-04-11
ASoC: samsung: move plat/ headers to local directory
Arnd Bergmann
1
-1
/
+1
2013-03-26
ASoC: switch over to use snd_soc_register_component() on s3c24xx i2s
Kuninori Morimoto
1
-3
/
+8
2013-01-31
ASoC: samsung: Fix compilation error on S3C2440
Alexey Galakhov
1
-1
/
+1
2012-12-10
ASoC: Samsung: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-12-07
ASoC: Samsung: Do not register samsung audio dma device as pdev
Padmavathi Venna
1
-1
/
+19
2012-07-15
ASoC: Convert S3C24XX I2S driver to gpiolib API
Sylwester Nawrocki
1
-7
/
+3
2011-11-25
ASoC: Convert Samsung directory to module_platform_driver
Mark Brown
1
-11
/
+1
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-1
/
+1
2011-10-31
sound: Add module.h to the previously silent sound users
Paul Gortmaker
1
-0
/
+1
2011-10-02
ASoC: samsung: Add __devexit_p at necessary places
Axel Lin
1
-1
/
+1
2011-09-16
ASoC: samsung: Fix checking return value of clk_get
Axel Lin
1
-2
/
+2
2011-01-11
ASoC: SAMSUNG: Clean-up header includes
Seungwhan Youn
1
-13
/
+1
2010-11-23
ASoC: Samsung: Rename from s3c24xx to samsung
Jassi Brar
1
-0
/
+519