summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: samsung: i2s: Fix rclk_srcrate handlingSylwester Nawrocki2018-03-121-1/+1
* ASoC: samsung: i2s: Define the parameters list for SAMSUNG_I2S_OPCLKSylwester Nawrocki2018-02-141-1/+1
* ASoC: samsung: i2s: Prevent external abort on exynos5433 I2S1 accessSylwester Nawrocki2018-02-141-2/+7
* ASoC: samsung: i2s: Ensure names of supplied clocks are uniqueSylwester Nawrocki2018-02-141-9/+19
* ASoC: samsung: i2s: Ensure the RCLK rate is properly determinedSylwester Nawrocki2018-02-121-2/+11
*-. Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark Brown2017-11-101-0/+4
|\ \
| * | ASoC: samsung: i2s: Use specific name for i2s daisJaechul Lee2017-09-191-0/+4
* | | ASoC: samsung: i2s: disable secondary DAI until it gets fixedMarek Szyprowski2017-10-181-0/+1
|/ /
* | ASoC: samsung: i2s: Fix error handling path in i2s_set_sysclk()Christophe Jaillet2017-09-041-1/+4
|/
* ASoC: samsung: i2s: Null pointer dereference on samsung_i2s_removeAnton Vasilyev2017-08-151-5/+1
* ASoC: samsung: i2s: Handle return value of clk_prepare_enable.Arvind Yadav2017-07-261-4/+15
* ASoC: samsung: i2s: Support more resolution ratesJaechul Lee2017-07-171-7/+13
* ASoC: samsung: Remove extra blank linesCalin Cruceru2017-03-071-1/+0
*-. Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown2017-02-191-109/+94
|\ \
| | * ASoC: samsung: i2s: Provide I2S device for registered clocksMarek Szyprowski2016-12-311-3/+3
| | * ASoC: samsung: i2s: Let runtime PM operations to control op_clk tooMarek Szyprowski2016-12-311-0/+5
| | * ASoC: samsung: i2s: Move saving and restoring regs to runtime pm operationsMarek Szyprowski2016-12-311-14/+12
| | * ASoC: samsung: i2s: Ensure proper runtime PM state of I2S deviceMarek Szyprowski2016-12-311-8/+46
| | * ASoC: samsung: i2s: Remove virtual device for secondary DAIMarek Szyprowski2016-12-311-76/+26
| | * ASoC: samsung: Remove tests of member addressKrzysztof Kozlowski2016-12-151-8/+2
| |/
* | ASoC: Revert "samsung: Remove unneeded initialization of chan_name"Sylwester Nawrocki2017-01-231-0/+3
|/
* Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2016-10-281-9/+10
|\
| * ASoC: samsung: get access to DMA engine early to defer probe properlyMarek Szyprowski2016-10-281-9/+10
* | Merge branch 'topic/dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2016-10-251-3/+0
|\ \
| * | ASoC: samsung: Remove unneeded initialization of chan_nameSylwester Nawrocki2016-10-251-3/+0
| |/
* | ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock callCharles Keepax2016-10-241-2/+3
|/
* ASoC: samsung: i2s: Add missing clk_disable_unprepare() on error in samsung_i...Wei Yongjun2016-08-241-2/+6
* ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.cSylwester Nawrocki2016-08-081-24/+24
* ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_configSylwester Nawrocki2016-07-211-2/+3
* ASoC: samsung: Fix error paths in the I2S driver's probe()Sylwester Nawrocki2016-07-211-5/+20
* ASoC: samsung: Use of_device_get_match_data() helperSylwester Nawrocki2016-05-301-17/+7
* ASoC: samsung: Remove definition of an unused data structureSylwester Nawrocki2016-05-301-4/+0
* ASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entrySylwester Nawrocki2016-05-301-3/+0
* ASoC: samsung: Use IRQ safe spin lock callsCharles Keepax2016-02-201-9/+12
* ASoC: samsung: pass filter function as pointerArnd Bergmann2015-11-211-3/+8
* ASoC: samsung: pass DMA channels as pointersArnd Bergmann2015-11-181-21/+5
* ASoC: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
* ASoC: samsung: i2s: Add clock provider for the I2S internal clocksSylwester Nawrocki2015-01-141-20/+93
* ASoC: samsung: i2s: Protect more registers with a spinlockSylwester Nawrocki2015-01-141-30/+51
* ASoC: samsung: i2s: Add spinlock in place of local_irq_* callsSylwester Nawrocki2015-01-141-5/+13
* ASoC: samsung: i2s: Remove an unneeded goto usageSylwester Nawrocki2015-01-141-9/+8
* ASoC: samsung: i2s: Add get_other_dai helper functionSylwester Nawrocki2015-01-141-9/+15
* ASoC: samsung: i2s: Move clk enable to the platform driver probe()Sylwester Nawrocki2015-01-141-14/+11
* ASoC: samsung: i2s: Move clk_get() to platform driver probe()Sylwester Nawrocki2015-01-141-12/+7
* ASoC: samsung: i2s: Request memory region in driver probe()Sylwester Nawrocki2015-01-141-38/+7
* ASoC: samsung: i2s: Add return value checks in probe()Sylwester Nawrocki2015-01-141-4/+8
* ASoC: samsung: i2s: samsung_i2s_get_driver_data() cleanupSylwester Nawrocki2015-01-141-5/+4
* ASoC: samsung: i2s: Remove unused gpios field from struct i2sSylwester Nawrocki2015-01-061-1/+0
* Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-0/+2
|\
| *-. Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/...Mark Brown2014-12-161-70/+176
| |\ \
OpenPOWER on IntegriCloud