summaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: samsung: i2s: Don't use register read to determine slave/master modeSylwester Nawrocki2019-03-201-16/+11Star
* ASoC: samsung: i2s: Fix DAPM routes for capture streamSylwester Nawrocki2019-03-111-4/+6
* ASoC: samsung: i2s: Fix multiple "IIS multi" devices initializationSylwester Nawrocki2019-02-191-17/+33
* ASoC: samsung: i2s: Fix secondary platform device unregistrationSylwester Nawrocki2019-02-191-9/+10
* ASoC: samsung: i2s: Prevent potential NULL platform data dereferenceSylwester Nawrocki2019-02-141-12/+15
* ASoC: samsung: i2s: Convert to SPDX License IndentifierSylwester Nawrocki2019-02-141-10/+6Star
* ASoC: samsung: i2s: Comments clean upSylwester Nawrocki2019-02-141-14/+15
* ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definitionSylwester Nawrocki2019-02-141-3/+2Star
* ASoC: samsung: i2s: Simplify pri_dai, sec_dai pointers usageSylwester Nawrocki2019-02-141-4/+3Star
* ASoC: samsung: Specify DMA channel names through custom DMA configSylwester Nawrocki2019-02-141-1/+1
* ASoC: samsung: i2s: Get rid of a static spinlockSylwester Nawrocki2019-02-141-7/+9
* ASoC: samsung: i2s: Move quirks data to common driver data structureSylwester Nawrocki2019-02-141-21/+12Star
* ASoC: samsung: i2s: Move IP variant data to common driver data structureSylwester Nawrocki2019-02-141-21/+21
* ASoC: samsung: i2s: Drop spinlock pointer from i2s_dai data structureSylwester Nawrocki2019-02-141-27/+24Star
* ASoC: samsung: i2s: Move SFR pointer to common driver data structureSylwester Nawrocki2019-02-141-47/+59
* ASoC: samsung: i2s: Move registers cache to common driver data structureSylwester Nawrocki2019-02-131-9/+11
* ASoC: samsung: i2s: Move opclk data to common driver data structureSylwester Nawrocki2019-02-131-37/+33Star
* ASoC: samsung: i2s: Move core clk to the driver common data structureSylwester Nawrocki2019-02-131-13/+14
* ASoC: samsung: i2s: Add widgets and routes for DPCM supportSylwester Nawrocki2019-02-131-1/+26
* ASoC: samsung: i2s: Move clk supplier data to common driver data structureSylwester Nawrocki2019-02-131-35/+33Star
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-131-6/+12
|\
| * ASoC: samsung: i2s: Fix prescaler setting for the secondary DAISylwester Nawrocki2019-02-121-1/+7
| * ASoC: samsung: Prevent clk_get_rate() calls in atomic contextSylwester Nawrocki2019-02-071-5/+5
* | ASoC: samsung: i2s: Restore support for the secondary PCMSylwester Nawrocki2019-02-131-4/+48
* | ASoC: samsung: i2s: Convert to single component with multiple DAIsSylwester Nawrocki2019-02-121-77/+115
* | ASoC: samsung: dmaengine: Allow to specify custom DMA deviceSylwester Nawrocki2019-02-121-2/+2
|/
* ASoC: samsung: i2s: Mark expected switch fall-throughGustavo A. R. Silva2018-08-031-0/+1
* 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/+1Star
* 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/+0Star
*-. Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown2017-02-191-109/+94Star
|\ \
| | * 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/+12Star
| | * 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/+26Star
| | * ASoC: samsung: Remove tests of member addressKrzysztof Kozlowski2016-12-151-8/+2Star
| |/
* / 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