summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: Fix spelling contraction "cant" -> "can't"Colin Ian King2021-07-281-1/+1
* ASoC: Intel: atom: fix kernel-docPierre-Louis Bossart2021-03-102-2/+2
* ASoC: Intel: Atom: add dynamic selection of DSP driverPierre-Louis Bossart2020-11-191-0/+8
* ASoC: Intel: remove unneeded semicolonTom Rix2020-11-021-1/+1
* ASoC: Intel: atom: Remove duplicate kconfigsCezary Rojewski2020-10-141-3/+3
* ASoC: Intel: Make atom components independent of sst-dspCezary Rojewski2020-10-068-9/+7
* ASoC: Intel: Atom: (cosmetic) align parametersPierre-Louis Bossart2020-08-181-17/+17
* ASoC: Intel: Atom: sst_pvt: simplify return handlingPierre-Louis Bossart2020-08-181-1/+1
* ASoC: Intel: Atom: sst_loader: remove always-true conditionPierre-Louis Bossart2020-08-181-2/+1
* ASoC: Intel: Atom: remove useless assignmentPierre-Louis Bossart2020-08-181-1/+1
* ASoC: Intel: Atom: sst_pvt: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
* ASoC: Intel: Atom: remove redundant initializationPierre-Louis Bossart2020-08-181-1/+1
* ASoC: Intel: Atom: sst: remove useless NULL assignmentPierre-Louis Bossart2020-08-181-1/+0
* ASoC: Intel: drop unnecessary list_emptyJulia Lawall2020-07-301-6/+4
* ASoC: Intel: atom: fix kernel-docPierre-Louis Bossart2020-07-012-18/+29
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-1/+1
|\
| * ASoC: Intel: atom: Fix uninitialized variable compiler warningHans de Goede2020-04-031-1/+1
* | Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-031-1/+1
|\|
| * ASoC: Intel: mrfld: return error codes when an error occursColin Ian King2020-02-111-1/+1
* | sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-142-5/+4
|/
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-5/+5
* ASoC: Intel: sst: Add missing include <linux/io.h>YueHaibing2019-12-031-0/+1
* Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-269-85/+11
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-2/+2
| |\
| | * ASoC: Intel: sst: fix kmalloc call with wrong flagsAlex Levin2019-06-101-2/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-11/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-058-72/+8
| |/
* / ASoC: Intel: use common helpers to detect CPUsPierre-Louis Bossart2019-05-301-62/+3
|/
* ASoC: Intel: sst: Fallback to BYT-CR if IRQ 5 is missingStephan Gerhold2019-01-041-2/+14
* ASoC: Intel: sst: Simplify is_byt_cr()Stephan Gerhold2019-01-041-19/+14
* ASoC: Intel: Atom: simplify boolean testsPierre-Louis Bossart2019-01-033-3/+3
* ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNELPierre-Louis Bossart2018-11-061-2/+2
* ASoC: Intel: use standard interface for Atom machine driversPierre-Louis Bossart2018-11-061-0/+4
* ASoC: Intel: mrfld: fix uninitialized variable accessArnd Bergmann2018-11-051-4/+4
* ASoC: Intel: Atom: fix inversion between __iowrite32 and __ioread32Pierre-Louis Bossart2018-07-251-3/+3
* ASoC: Intel: Atom: simplify iomem address and castsPierre-Louis Bossart2018-07-251-14/+15
* ASoC: Intel: sst: Free streams on suspend, re-alloc on resumeHans de Goede2018-03-014-3/+52
* ASoC: Intel: sst: Add sst_realloc_stream() functionHans de Goede2018-03-012-35/+56
* ASoC: Intel: sst: Remove unused STREAM_DECODE and STREAM_RESET statesHans de Goede2018-03-012-22/+1
* ASoC: Intel: sst: Remove unnecessary sst_init_stream() functionHans de Goede2018-03-013-12/+2
* ASoC: Intel: sst: Remove 2 unused members from stream_info structHans de Goede2018-03-012-8/+0
* ASoC: Intel: sst: Fix error-code check in sst_pause_stream()Hans de Goede2018-03-011-1/+1
* ASoC: Intel: sst: Fix some styleChristophe JAILLET2018-01-081-3/+3
* ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'Christophe JAILLET2018-01-081-1/+1
* Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-01-081-0/+1
|\
| * Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-11-103-291/+23
| |\
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | ASoC: intel: sst: Handle return value of platform_get_irqArvind Yadav2017-12-011-0/+3
| |/ |/|
* | ASoC: Intel: move all ACPI match tables to common modulePierre-Louis Bossart2017-10-211-292/+19