From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v3 0/4] [PATCH v3 0/4] Add debugfs support for skylake driver Date: Fri, 30 Jun 2017 10:10:10 +0530 Message-ID: <20170630044009.GN19154@localhost> References: <20170630033608.31466-1-guneshwor.o.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by alsa0.perex.cz (Postfix) with ESMTP id 92DC926744B for ; Fri, 30 Jun 2017 06:37:19 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170630033608.31466-1-guneshwor.o.singh@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Guneshwor Singh Cc: Takashi Iwai , liam.r.girdwood@linux.intel.com, alsa-devel@alsa-project.org, Mark Brown , Patches Audio List-Id: alsa-devel@alsa-project.org On Fri, Jun 30, 2017 at 09:06:04AM +0530, Guneshwor Singh wrote: > This series introduces debugfs support for skylake driver. It helps in > debugging by providing module configurations which is loaded from topology. > > It also allows to read the firmware registers which are a part of SRAM > memory area accessible by host CPU through a memory window. > > Changes in v3: > - Change debugfs parent from debugfs root to ASoC platform component > > Changes in v2: > - Re-ordered patch and squashed platform changes > > Guneshwor Singh (1): > ASoC: Intel: Skylake: Add sram address to sst_addr structure > > Vinod Koul (2): > ASoC: Intel: Skylake: Add debugfs support > ASoC: Intel: Skylake: Debugfs facility to dump module config > > Vunny Sodhi (1): > ASoC: Intel: Skylake: Add support to read firmware registers Guneshwor Singh (1): ASoC: Intel: Skylake: Add sram address to sst_addr structure These two: Acked-By: Vinod Koul > > sound/soc/intel/common/sst-dsp-priv.h | 4 + > sound/soc/intel/skylake/Makefile | 4 + > sound/soc/intel/skylake/bxt-sst.c | 4 + > sound/soc/intel/skylake/skl-debug.c | 268 +++++++++++++++++++++++++++++++++ > sound/soc/intel/skylake/skl-pcm.c | 6 +- > sound/soc/intel/skylake/skl-sst.c | 5 + > sound/soc/intel/skylake/skl-topology.c | 3 + > sound/soc/intel/skylake/skl.c | 2 + > sound/soc/intel/skylake/skl.h | 26 ++++ > 9 files changed, 321 insertions(+), 1 deletion(-) > create mode 100644 sound/soc/intel/skylake/skl-debug.c > > -- > 2.13.0 > -- ~Vinod