summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm/stm32_i2s.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm: merge DAI call back functions into opsKuninori Morimoto2023-08-141-1/+1
* ASoC: stm: stm32_i2s: 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-1/+1
* ASoC: stm32: i2s: remove irqf_oneshot flagOlivier Moysan2022-11-101-1/+1
* ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probeZhang Qilong2022-09-271-2/+2
* ASoC: stm32: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-0/+1
* 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: stm: Use dev_err_probe() helperKuninori Morimoto2021-12-201-41/+21
* Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-12-011-1/+1
|\
| * ASoC: stm32: i2s: fix 32 bits channel length without mclkOlivier Moysan2021-11-171-1/+1
* | ASoC: stm32: i2s: add pm_runtime supportOlivier Moysan2021-11-221-0/+4
|/
* ASoC: stm32: i2s: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
* ASoC: stm32: i2s: add master clock providerOlivier Moysan2021-02-051-44/+266
* ASoC: stm32: i2s: manage rebind issueOlivier Moysan2020-03-181-11/+29
* ASoC: stm32: i2s: improve error management on probe deferralOlivier Moysan2020-02-111-6/+19
* ASoC: stm32: i2s: manage error when getting reset controllerOlivier Moysan2020-02-111-5/+9
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-4/+1
* 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
* | Merge tag 'v5.2-rc1' into asoc-5.3Mark Brown2019-05-201-1/+2
|\|
| * ASoC: stm32: i2s: update pcm hardware constraintsOlivier Moysan2019-05-081-1/+2
* | ASoC: stm32: i2s: manage identification registersOlivier Moysan2019-05-081-3/+57
|/
* Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-2/+3
|\
| * ASoC: stm32: i2s: return the get_irq errorFabien Dessenne2019-04-251-2/+3
* | Merge branch 'for-5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-181-2/+1
|\|
| * ASoC: stm32: i2s: fix registers declaration in regmapOlivier Moysan2019-03-111-2/+1
* | ASoC: stm32: i2s: use default dai nameOlivier Moysan2019-03-111-7/+0
* | ASoC: stm32: i2s: improve channel capabilities handlingOlivier Moysan2019-03-111-6/+4
* | ASoC: stm32: i2s: change trigger tracesOlivier Moysan2019-03-111-3/+5
|/
* ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan2019-02-261-2/+2
* ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan2019-02-261-3/+14
* ASoC: stm32: i2s: remove useless callbackOlivier Moysan2019-02-261-11/+0
* ASoC: stm32: i2s: fix dma configurationOlivier Moysan2019-02-261-7/+7
* ASoC: stm32: i2s: fix stream count managementOlivier Moysan2019-02-261-7/+5
* ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan2019-02-261-1/+1
* ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan2019-02-261-7/+6
* SoC: stm32: i2s: manage clock powerOlivier Moysan2019-02-081-29/+15
* ASoC: stm32: i2s: add power managementOlivier Moysan2019-02-081-3/+30
* ASoC: stm32: explicitly request exclusive reset controlPhilipp Zabel2017-07-191-1/+1
* ASoC: stm32: Add full duplex support to i2solivier moysan2017-05-191-41/+46
* ASoC: stm32: Add I2S driverolivier moysan2017-05-191-0/+941