summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/i2s.c
AgeCommit message (Expand)AuthorFilesLines
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-19ASoC: 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-20Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2014-12-19Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2014-12-16Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/intel', 'asoc/fix/...Mark Brown1-70/+176
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-12-08ASoC: samsung: i2s: Add missing assignment of variant_regsSylwester Nawrocki1-0/+2
2014-12-08ASoC: samsung: Fix non-DT use of I2S controllerMark Brown1-1/+4
2014-12-06ASoC: samsung: Fix error handling for clock lookupMark Brown1-2/+8
2014-11-21ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk()Padmavathi Venna1-2/+3
2014-11-07ASoC: samsung: add support for exynos7 I2S controllerPadmavathi Venna1-62/+156
2014-11-07ASoC: Samsung: Add quirk for internal DMAPadmavathi Venna1-6/+6
2014-10-20ASoC: samsung: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09ASoC: samsung-i2s: Check secondary DAI exists before referencingCharles Keepax1-2/+3
2014-08-04Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown1-6/+0