summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm32: spdifrx: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: sai: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: do not request a new clock consummer referenceJerome Brunet2021-04-281-4/+1
* ASoC: stm32: properly get clk from the providerJerome Brunet2021-04-231-1/+4
* ASoC: stm: stm32_adfsdm: fix snprintf format stringPierre-Louis Bossart2021-03-311-1/+1
* ASoC: stm32: i2s: add master clock providerOlivier Moysan2021-02-051-44/+266
* Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-151-1/+11
|\
| * ASoC: stm32: dfsdm: add stm32_adfsdm_dummy_cb() callbackOlivier Moysan2020-12-031-1/+11
* | ASoC: stm: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2020-11-231-0/+1
|/
* ASoC: stm32: dfsdm: change rate limitsOlivier Moysan2020-10-081-5/+3
* ASoC: stm32: sai: add pm_runtime supportOlivier Moysan2020-09-111-2/+8
* ASoC: core: Two step component registrationCezary Rojewski2020-07-311-2/+7
* ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-232-7/+7
* ASoC: stm32: sai: fix sai probeOlivier Moysan2020-04-171-7/+5
* soc/stm/stm32_sub_sai: Add missing '\n' in log messagesSebastian Fricke2020-04-141-1/+1
* ASoC: stm32: sai: Add missing cleanupJulia Lawall2020-04-061-1/+3
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-271-0/+2
|\
| * ASoC: stm32: spdifrx: fix regmap status checkOlivier Moysan2020-03-181-0/+2
* | ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-272-7/+7
* | ASoC: stm32: i2s: manage rebind issueOlivier Moysan2020-03-181-11/+29
* | ASoC: stm32: spdifrx: manage rebind issueOlivier Moysan2020-03-181-30/+32
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-041-9/+11
|\|
| * ASoC: stm32: sai: manage rebind issueOlivier Moysan2020-03-041-8/+10
* | ASoC: stm32: i2s: improve error management on probe deferralOlivier Moysan2020-02-111-6/+19
* | ASoC: stm32: spdifrx: improve error management on probe deferralOlivier Moysan2020-02-111-4/+11
* | ASoC: stm32: sai: improve error management on probe deferralOlivier Moysan2020-02-112-6/+17
* | ASoC: stm32: i2s: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
* | ASoC: stm32: spdifrx: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
* | ASoC: stm32: sai: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
|/
* Merge tag 'asoc-fix-v5.5-rc6' into asoc-5.6Mark Brown2020-01-171-6/+6
|\
| * ASoC: stm32: dfsdm: fix 16 bits recordOlivier Moysan2020-01-101-6/+6
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-01-101-54/+140
|\|
| * ASoC: stm32: sai: fix possible circular lockingOlivier Moysan2020-01-091-54/+140
* | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-14/+26
|\|
| * ASoC: stm32: spdifrx: fix input pin state managementOlivier Moysan2019-12-241-4/+0
| * ASoC: stm32: spdifrx: fix race condition in irq handlerOlivier Moysan2019-12-241-5/+19
| * ASoC: stm32: spdifrx: fix inconsistent lock stateOlivier Moysan2019-12-241-5/+7
* | ASoC: stm32: Use managed buffer allocationTakashi Iwai2019-12-111-27/+2
|/
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-11/+22
|\
| * ASoC: stm32: sai: add restriction on mmap supportOlivier Moysan2019-11-051-1/+11
| * ASoC: stm32: sai: fix sysclk management on shutdownOlivier Moysan2019-10-181-10/+11
* | ASoC: stm32: spdifrx: retry synchronization in sync stateOlivier Moysan2019-10-141-2/+16
* | ASoC: stm: stm32_adfsdm: remove snd_pcm_opsKuninori Morimoto2019-10-081-19/+23
* | ASoC: stm32: sai: clean up indentation issueColin Ian King2019-10-011-1/+1
|/
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-023-10/+3
* ASoC: stm32: sai: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-07-311-3/+1
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-266-55/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-55/+5
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1