summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/i2s.c
AgeCommit message (Expand)Author
2019-03-11ASoC: samsung: i2s: Fix DAPM routes for capture streamSylwester Nawrocki
2019-02-19ASoC: samsung: i2s: Fix multiple "IIS multi" devices initializationSylwester Nawrocki
2019-02-19ASoC: samsung: i2s: Fix secondary platform device unregistrationSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Prevent potential NULL platform data dereferenceSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Convert to SPDX License IndentifierSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Comments clean upSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definitionSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Simplify pri_dai, sec_dai pointers usageSylwester Nawrocki
2019-02-14ASoC: samsung: Specify DMA channel names through custom DMA configSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Get rid of a static spinlockSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Move quirks data to common driver data structureSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Move IP variant data to common driver data structureSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Drop spinlock pointer from i2s_dai data structureSylwester Nawrocki
2019-02-14ASoC: samsung: i2s: Move SFR pointer to common driver data structureSylwester Nawrocki
2019-02-13ASoC: samsung: i2s: Move registers cache to common driver data structureSylwester Nawrocki
2019-02-13ASoC: samsung: i2s: Move opclk data to common driver data structureSylwester Nawrocki
2019-02-13ASoC: samsung: i2s: Move core clk to the driver common data structureSylwester Nawrocki
2019-02-13ASoC: samsung: i2s: Add widgets and routes for DPCM supportSylwester Nawrocki
2019-02-13ASoC: samsung: i2s: Move clk supplier data to common driver data structureSylwester Nawrocki
2019-02-13Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-02-13ASoC: samsung: i2s: Restore support for the secondary PCMSylwester Nawrocki
2019-02-12ASoC: samsung: i2s: Convert to single component with multiple DAIsSylwester Nawrocki
2019-02-12ASoC: samsung: dmaengine: Allow to specify custom DMA deviceSylwester Nawrocki
2019-02-12ASoC: samsung: i2s: Fix prescaler setting for the secondary DAISylwester Nawrocki
2019-02-07ASoC: samsung: Prevent clk_get_rate() calls in atomic contextSylwester Nawrocki
2018-08-03ASoC: samsung: i2s: Mark expected switch fall-throughGustavo A. R. Silva
2018-03-12ASoC: samsung: i2s: Fix rclk_srcrate handlingSylwester Nawrocki
2018-02-14ASoC: samsung: i2s: Define the parameters list for SAMSUNG_I2S_OPCLKSylwester Nawrocki
2018-02-14ASoC: samsung: i2s: Prevent external abort on exynos5433 I2S1 accessSylwester Nawrocki
2018-02-14ASoC: samsung: i2s: Ensure names of supplied clocks are uniqueSylwester Nawrocki
2018-02-12ASoC: samsung: i2s: Ensure the RCLK rate is properly determinedSylwester Nawrocki
2017-11-10Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000', '...Mark Brown
2017-10-18ASoC: samsung: i2s: disable secondary DAI until it gets fixedMarek Szyprowski
2017-09-19ASoC: samsung: i2s: Use specific name for i2s daisJaechul Lee
2017-09-04ASoC: samsung: i2s: Fix error handling path in i2s_set_sysclk()Christophe Jaillet
2017-08-15ASoC: samsung: i2s: Null pointer dereference on samsung_i2s_removeAnton Vasilyev
2017-07-26ASoC: samsung: i2s: Handle return value of clk_prepare_enable.Arvind Yadav
2017-07-17ASoC: samsung: i2s: Support more resolution ratesJaechul Lee
2017-03-07ASoC: samsung: Remove extra blank linesCalin Cruceru
2017-02-19Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5677', 'aso...Mark Brown
2017-01-23ASoC: Revert "samsung: Remove unneeded initialization of chan_name"Sylwester Nawrocki
2016-12-31ASoC: samsung: i2s: Provide I2S device for registered clocksMarek Szyprowski
2016-12-31ASoC: samsung: i2s: Let runtime PM operations to control op_clk tooMarek Szyprowski
2016-12-31ASoC: samsung: i2s: Move saving and restoring regs to runtime pm operationsMarek Szyprowski
2016-12-31ASoC: samsung: i2s: Ensure proper runtime PM state of I2S deviceMarek Szyprowski
2016-12-31ASoC: samsung: i2s: Remove virtual device for secondary DAIMarek Szyprowski
2016-12-15ASoC: samsung: Remove tests of member addressKrzysztof Kozlowski
2016-10-28Merge branch 'fix/samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2016-10-28ASoC: samsung: get access to DMA engine early to defer probe properlyMarek Szyprowski
2016-10-25Merge branch 'topic/dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown