summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12ASoC: samsung: i2s: Fix rclk_srcrate handlingSylwester Nawrocki1-1/+1
2018-02-14ASoC: samsung: i2s: Define the parameters list for SAMSUNG_I2S_OPCLKSylwester Nawrocki1-1/+1
2018-02-14ASoC: samsung: i2s: Prevent external abort on exynos5433 I2S1 accessSylwester Nawrocki1-2/+7
2018-02-14ASoC: samsung: i2s: Ensure names of supplied clocks are uniqueSylwester Nawrocki1-9/+19
2018-02-12ASoC: samsung: i2s: Ensure the RCLK rate is properly determinedSylwester Nawrocki1-2/+11
2017-11-10Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark Brown1-0/+4
2017-10-18ASoC: samsung: i2s: disable secondary DAI until it gets fixedMarek Szyprowski1-0/+1
2017-09-19ASoC: samsung: i2s: Use specific name for i2s daisJaechul Lee1-0/+4
2017-09-04ASoC: samsung: i2s: Fix error handling path in i2s_set_sysclk()Christophe Jaillet1-1/+4
2017-08-15ASoC: samsung: i2s: Null pointer dereference on samsung_i2s_removeAnton Vasilyev1-5/+1
2017-07-26ASoC: samsung: i2s: Handle return value of clk_prepare_enable.Arvind Yadav1-4/+15
2017-07-17ASoC: samsung: i2s: Support more resolution ratesJaechul Lee1-7/+13
2017-03-07ASoC: samsung: Remove extra blank linesCalin Cruceru1-1/+0
2017-02-19Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown1-109/+94
2017-01-23ASoC: Revert "samsung: Remove unneeded initialization of chan_name"Sylwester Nawrocki1-0/+3
2016-12-31ASoC: samsung: i2s: Provide I2S device for registered clocksMarek Szyprowski1-3/+3
2016-12-31ASoC: samsung: i2s: Let runtime PM operations to control op_clk tooMarek Szyprowski1-0/+5
2016-12-31ASoC: samsung: i2s: Move saving and restoring regs to runtime pm operationsMarek Szyprowski1-14/+12
2016-12-31ASoC: samsung: i2s: Ensure proper runtime PM state of I2S deviceMarek Szyprowski1-8/+46
2016-12-31ASoC: samsung: i2s: Remove virtual device for secondary DAIMarek Szyprowski1-76/+26
2016-12-15ASoC: samsung: Remove tests of member addressKrzysztof Kozlowski1-8/+2
2016-10-28Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-9/+10
2016-10-28ASoC: samsung: get access to DMA engine early to defer probe properlyMarek Szyprowski1-9/+10
2016-10-25Merge branch 'topic/dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-3/+0
2016-10-25ASoC: samsung: Remove unneeded initialization of chan_nameSylwester Nawrocki1-3/+0
2016-10-24ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock callCharles Keepax1-2/+3
2016-08-24ASoC: samsung: i2s: Add missing clk_disable_unprepare() on error in samsung_i...Wei Yongjun1-2/+6
2016-08-08ASoC: samsung: Drop usage of struct s3c_dma_params from i2s.cSylwester Nawrocki1-24/+24
2016-07-21ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_configSylwester Nawrocki1-2/+3
2016-07-21ASoC: samsung: Fix error paths in the I2S driver's probe()Sylwester Nawrocki1-5/+20
2016-05-30ASoC: samsung: Use of_device_get_match_data() helperSylwester Nawrocki1-17/+7
2016-05-30ASoC: samsung: Remove definition of an unused data structureSylwester Nawrocki1-4/+0
2016-05-30ASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entrySylwester Nawrocki1-3/+0
2016-02-20ASoC: samsung: Use IRQ safe spin lock callsCharles Keepax1-9/+12
2015-11-21ASoC: samsung: pass filter function as pointerArnd Bergmann1-3/+8
2015-11-18ASoC: samsung: pass DMA channels as pointersArnd Bergmann1-21/+5
2015-05-01ASoC: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-01-14ASoC: samsung: i2s: Add clock provider for the I2S internal clocksSylwester Nawrocki1-20/+93
2015-01-14ASoC: samsung: i2s: Protect more registers with a spinlockSylwester Nawrocki1-30/+51
2015-01-14ASoC: samsung: i2s: Add spinlock in place of local_irq_* callsSylwester Nawrocki1-5/+13
2015-01-14ASoC: samsung: i2s: Remove an unneeded goto usageSylwester Nawrocki1-9/+8
2015-01-14ASoC: samsung: i2s: Add get_other_dai helper functionSylwester Nawrocki1-9/+15
2015-01-14ASoC: samsung: i2s: Move clk enable to the platform driver probe()Sylwester Nawrocki1-14/+11
2015-01-14ASoC: samsung: i2s: Move clk_get() to platform driver probe()Sylwester Nawrocki1-12/+7
2015-01-14ASoC: samsung: i2s: Request memory region in driver probe()Sylwester Nawrocki1-38/+7
2015-01-14ASoC: samsung: i2s: Add return value checks in probe()Sylwester Nawrocki1-4/+8
2015-01-14ASoC: samsung: i2s: samsung_i2s_get_driver_data() cleanupSylwester Nawrocki1-5/+4
2015-01-06ASoC: samsung: i2s: Remove unused gpios field from struct i2sSylwester Nawrocki1-1/+0
2014-12-19Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2