All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, patches.audio@intel.com,
	broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH 0/7] ASoC: Intel: Skylake: Manifest parsing support
Date: Mon, 30 May 2016 17:42:54 +0530	[thread overview]
Message-ID: <1464610381-19416-1-git-send-email-vinod.koul@intel.com> (raw)

The firmware file contains the extended manifest which needs to
be stripped before downloading of firmware.

The firmware manifest also contains manifest which has module
information, Driver needs to parse and create module information
and use it for sending IPCs.

So this series adds common API for stripping manifest and then
strips it for SKL and BXT.  Also it adds core support to parse
and add module information and its use in SKL and BXT.

Changes in this series:
 - modified manifest parse to be generic utility code, added calling patches
   from SKL n BXTN
 - fix issues in last rvw
 - add extended manifest parsing in this series
 - make manifest series common and use list instead of table and bxtn
   modules will have manifest parsing and addition later

Ramesh Babu (1):
  ASoC: Intel: Skylake: Add strip extended manifest utility

Shreyas NC (1):
  ASoC: Intel: Skylake: Add DSP firmware manifest parsing

Vinod Koul (5):
  ASoC: Intel: Skylake: Don't use local pointer for firmware
  ASoC: Intel: Skylake: Strip manifest for Skylake platform
  ASoC: Intel: Skylake: Strip manifest for Broxton platform
  ASoC: Intel: Skylake: Find uuids for Skylake
  ASoC: Intel: Skylake: Find uuids for Broxton

 sound/soc/intel/skylake/Makefile        |   2 +-
 sound/soc/intel/skylake/bxt-sst.c       |  26 +++-
 sound/soc/intel/skylake/skl-sst-dsp.h   |   8 +
 sound/soc/intel/skylake/skl-sst-ipc.h   |   3 +
 sound/soc/intel/skylake/skl-sst-utils.c | 256 ++++++++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-sst.c       |  23 ++-
 sound/soc/intel/skylake/skl-topology.c  |   4 +
 7 files changed, 315 insertions(+), 7 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-sst-utils.c

-- 
1.9.1

             reply	other threads:[~2016-05-30 12:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 12:12 Vinod Koul [this message]
2016-05-30 12:12 ` [PATCH 1/7] ASoC: Intel: Skylake: Add strip extended manifest utility Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Add strip extended manifest utility" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 2/7] ASoC: Intel: Skylake: Don't use local pointer for firmware Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Don't use local pointer for firmware" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 3/7] ASoC: Intel: Skylake: Strip manifest for Skylake platform Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Strip manifest for Skylake platform" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 4/7] ASoC: Intel: Skylake: Strip manifest for Broxton platform Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Strip manifest for Broxton platform" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 5/7] ASoC: Intel: Skylake: Add DSP firmware manifest parsing Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Add DSP firmware manifest parsing" to the asoc tree Mark Brown
2016-05-30 12:13 ` [PATCH 6/7] ASoC: Intel: Skylake: Find uuids for Skylake Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Find uuids for Skylake" to the asoc tree Mark Brown
2016-05-30 12:13 ` [PATCH 7/7] ASoC: Intel: Skylake: Find uuids for Broxton Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Find uuids for Broxton" to the asoc tree Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464610381-19416-1-git-send-email-vinod.koul@intel.com \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=patches.audio@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.