summaryrefslogtreecommitdiff
path: root/sound/soc/ti/davinci-mcasp.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-11ASoC: ti: davinci-mcasp: Add audio-graph-card2 and DPCM supportSen Wang1-3/+180
2026-03-10ASoC: ti: davinci-mcasp: McASP code cleanup and clkMark Brown1-14/+31
2026-03-09ASoC: ti: davinci-mcasp: improve aux_div selection for mid-range dividersSen Wang1-11/+21
2026-03-09ASoC: ti: davinci-mcasp: extract mcasp_is_auxclk_enabled() helperSen Wang1-3/+10
2026-02-22ASoC: ti: davinci-mcasp: Add system suspend/resume supportSen Wang1-0/+2
2026-02-04ASoC: ti: davinci-mcasp: Add asynchronous mode supportSen Wang1-100/+389
2026-02-04ASoC: ti: davinci-mcasp: Streamline pdir behavior across rx & tx streamsSen Wang1-4/+4
2026-02-04ASoC: ti: davinci-mcasp: Disambiguate mcasp_is_synchronous functionSen Wang1-7/+14
2025-12-14ASoC: davinci-mcasp: remove unneeded #ifdefBartosz Golaszewski1-5/+2
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-1/+1
2025-04-13ASoC: ti: davinci-mcasp:: use new GPIO line value setter callbacksBartosz Golaszewski1-3/+5
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-06-11ASoC: ti: davinci-mcasp: Set min period size using FIFO configJai Luthra1-2/+7
2024-04-19ASoC: ti: davinci-mcasp: Fix race condition during probeJoao Paulo Goncalves1-6/+6
2023-10-09ASoC: Use device_get_match_data()Rob Herring1-5/+4
2023-08-14ASoC: ti: merge DAI call back functions into opsKuninori Morimoto1-14/+13
2023-05-30ASoC: ti: davinci-mcasp: Use pcm_for_each_format() macroMin-Hua Chen1-12/+15
2023-03-20ASoC: ti: davinci-mcasp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-31ASoC: ti: use helper functionKuninori Morimoto1-2/+3
2022-10-17ASoC: ti: davinci-mcasp: Use DIV_ROUND_UP() instead of open-coding itShang XiaoJing1-4/+3
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown1-1/+2
2022-06-27ASoC: ti: davinci-mcasp: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-2/+1
2022-06-27ASoC: ti: Migrate to new style legacy DAI naming flagCharles Keepax1-1/+2
2022-06-06ASoC: ti: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: ti: Update to use set_fmt_new callbackCharles Keepax1-6/+6
2022-05-05ASoC: ti: davinci-mcasp: Add dma-type for bcdmaJayesh Choudhary1-0/+2
2021-12-20ASoC: ti: Use dev_err_probe() helperKuninori Morimoto1-7/+3
2021-12-06ASoC: ti: davinci-mcasp: Remove unnecessary conditionalAndy Shevchenko1-5/+3
2021-12-06ASoC: ti: davinci-mcasp: Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-07-11ASoC: ti: davinci-mcasp: Add support for the OMAP4 version of McASPPeter Ujfalusi1-3/+23
2021-07-11ASoC: ti: davinci-mcasp: Fix DIT mode supportPeter Ujfalusi1-21/+129
2021-06-04ASoC: ti: davinci-mcasp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-01-21ASoC: ti: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-12-14Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-179/+119
2020-11-06ASoC: ti: davinci-mcasp: Handle missing required DT propertiesPeter Ujfalusi1-19/+58
2020-11-06ASoC: ti: davinci-mcasp: Simplify the configuration parameter handlingPeter Ujfalusi1-104/+60
2020-11-06ASoC: ti: davinci-mcasp: Remove legacy dma_request parsingPeter Ujfalusi1-54/+3
2020-11-06ASoC: ti: davinci-mcasp: Use platform_get_irq_byname_optionalPeter Ujfalusi1-6/+6
2020-11-03ASoC: ti: davinci-mcasp: remove always zero of davinci_mcasp_get_dt_paramsZhang Qilong1-7/+3
2020-10-26ALSA: remove unneeded breakTom Rix1-1/+0
2020-10-08ASoC: ti: davinci-mcasp: Use &pdev->dev for early dev_warnPeter Ujfalusi1-1/+1
2020-08-18ASoC: various vendors: delete repeated words in commentsRandy Dunlap1-1/+1
2020-07-01ASoC: ti: davinci-mcasp: Specify stream_name for playback/capturePeter Ujfalusi1-0/+3
2020-05-18ASoC: ti: use snd_soc_xxx_active()Kuninori Morimoto1-1/+1
2020-04-28ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma typeXiyu Yang1-1/+3
2020-02-11ASoC: ti: davinci-mcasp: remove redundant assignment to variable retColin Ian King1-4/+2
2020-02-11ASoC: ti: davinci-mcasp: Add support for platforms using UDMAPeter Ujfalusi1-0/+7
2019-12-09ASoC: ti: davinci-mcasp: Improve the sysclk selectionPeter Ujfalusi1-7/+28
2019-11-15ASoC: ti: davinci-mcasp: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-07-26ASoC: ti: davinci-mcasp: Support for correct symmetric sample bitsPeter Ujfalusi1-4/+46