summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ASoC: stm32: dfsdm: add 16 bits audio record supportOlivier Moysan2019-06-201-10/+39
* | ASoC: stm32: sai: manage identification registersOlivier Moysan2019-06-033-24/+88
* | Merge tag 'v5.2-rc1' into asoc-5.3Mark Brown2019-05-202-3/+5
|\|
| * Merge tag 'asoc-v5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-05-091-1/+2
| |\
| | * ASoC: stm32: i2s: update pcm hardware constraintsOlivier Moysan2019-05-081-1/+2
| * | Merge tag 'asoc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-05-081-2/+3
| |\|
| | * ASoC: stm32: spdifrx: change trace level on iec controlOlivier Moysan2019-05-061-1/+1
| | * ASoC: stm32: spdifrx: update pcm hardware constraintsOlivier Moysan2019-05-061-1/+2
* | | ASoC: stm32: i2s: manage identification registersOlivier Moysan2019-05-081-3/+57
* | | ASoC: stm32: spdifrx: manage identification registersOlivier Moysan2019-05-061-2/+35
|/ /
* | Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-066-73/+166
|\|
| * ASoC: stm32: sai: simplify dai driver initialisationArnaud Pouliquen2019-04-261-34/+9
| * Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-262-3/+4
| |\
| * \ Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-041-4/+34
| |\ \
| * | | ASoC: stm32: sai: add power managementOlivier Moysan2019-03-253-19/+108
| * | | ASoC: stm32: dfsdm: add mmap supportOlivier Moysan2019-03-201-1/+1
| * | | Merge branch 'for-5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-183-15/+44
| |\ \ \
| * | | | ASoC: stm32: spdifrx: add power managementOlivier Moysan2019-03-181-3/+39
| * | | | Merge tag 'v5.1-rc1' into asoc-5.2Mark Brown2019-03-181-2/+3
| |\ \ \ \
| * | | | | 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
* | | | | | Merge branch 'asoc-5.1' into asoc-linusMark Brown2019-05-061-2/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ASoC: stm32: i2s: return the get_irq errorFabien Dessenne2019-04-251-2/+3
* | | | | | ASoC: stm32: sai: fix master clock managementOlivier Moysan2019-04-101-17/+47
|/ / / / /