summaryrefslogtreecommitdiff
path: root/sound/soc/stm/stm32_i2s.c
AgeCommit message (Expand)AuthorFilesLines
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