All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ASoC: Intel: more modulartion of init and add ACPI
@ 2014-10-30 10:51 Vinod Koul
  2014-10-30 10:51 ` [PATCH 1/9] ASoC: Intel: mfld-pcm: Fix to Store device context in sst_data Vinod Koul
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Vinod Koul @ 2014-10-30 10:51 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, broonie, subhransu.s.prusty, lgirdwood

The first patch is a fix of mfld-pcm driver
Rest of the series is devoted to ACPI support with 7 patch moving the probe
routine and sperating into common and PCI and later moving PCI code to
sst-pci file so that it can be shared with ACPI
Lats patch adds support for ACPI with BYT driver support.

This series is dependent upon the PM and compressed series sent earlier
today

Subhransu S. Prusty (9):
  ASoC: Intel: mfld-pcm: Fix to Store device context in sst_data
  ASoC: Intel: move the driver wq init to a routine
  ASoC: Intel: move the lock and wq initialization to routine
  ASoC: Intel: move the driver context allocation to routine
  ASoC: Intel: modularize driver probe and remove
  ASoC: Intel: more probe modularization for sst
  ASoC: Intel: move PCI probe to a seprate file
  ASoC: Intel: add shim save context and restore routines
  ASoC: Intel: Add ACPI driver for SST

 sound/soc/intel/Kconfig                 |    7 +
 sound/soc/intel/sst-mfld-platform-pcm.c |    1 +
 sound/soc/intel/sst/Makefile            |    8 +
 sound/soc/intel/sst/sst.c               |  391 ++++++++++++-------------------
 sound/soc/intel/sst/sst.h               |    7 +
 sound/soc/intel/sst/sst_acpi.c          |  387 ++++++++++++++++++++++++++++++
 sound/soc/intel/sst/sst_pci.c           |  225 ++++++++++++++++++
 sound/soc/intel/sst/sst_pvt.c           |    2 +
 8 files changed, 793 insertions(+), 235 deletions(-)
 create mode 100644 sound/soc/intel/sst/sst_acpi.c
 create mode 100644 sound/soc/intel/sst/sst_pci.c

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

end of thread, other threads:[~2014-10-31 17:32 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 10:51 [PATCH 0/9] ASoC: Intel: more modulartion of init and add ACPI Vinod Koul
2014-10-30 10:51 ` [PATCH 1/9] ASoC: Intel: mfld-pcm: Fix to Store device context in sst_data Vinod Koul
2014-10-30 10:51 ` [PATCH 2/9] ASoC: Intel: move the driver wq init to a routine Vinod Koul
2014-10-30 10:51 ` [PATCH 3/9] ASoC: Intel: move the lock and wq initialization to routine Vinod Koul
2014-10-30 10:51 ` [PATCH 4/9] ASoC: Intel: move the driver context allocation " Vinod Koul
2014-10-30 10:51 ` [PATCH 5/9] ASoC: Intel: modularize driver probe and remove Vinod Koul
2014-10-31 16:46   ` Mark Brown
2014-10-30 10:51 ` [PATCH 6/9] ASoC: Intel: more probe modularization for sst Vinod Koul
2014-10-30 10:51 ` [PATCH 7/9] ASoC: Intel: move PCI probe to a seprate file Vinod Koul
2014-10-30 15:03   ` Takashi Iwai
2014-10-30 14:34     ` Vinod Koul
2014-10-30 15:27       ` Takashi Iwai
2014-10-30 15:37         ` Vinod Koul
2014-10-30 16:28           ` Mark Brown
2014-10-30 16:29           ` Takashi Iwai
2014-10-30 15:59             ` Vinod Koul
2014-10-30 16:49               ` Takashi Iwai
2014-10-30 16:14                 ` Vinod Koul
2014-10-30 17:07                   ` Takashi Iwai
2014-10-30 17:31                     ` Mark Brown
2014-10-31  5:55                       ` Vinod Koul
2014-10-31 17:32                       ` Takashi Iwai
2014-10-30 10:51 ` [PATCH 8/9] ASoC: Intel: add shim save context and restore routines Vinod Koul
2014-10-31 16:58   ` Mark Brown
2014-10-30 10:51 ` [PATCH 9/9] ASoC: Intel: Add ACPI driver for SST Vinod Koul

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.