summaryrefslogtreecommitdiff
path: root/sound/soc/stm/stm32_i2s.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20ASoC: stm: stm32_i2s: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-11-10ASoC: stm32: i2s: remove irqf_oneshot flagOlivier Moysan1-1/+1
2022-09-27ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probeZhang Qilong1-2/+2
2022-06-27ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax1-0/+1
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-41/+21
2021-12-01Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-1/+1
2021-11-22ASoC: stm32: i2s: add pm_runtime supportOlivier Moysan1-0/+4
2021-11-17ASoC: stm32: i2s: fix 32 bits channel length without mclkOlivier Moysan1-1/+1
2021-06-17ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-02-05ASoC: stm32: i2s: add master clock providerOlivier Moysan1-44/+266
2020-03-18ASoC: stm32: i2s: manage rebind issueOlivier Moysan1-11/+29
2020-02-11ASoC: stm32: i2s: improve error management on probe deferralOlivier Moysan1-6/+19
2020-02-11ASoC: stm32: i2s: manage error when getting reset controllerOlivier Moysan1-5/+9
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-11/+1
2019-05-20Merge tag 'v5.2-rc1' into asoc-5.3Mark Brown1-1/+2
2019-05-08ASoC: stm32: i2s: manage identification registersOlivier Moysan1-3/+57
2019-05-08ASoC: stm32: i2s: update pcm hardware constraintsOlivier Moysan1-1/+2
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-2/+3
2019-04-25ASoC: stm32: i2s: return the get_irq errorFabien Dessenne1-2/+3
2019-03-18Merge branch 'for-5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-2/+1
2019-03-11ASoC: stm32: i2s: fix registers declaration in regmapOlivier Moysan1-2/+1
2019-03-11ASoC: stm32: i2s: use default dai nameOlivier Moysan1-7/+0
2019-03-11ASoC: stm32: i2s: improve channel capabilities handlingOlivier Moysan1-6/+4
2019-03-11ASoC: stm32: i2s: change trigger tracesOlivier Moysan1-3/+5
2019-02-26ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan1-2/+2
2019-02-26ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan1-3/+14
2019-02-26ASoC: stm32: i2s: remove useless callbackOlivier Moysan1-11/+0
2019-02-26ASoC: stm32: i2s: fix dma configurationOlivier Moysan1-7/+7
2019-02-26ASoC: stm32: i2s: fix stream count managementOlivier Moysan1-7/+5
2019-02-26ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan1-1/+1
2019-02-26ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan1-7/+6
2019-02-08SoC: stm32: i2s: manage clock powerOlivier Moysan1-29/+15
2019-02-08ASoC: stm32: i2s: add power managementOlivier Moysan1-3/+30
2017-07-19ASoC: stm32: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-05-19ASoC: stm32: Add full duplex support to i2solivier moysan1-41/+46
2017-05-19ASoC: stm32: Add I2S driverolivier moysan1-0/+941