aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/i2s.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König11 days1-1/+1
* ASoC: samsung: i2s: Drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-151-1/+0
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-2/+0
* ASoC: samsung: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-6/+6
* ASoC: samsung: merge DAI call back functions into opsKuninori Morimoto2023-08-141-3/+2
* ASoC: samsung: i2s: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-5/+3
* ASoC: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-1/+1
* ASoC: samsung: i2s: add support for FSD I2SPadmanabhan Rajanbabu2023-01-171-0/+53
* ASoC: samsung: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-0/+2
* ASoC: samsung: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
* ASoC: samsung: Update to use set_fmt_new callbackCharles Keepax2022-06-061-4/+4
* ASoC: samsung: i2s: check the return value of kstrdup()Xiaoke Wang2022-03-161-0/+4
* ASoC: samsung: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* ASoC: samsung: i2s: remove unassigned variablePierre-Louis Bossart2021-03-101-2/+1
* ASoC: samsung: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: samsung: i2s: mark OF related data as maybe unusedKrzysztof Kozlowski2020-11-261-4/+4
* ASoC: samsung: i2s: Remove redundant null check before clk_disable_unprepareXu Wang2020-11-051-2/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* ASoC: samsung: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-1/+1
* ASoC: samsung: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* ASoC: samsung: i2s: move .suspend/.resume to componentKuninori Morimoto2020-01-211-6/+7
* ASoC: samsung: i2s: Don't use register read to determine slave/master modeSylwester Nawrocki2019-03-201-16/+11
* 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/+6
* 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/+2
* ASoC: samsung: i2s: Simplify pri_dai, sec_dai pointers usageSylwester Nawrocki2019-02-141-4/+3
* 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/+12
* 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/+24
* 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/+33
* 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/+33
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.1Mark 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