alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: Intel: IPC/mailbox code refactoring
@ 2015-04-07  1:33 Jin Yao
  2015-04-07  1:33 ` [PATCH 1/3] ASoC: Intel: Refactor common IPC/mailbox code into generic APIs Jin Yao
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jin Yao @ 2015-04-07  1:33 UTC (permalink / raw)
  To: broonie, liam.r.girdwood; +Cc: alsa-devel, Jin Yao

Hi Mark,

Currently in Intel SST driver, some very similar or duplicated IPC/mailbox
processing code are used in different platforms.

This is a patch series which refactors the common IPC/mailbox code into
generic APIs and use the new APIs in Baytrail and Broadwell platforms.

This patch series depends on Jie Yang's following patches for build:
ASoC: Intel: create atom folder and move atom platform files in
ASoC: Intel: create baytrail folder and move baytrail platform files in
ASoC: Intel: create boards folder and move sst boards files in
ASoC: Intel: create haswell folder and move haswell platform files in
ASoC: Intel: create common folder and move common files in

Since now Jie Yang's patch series has been applied in intel branch so this
patch series will be no build issue.

Thanks
Jin Yao

Jin Yao (3):
  ASoC: Intel: Refactor common IPC/mailbox code into generic APIs
  ASoC: Intel: Use the generic IPC/mailbox APIs in Baytrail
  ASoC: Intel: Use the generic IPC/mailbox APIs in Broadwell

 sound/soc/intel/baytrail/sst-baytrail-ipc.c | 360 ++++++--------------------
 sound/soc/intel/common/Makefile             |   3 +-
 sound/soc/intel/common/sst-ipc.c            | 294 +++++++++++++++++++++
 sound/soc/intel/common/sst-ipc.h            |  91 +++++++
 sound/soc/intel/haswell/sst-haswell-ipc.c   | 382 +++++++---------------------
 5 files changed, 551 insertions(+), 579 deletions(-)
 create mode 100644 sound/soc/intel/common/sst-ipc.c
 create mode 100644 sound/soc/intel/common/sst-ipc.h

-- 
1.9.1

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

end of thread, other threads:[~2015-04-10 18:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07  1:33 [PATCH 0/3] ASoC: Intel: IPC/mailbox code refactoring Jin Yao
2015-04-07  1:33 ` [PATCH 1/3] ASoC: Intel: Refactor common IPC/mailbox code into generic APIs Jin Yao
2015-04-07  1:33 ` [PATCH 2/3] ASoC: Intel: Use the generic IPC/mailbox APIs in Baytrail Jin Yao
2015-04-07  1:33 ` [PATCH 3/3] ASoC: Intel: Use the generic IPC/mailbox APIs in Broadwell Jin Yao
2015-04-07  9:06   ` Jie, Yang
2015-04-07 12:07     ` Jin, Yao
2015-04-09  0:58       ` Jie, Yang
2015-04-10 18:03 ` [PATCH 0/3] ASoC: Intel: IPC/mailbox code refactoring Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).