summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/byt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: use mmio fallback for all platformsPierre-Louis Bossart2022-10-261-10/+2
* ASoC: SOF: Intel: byt: remove duplicating driver data retrievalAndy Shevchenko2022-07-051-4/+1
* ASoC: SOF: Intel: bdw/byt/pci-tng: Do not set the load_module opsPeter Ujfalusi2022-04-291-6/+0
* ASoC: SOF: Intel: Do not set fw_ready callbackPeter Ujfalusi2022-04-251-2/+0
* ASoC: SOF: Intel: add IP identifierPierre-Louis Bossart2022-04-191-0/+2
* ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-2/+2
* ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-191-3/+9
* ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-191-0/+6
* ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-191-6/+18
* ASoC: SOF: Intel: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2022-03-111-2/+2
* ASoC: SOF: Introduce num_cores and ref count per coreRanjani Sridharan2021-11-221-0/+9
* ASoC: SOF: Make Intel IPC stream ops genericBud Liviu-Alexandru2021-10-071-8/+8
* ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta2021-10-071-0/+8
* ASoC: SOF: Rename sof_arch_ops to dsp_arch_opsPeter Ujfalusi2021-09-171-2/+2
* ASoC: SOF: Intel: Provide debugfs_add_region_item ops for corePeter Ujfalusi2021-09-151-0/+2
* ASoC: SOF: Intel: move common ATOM stuff to modulePierre-Louis Bossart2021-05-101-655/+12
* ASoC: SOF: Intel: byt: prepare split between Baytrail and MerrifieldPierre-Louis Bossart2021-05-101-136/+155
* ASoC: SOF: Intel: update set_mach_params()Pierre-Louis Bossart2021-04-121-0/+4
* ASoC: SOF: change signature of set_mach_params() callbackPierre-Louis Bossart2021-04-121-9/+9
* ASoC: SOF: ACPI: avoid reverse module dependencyArnd Bergmann2021-03-021-8/+98
* ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan2020-12-111-1/+1
* ASoC: SOF: rename cores_mask to host_managed_cores_maskRanjani Sridharan2020-09-111-3/+3
* ASoC: SOF: Intel: Baytrail: fix 'defined but not used' warningsPierre-Louis Bossart2020-05-291-36/+36
* ASoC: SOF: Intel: BYT: harden IPC initialization and handlingKeyon Jie2020-05-271-14/+17
* ASoC: SOF: Intel: BYT: mask BUSY or DONE interrupts in handlerPierre-Louis Bossart2020-05-271-21/+25
* ASoC: SOF: Intel: BYT: add .remove opRanjani Sridharan2020-05-271-0/+9
* ASoC: SOF: Intel: byt: Add PM callbacksRanjani Sridharan2020-05-271-0/+36
* ASoC: SOF: Intel: Fix unused variable warningYueHaibing2020-05-081-27/+27
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: Intel: add min/max channels for SSP on Baytrail/BroadwellPierre-Louis Bossart2020-04-171-0/+48
* ASoC: SOF: Intel: add namespace for XTENSAPierre-Louis Bossart2019-12-181-0/+1
* ASoC: SOF: move arch_ops under opsPierre-Louis Bossart2019-12-181-0/+6
* ASoC: SOF: Intel: add namespaces for BAYTRAIL and MERRIFIELDPierre-Louis Bossart2019-12-181-6/+6
* ASoC: SOF: Intel: add module namespace for legacy IPCPierre-Louis Bossart2019-12-181-0/+1
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-12/+13
|\
| * ASoC: SOF: Intel: split cht and byt debug window sizesCurtis Malainey2019-12-101-3/+4
| * ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()Keyon Jie2019-11-271-9/+9
* | ASoC: SOF: Intel: byt: fixup topology filename for BYT-CRPierre-Louis Bossart2019-12-101-1/+46
* | ASoC: SOF: Make creation of machine device from SOF core optionalDaniel Baluta2019-12-091-0/+45
|/
* ASoC: SOF: Intel: only support INFO_BATCH for legacy platformsPierre-Louis Bossart2019-10-251-3/+3
* ASoC: SOF: define INFO_ flags in dsp_opsPierre-Louis Bossart2019-10-251-0/+21
* ASoC: SOF: Intel: byt: fix operator precedence warningsPierre-Louis Bossart2019-10-141-8/+8
* Merge branch 'asoc-5.4' into asoc-5.5Mark Brown2019-10-021-0/+6
|\
| * ASoC: SOF: Intel: initialise and verify FW crash dump data.Liam Girdwood2019-10-011-0/+6
* | ASoC: SOF: Intel: Add context data to any IPC timeout.Liam Girdwood2019-10-011-1/+22
|/
* ASoC: SOF: Intel: byt: Refactor fw ready / mem windows creationDaniel Baluta2019-08-091-145/+19
* ASoC: SOF: Remove call to snd_sof_dsp_mailbox_initDaniel Baluta2019-08-091-5/+0
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-4/+1
* Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-031-6/+9
|\
| * ASoC: SOF: fix DSP oops definitions in FW ABIKai Vehmanen2019-06-031-6/+9