summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm/stm32_sai_sub.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+1
2022-06-09Specify clock provider directly to CPU DAIsMark Brown1-4/+4
2022-06-06ASoC: stm32: sai: Remove useless defineTang Bin1-2/+0
2022-06-06ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax1-1/+1
2022-06-06ASoC: stm: Update to use set_fmt_new callbackCharles Keepax1-5/+5
2021-12-20ASoC: stm: Use dev_err_probe() helperKuninori Morimoto1-17/+8
2021-11-17ASoC: stm32: sai: increase channels_max limitOlivier Moysan1-2/+2
2021-06-17ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-04-28ASoC: stm32: do not request a new clock consummer referenceJerome Brunet1-4/+1
2021-04-23ASoC: stm32: properly get clk from the providerJerome Brunet1-1/+4
2020-09-11ASoC: stm32: sai: add pm_runtime supportOlivier Moysan1-2/+8
2020-07-23ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-04-17ASoC: stm32: sai: fix sai probeOlivier Moysan1-7/+5
2020-04-14soc/stm/stm32_sub_sai: Add missing '\n' in log messagesSebastian Fricke1-1/+1
2020-04-06ASoC: stm32: sai: Add missing cleanupJulia Lawall1-1/+3
2020-03-27ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-1/+1
2020-03-04Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-9/+11
2020-03-04ASoC: stm32: sai: manage rebind issueOlivier Moysan1-8/+10
2020-02-11ASoC: stm32: sai: improve error management on probe deferralOlivier Moysan1-3/+8
2020-01-09ASoC: stm32: sai: fix possible circular lockingOlivier Moysan1-54/+140
2019-11-05ASoC: stm32: sai: add restriction on mmap supportOlivier Moysan1-1/+11
2019-10-18ASoC: stm32: sai: fix sysclk management on shutdownOlivier Moysan1-10/+11
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-11/+1
2019-06-03ASoC: stm32: sai: manage identification registersOlivier Moysan1-6/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-11/+1
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown1-44/+44
2019-04-26ASoC: stm32: sai: simplify dai driver initialisationArnaud Pouliquen1-34/+9
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-1/+1
2019-04-10ASoC: stm32: sai: fix master clock managementOlivier Moysan1-17/+47
2019-04-08ASoC: stm32: fix sai driver name initialisationArnaud Pouliquen1-1/+1
2019-03-25ASoC: stm32: sai: add power managementOlivier Moysan1-10/+35
2019-03-03ASoC: stm32: sai: fix set_sync serviceOlivier Moysan1-3/+5
2019-03-03ASoC: stm32: sai: fix oversampling modeOlivier Moysan1-3/+9
2019-03-03ASoC: stm32: sai: fix race condition in irq handlerOlivier Moysan1-1/+12
2019-03-03ASoC: stm32: sai: fix exposed capabilities in spdif modeOlivier Moysan1-0/+8
2019-03-03ASoC: stm32: sai: fix iec958 controls indexationOlivier Moysan1-3/+4
2019-02-18ASoC: stm32: sai: remove set but not used variables 'mask, cr1'YueHaibing1-5/+3
2018-11-13ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()Wei Yongjun1-1/+1
2018-11-05ASoC: stm32: sai: fix less than zero comparison on unsigned intColin Ian King1-2/+1
2018-10-23ASoC: stm32: sai: fix master clock namingOlivier Moysan1-3/+2
2018-10-19ASoC: stm32: sai: set sai as mclk clock providerOlivier Moysan1-36/+239
2018-08-28ASoC: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+3
2018-07-04ASoC: stm32: Use snd_pcm_stop_xrun() helperTakashi Iwai1-5/+2
2018-06-18ASoC: stm32: sai: add iec958 controls supportolivier moysan1-12/+127
2018-02-26ASoC: stm32: sai: Add support of S/PDIF playbackOlivier Moysan1-24/+129
2017-11-02ASoC: stm32: sai: fix warning in stm32_sai_set_config()olivier moysan1-3/+3
2017-10-21ASoC: stm32: sai: Add synchronization supportOlivier Moysan1-0/+95
2017-10-21ASoC: stm32: sai: Remove spurious IRQs on stopOlivier Moysan1-2/+3
2017-10-21ASoC: stm32: sai: Move static settings to DAI initOlivier Moysan1-10/+13
2017-10-21ASoC: stm32: sai: Fix DMA burst sizeOlivier Moysan1-8/+13