summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | | * ASoC: samsung: i2s: Add missing assignment of variant_regsSylwester Nawrocki2014-12-081-0/+2
| | |/ | |/|
* | | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-2/+2
|\ \ \
| * | | sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-2/+2
| |/ /
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \ \ | |_|/ |/| |
| * | ASoC: samsung: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | ASoC: samsung: Fix non-DT use of I2S controllerMark Brown2014-12-081-1/+4
* | ASoC: samsung: Fix error handling for clock lookupMark Brown2014-12-061-2/+8
* | ASoC: samsung: ASoC: samsung: Fix IISMOD setting in i2s_set_sysclk()Padmavathi Venna2014-11-211-2/+3
* | ASoC: samsung: add support for exynos7 I2S controllerPadmavathi Venna2014-11-071-62/+156
* | ASoC: Samsung: Add quirk for internal DMAPadmavathi Venna2014-11-071-6/+6
|/
* ASoC: samsung-i2s: Check secondary DAI exists before referencingCharles Keepax2014-09-091-2/+3
*-. Merge remote-tracking branches 'asoc/topic/rt5670', 'asoc/topic/rt5677', 'aso...Mark Brown2014-08-041-6/+0
|\ \
| | * ASoC: samsung: remove unused DMA dataArnd Bergmann2014-07-141-6/+0
| |/
* | ASoC: samsung-i2s: Maintain CDCLK settings across i2s_{shutdown/startup}Sylwester Nawrocki2014-07-111-2/+11
* | ASoC: samsung: Correct I2S DAI suspend/resume opsSylwester Nawrocki2014-07-041-10/+6
|/
* ASoC: samsung: Use params_width()Tushar Behera2014-05-261-4/+4
* ASoC: samsung: Handle errors when getting the op_clk clockSylwester Nawrocki2014-05-221-1/+5
* ASoC: samsung: Use devm_snd_soc_register_platformTushar Behera2014-05-221-2/+0
* ASoC: samsung: Allow setting OP_CLK of the IIS Multi Audio InterfaceSylwester Nawrocki2014-05-201-0/+4
* ASoC: samsung: Don't clear clock setting during i2s_startupTushar Behera2014-04-231-3/+1
* ASoC: samsung: Fix build on multiplatformSachin Kamat2014-04-081-3/+3
* ASoC: samsung: Remove dma.h inclusionSachin Kamat2014-01-241-2/+0
* ASoC: samsung: Add NULL check in i2s.cSachin Kamat2014-01-241-1/+2
* ASoC: samsung: Use ASoC dmaengine code where possibleMark Brown2013-12-121-0/+2
* ASoC: samsung: Provide helper for DMA initMark Brown2013-12-121-2/+5
* Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2013-11-031-1/+1
|\
| * ASoC: samsung: fix return value check in i2s_alloc_dai()Wei Yongjun2013-10-251-1/+1
* | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2013-10-241-7/+7
|\ \ | |/
| * ASoC: samsung-i2s: Use devm_snd_soc_register_component()Mark Brown2013-09-171-6/+6
| * ASoC: samsung: Allow mono in i2s driverCharles Keepax2013-09-171-1/+1
* | ASoC: samsung: Initialise DMA data at device probe timeMark Brown2013-10-201-7/+2
|/
* Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2013-08-221-52/+141
|\
| * ASoC: samsung: Rename DMA platform registration functionsMark Brown2013-08-201-3/+3
| * ASoC: Samsung: I2S: Modify the I2S driver to support I2S on Exynos5420Padmavathi Venna2013-08-131-8/+73
| * ASoC: Samsung: I2S: Add quirks as driver data in I2SPadmavathi Venna2013-08-131-26/+36
| * ASoC: samsung: Make secondary I2S DAI device a child of primaryMark Brown2013-08-011-0/+2
OpenPOWER on IntegriCloud