All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/9] Add SKL ipc handling code
@ 2015-04-17 13:15 Vinod Koul
  2015-04-17 13:15 ` [RFC 1/9] ASoC: hda: Add helper to read/write to dsp mmio space Vinod Koul
                   ` (9 more replies)
  0 siblings, 10 replies; 34+ messages in thread
From: Vinod Koul @ 2015-04-17 13:15 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

This series adds support for managing DSP and posting IPC and processing IPC
replies.

Subhransu S. Prusty (9):
  ASoC: hda: Add helper to read/write to dsp mmio space
  ASoC: hda: Add IPC library for SKL platform
  ASoC: hda: Add config option for SKL ipc library
  ASoC: hda: Add DSP init and boot up functionality
  ASoC: hda: Add dsp loader ops
  ASoC: hda: Add Code Loader DMA support
  ASoC: hda: Add DSP library functions for SKL platform
  ASoC: hda: Add for CL DMA interrupt handling
  ASoC: hda: Export API to change DSP power state

 include/sound/soc-hda-sst-cldma.h        |  234 ++++++++
 include/sound/soc-hda-sst-dsp.h          |  266 +++++++++
 include/sound/soc-hda-sst-ipc.h          |  134 +++++
 sound/soc/hda/Kconfig                    |    7 +
 sound/soc/hda/Makefile                   |    3 +
 sound/soc/hda/intel/Makefile             |    6 +
 sound/soc/hda/intel/soc-hda-sst-cldma.c  |  297 +++++++++
 sound/soc/hda/intel/soc-hda-sst-dsp.c    |  510 ++++++++++++++++
 sound/soc/hda/intel/soc-hda-sst-ipc.c    |  963 ++++++++++++++++++++++++++++++
 sound/soc/hda/intel/soc-hda-sst-skl-fw.h |  163 +++++
 sound/soc/hda/intel/soc-hda-sst-skl.c    |  292 +++++++++
 11 files changed, 2875 insertions(+)
 create mode 100644 include/sound/soc-hda-sst-cldma.h
 create mode 100644 include/sound/soc-hda-sst-dsp.h
 create mode 100644 include/sound/soc-hda-sst-ipc.h
 create mode 100644 sound/soc/hda/intel/Makefile
 create mode 100644 sound/soc/hda/intel/soc-hda-sst-cldma.c
 create mode 100644 sound/soc/hda/intel/soc-hda-sst-dsp.c
 create mode 100644 sound/soc/hda/intel/soc-hda-sst-ipc.c
 create mode 100644 sound/soc/hda/intel/soc-hda-sst-skl-fw.h
 create mode 100644 sound/soc/hda/intel/soc-hda-sst-skl.c

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2015-04-29 11:08 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17 13:15 [RFC 0/9] Add SKL ipc handling code Vinod Koul
2015-04-17 13:15 ` [RFC 1/9] ASoC: hda: Add helper to read/write to dsp mmio space Vinod Koul
2015-04-20 21:46   ` Mark Brown
2015-04-22  3:50     ` Vinod Koul
2015-04-24 17:33       ` Mark Brown
2015-04-26 14:34         ` Vinod Koul
2015-04-27 21:02           ` Mark Brown
2015-04-29 11:03             ` Vinod Koul
2015-04-17 13:16 ` [RFC 2/9] ASoC: hda: Add IPC library for SKL platform Vinod Koul
2015-04-20 21:56   ` Mark Brown
2015-04-22  3:54     ` Vinod Koul
2015-04-24 17:34       ` Mark Brown
2015-04-26 14:36         ` Vinod Koul
2015-04-17 13:16 ` [RFC 3/9] ASoC: hda: Add config option for SKL ipc library Vinod Koul
2015-04-17 13:16 ` [RFC 4/9] ASoC: hda: Add DSP init and boot up functionality Vinod Koul
2015-04-24 17:11   ` Mark Brown
2015-04-26 14:21     ` Vinod Koul
2015-04-17 13:16 ` [RFC 5/9] ASoC: hda: Add dsp loader ops Vinod Koul
2015-04-17 13:16 ` [RFC 6/9] ASoC: hda: Add Code Loader DMA support Vinod Koul
2015-04-24 17:18   ` Mark Brown
2015-04-26 14:28     ` Vinod Koul
2015-04-27 14:17       ` Mark Brown
2015-04-29 11:08         ` Vinod Koul
2015-04-17 13:16 ` [RFC 7/9] ASoC: hda: Add DSP library functions for SKL platform Vinod Koul
2015-04-17 13:16 ` [RFC 8/9] ASoC: hda: Add for CL DMA interrupt handling Vinod Koul
2015-04-24 17:30   ` Mark Brown
2015-04-26 14:28     ` Vinod Koul
2015-04-17 13:16 ` [RFC 9/9] ASoC: hda: Export API to change DSP power state Vinod Koul
2015-04-24 17:33   ` Mark Brown
2015-04-20 21:44 ` [RFC 0/9] Add SKL ipc handling code Mark Brown
2015-04-22  4:00   ` Vinod Koul
2015-04-22 11:19     ` Liam Girdwood
2015-04-22 15:53       ` Vinod Koul
2015-04-22 19:06         ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.