-----Original Message----- From: Nikula, Jarkko Sent: Friday, March 13, 2015 4:19 PM To: Koul, Vinod; Jie, Yang Cc: broonie@kernel.org; alsa-devel@alsa-project.org; Girdwood, Liam R; Bossart, Pierre-louis; Lin, Mengdong; Jin, Yao Subject: Re: [PATCH 0/5] Intel SST driver restructure
On 03/13/2015 08:28 AM, Vinod Koul wrote:
On Thu, Mar 12, 2015 at 10:31:55PM +0800, Jie Yang wrote:
In order to prepare for the upstreaming of Skylake drivers and to allow reuse of code between different Intel audio DSP products, this patch series restructures the Intel directory as follows:
Create "common" directory. Move common files into this directory.
Create "boards" directory. Move all machine drivers into this directory.
Create "haswell" directory. Move all remaining hsw/bdw code into this
directory.
- Create "baytrail" directory. Move remaining baytrail driver to this
directory.
- Create "atom" directory. Move all MCG platform drivers(including
sst/ folder) to this directory.
Todo next step:
- Change and move atom related codes(in atom/sst/) to corresponding
and try share as many as possible codes(e.g. sst_acpi.c). 2. Share more common codes about IPC for different platforms, e.g. The methods for queueing and sending/reciving Tx/Rx messages, The methods for mailbox IO, The IPC error return codes, etc.
Jie Yang (5): ASoC: Intel: create common folder and move common files in ASoC: Intel: create haswell folder and move haswell platform files in ASoC: Intel: create boards folder and move sst boards files in ASoC: Intel: create baytrail folder and move baytrail platform files in ASoC: Intel: create atom folder and move atom platform files in
For atom parts
Acked-by: Vinod Koul vinod.koul@intel.com
I tested the set on byt-rt5640. To all patches (or 1, 3 and 4):
Acked-by: Jarkko Nikula jarkko.nikula@linux.intel.com Tested-by: Jarkko Nikula jarkko.nikula@linux.intel.com
[Keyon] thank you all. Hi Mark, so should I keep them locally and send to you 2 or 3 weeks later, or you will keep them in queue and apply them one day?