summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-08-062-4/+4
|\
| * ASoC: SOF: Intel: hda: remove misleading error trace from IRQ threadKai Vehmanen2019-07-232-4/+4
* | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0811-214/+590
|\|
| * ASoC: SOF: Intel: implement runtime idle for CNL/APLKai Vehmanen2019-07-063-0/+15
| * ASoC: SOF: add runtime idle callbackKai Vehmanen2019-07-061-0/+1
| * Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-261-0/+1
| |\
| | * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-146-128/+175
| | |\
| | * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * | | ASoC: SOF: Intel: hda: remove duplicated include from hda.cYueHaibing2019-06-241-1/+0Star
| * | | ASoC: SOF: disallow building without CONFIG_PCI againArnd Bergmann2019-06-171-11/+2Star
| * | | ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream statusZhu Yingjiang2019-06-171-0/+22
| * | | ASoC: SOF: Intel: hda: make sure DMA is start/stop by read the RUN bitZhu Yingjiang2019-06-172-0/+28
| * | | ASoC: SOF: Intel: hda: clear stream status and wakests properlyRanjani Sridharan2019-06-171-16/+10Star
| * | | ASoC: SOF: Intel: hda: use the defined stop chip in suspendZhu Yingjiang2019-06-171-9/+2Star
| * | | ASoC: SOF: Intel: hda: add function for hda stop chipZhu Yingjiang2019-06-172-1/+68
| * | | ASoC: SOF: Intel: hda: use the SOF defined ppcap functionsZhu Yingjiang2019-06-171-12/+4Star
| * | | ASoC: SOF: Intel: hda-stream: fix a deadlock with bus->reg_lockKeyon Jie2019-06-171-2/+2
| * | | ASoC: SOF: Intel: hda: modify stream interrupt handlerRanjani Sridharan2019-06-171-28/+51
| * | | ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_freeRanjani Sridharan2019-06-174-0/+24
| * | | ASoC: SOF: Intel: hda: release link DMA for paused streams during suspendRanjani Sridharan2019-06-172-2/+29
| * | | ASoC: SOF: Intel: hda: reserve host DMA channel for hostless streamsRanjani Sridharan2019-06-173-2/+20
| * | | ASoC: SOF: Intel: hda: assign link DMA channel at run-timeRanjani Sridharan2019-06-171-101/+183
| * | | ASoC: SOF: Intel: hda: add new macro hstream_to_sof_hda_stream()Ranjani Sridharan2019-06-171-0/+3
| * | | ASoC: SOF: Intel: hda: save handle to sdev in sof_intel_hda_streamRanjani Sridharan2019-06-172-0/+5
| * | | ASoC: SOF: intel: extend IPC dump informationKai Vehmanen2019-06-133-0/+33
| * | | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-061-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-06-033-19/+29
| |\ \ \
| * | | | ASoC: SOF: Intel: ipc: don't check for HIPCCTL register valuePierre-Louis Bossart2019-06-032-10/+3Star
| * | | | ASoC: SOF: Intel: hda-ipc: re-enable IPC IRQ at end of handlerPierre-Louis Bossart2019-06-031-8/+16
| * | | | ASoC: SOF: Intel: hda-ipc: read all IPC registers firstPierre-Louis Bossart2019-06-031-5/+2Star
| * | | | ASoC: SOF: Intel: cnl-ipc: re-enable IPC IRQ at end of handlerPierre-Louis Bossart2019-06-031-8/+16
| * | | | ASoC: SOF: Intel: cnl-ipc: move code around for clarityPierre-Louis Bossart2019-06-031-9/+8Star
| * | | | ASoC: SOF: Intel: cnl-ipc: read all IPC registers firstPierre-Louis Bossart2019-06-031-4/+2Star
| * | | | ASoC: SOF: Do not send cmd via SHIM registerDaniel Baluta2019-06-033-10/+3Star
| * | | | ASoC: SOF: Intel: hda: use the defined ppcap functionsZhu Yingjiang2019-05-301-7/+3Star
| * | | | Merge branch 'asoc-5.2' into asoc-5.3Mark Brown2019-05-306-102/+139
| |\ \ \ \
| * | | | | ASoC: SOF: add COMPILE_TEST for PCI optionsPierre-Louis Bossart2019-05-301-2/+11
| * | | | | Merge tag 'v5.2-rc1' into asoc-5.3Mark Brown2019-05-201-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | ASoC: SOF: Intel: ICL add Icelake chip info structZhu Yingjiang2019-05-132-0/+20
| * | | | | ASoC: SOF: Intel: ICL: add Icelake SSP countZhu Yingjiang2019-05-131-0/+1
| * | | | | ASoC: SOF: Add Comet Lake PCI IDsEvan Green2019-05-131-0/+32
* | | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-016-128/+175
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ASoC: SOF: Intel: hda: use the defined ppcap functionsZhu Yingjiang2019-06-061-7/+3Star
| * | | | | ASoC: SOF: Intel: hda: Fix COMPILE_TEST build errorYueHaibing2019-06-041-0/+4
| | |_|_|/ | |/| | |
| * | | | ASoC: SOF: fix DSP oops definitions in FW ABIKai Vehmanen2019-06-033-19/+29
| | |_|/ | |/| |
| * | | ASoC: SOF: Intel: hda: fix the hda init chipZhu Yingjiang2019-05-282-89/+112
| * | | ASoC: SOF: ipc: fix a race, leading to IPC timeoutsGuennadi Liakhovetski2019-05-284-13/+27
| | |/ | |/|
* / | ASoC: SOF: Force polling mode on CFL and CNLBard Liao2019-05-281-0/+8
|/ /
* / ASoC: SOF: xtensa: fix undefined referencesPierre-Louis Bossart2019-05-081-1/+1
|/
* ASoC: SOF: Intel: CNL: add ipc dump functionPan Xiuli2019-05-031-0/+19