summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm/stm32_sai_sub.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Use device_get_match_data()Rob Herring2023-10-091-5/+1
* ASoC: stm: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-2/+2
* ASoC: dmaengine: Drop unused iov_iter for process callbackTakashi Iwai2023-09-011-1/+1
* Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-281-4/+14
|\
| * ASoC: stm: merge DAI call back functions into opsKuninori Morimoto2023-08-141-4/+14
* | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-181-1/+1
|/
* ASoC: stm32: sai: Use the devm_clk_get_optional() helperChristophe JAILLET2023-05-221-6/+3
* ASoC: stm: stm32_sai_sub: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-2/+2
* ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-0/+1
* Specify clock provider directly to CPU DAIsMark Brown2022-06-091-4/+4
|\
| * ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: stm: Update to use set_fmt_new callbackCharles Keepax2022-06-061-5/+5
* | ASoC: stm32: sai: Remove useless defineTang Bin2022-06-061-2/+0
|/
* ASoC: stm: Use dev_err_probe() helperKuninori Morimoto2021-12-201-17/+8
* ASoC: stm32: sai: increase channels_max limitOlivier Moysan2021-11-171-2/+2
* ASoC: stm32: sai: 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: stm32: sai: add pm_runtime supportOlivier Moysan2020-09-111-2/+8
* ASoC: stm: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-1/+1
* 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
* ASoC: stm: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-1/+1
* 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: sai: improve error management on probe deferralOlivier Moysan2020-02-111-3/+8
|/
* ASoC: stm32: sai: fix possible circular lockingOlivier Moysan2020-01-091-54/+140
* 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
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-11/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-11/+1
* | ASoC: stm32: sai: manage identification registersOlivier Moysan2019-06-031-6/+8
|/
* Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-061-44/+44
|\
| * ASoC: stm32: sai: simplify dai driver initialisationArnaud Pouliquen2019-04-261-34/+9
| * Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-1/+1
| |\
| * | ASoC: stm32: sai: add power managementOlivier Moysan2019-03-251-10/+35
* | | ASoC: stm32: sai: fix master clock managementOlivier Moysan2019-04-101-17/+47
| |/ |/|
* | ASoC: stm32: fix sai driver name initialisationArnaud Pouliquen2019-04-081-1/+1
|/
* ASoC: stm32: sai: fix set_sync serviceOlivier Moysan2019-03-031-3/+5
* ASoC: stm32: sai: fix oversampling modeOlivier Moysan2019-03-031-3/+9
* ASoC: stm32: sai: fix race condition in irq handlerOlivier Moysan2019-03-031-1/+12
* ASoC: stm32: sai: fix exposed capabilities in spdif modeOlivier Moysan2019-03-031-0/+8
* ASoC: stm32: sai: fix iec958 controls indexationOlivier Moysan2019-03-031-3/+4
* ASoC: stm32: sai: remove set but not used variables 'mask, cr1'YueHaibing2019-02-181-5/+3
* ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()Wei Yongjun2018-11-131-1/+1
* ASoC: stm32: sai: fix less than zero comparison on unsigned intColin Ian King2018-11-051-2/+1
* ASoC: stm32: sai: fix master clock namingOlivier Moysan2018-10-231-3/+2
* ASoC: stm32: sai: set sai as mclk clock providerOlivier Moysan2018-10-191-36/+239