All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ASoC: Intel: common ACPI tables - take2
@ 2018-06-18 18:29 Pierre-Louis Bossart
  2018-06-18 18:29 ` [PATCH 1/8] ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a Pierre-Louis Bossart
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Pierre-Louis Bossart @ 2018-06-18 18:29 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, liam.r.girdwood, vkoul, broonie, Pierre-Louis Bossart

Last fall we started using common codec-indexed ACPI tables in
sound/soc/intel/common for BYT/CHT/HSW/BDW machine drivers. This is a
follow-up for all Skylake+ platforms.

The first three patches are cleanups and moves, no new functionality,
the last 5 add support for GeminiLake machine drivers as well as
references to SOF firmware/topology files.

Some of the ApolloLake tables map to machine drivers that haven't been
submitted yet but will be submitted after the SOF core patches, I
thought it was better to just go ahead with a single set of changes.

The code was pushed on
https://github.com/plbossart/sound/tree/topic/skl-acpi-tables to
trigger 0day tests, with no reports received. Naveen also tested the
GLK integration with his own machine driver patches submitted earlier today.

Comments welcome.

Naveen Manohar (3):
  ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a
  ASoC: Intel: common: Add Geminilake Dialog+Maxim machine driver entry
  ASoC: Intel: common: add Geminilake Realtek+Maxim machine driver entry

Pierre-Louis Bossart (5):
  ASoC: Intel: Skylake: cleanup before moving ACPI tables
  ASoC: Intel: move SKL+ codec ACPI tables to common directory
  ASoC: Intel: common: add firmware/topology information for SOF
  ASoC: Intel: common: add entries for SOF-based machine drivers
  ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology
    file

 include/sound/soc-acpi-intel-match.h               |   5 +
 sound/soc/intel/boards/bxt_da7219_max98357a.c      |   4 +-
 sound/soc/intel/common/Makefile                    |   6 +-
 sound/soc/intel/common/soc-acpi-intel-bxt-match.c  |  59 +++++++
 sound/soc/intel/common/soc-acpi-intel-cnl-match.c  |  32 ++++
 sound/soc/intel/common/soc-acpi-intel-glk-match.c  |  51 +++++++
 .../intel/common/soc-acpi-intel-hsw-bdw-match.c    |   2 +-
 sound/soc/intel/common/soc-acpi-intel-kbl-match.c  |  91 +++++++++++
 sound/soc/intel/common/soc-acpi-intel-skl-match.c  |  47 ++++++
 sound/soc/intel/skylake/skl.c                      | 170 ++-------------------
 10 files changed, 303 insertions(+), 164 deletions(-)
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-bxt-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-cnl-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-glk-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-kbl-match.c
 create mode 100644 sound/soc/intel/common/soc-acpi-intel-skl-match.c


base-commit: 5544717d416d9a095edc616be789bdab69e284dc
-- 
2.14.1

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

end of thread, other threads:[~2018-06-19 15:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18 18:29 [PATCH 0/8] ASoC: Intel: common ACPI tables - take2 Pierre-Louis Bossart
2018-06-18 18:29 ` [PATCH 1/8] ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a Pierre-Louis Bossart
2018-06-18 18:29 ` [PATCH 2/8] ASoC: Intel: Skylake: cleanup before moving ACPI tables Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: Skylake: cleanup before moving ACPI tables" to the asoc tree Mark Brown
2018-06-18 18:29 ` [PATCH 3/8] ASoC: Intel: move SKL+ codec ACPI tables to common directory Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: move SKL+ codec ACPI tables to common directory" to the asoc tree Mark Brown
2018-06-18 18:29 ` [PATCH 4/8] ASoC: Intel: common: Add Geminilake Dialog+Maxim machine driver entry Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: common: Add Geminilake Dialog+Maxim machine driver entry" to the asoc tree Mark Brown
2018-06-18 18:29 ` [PATCH 5/8] ASoC: Intel: common: add firmware/topology information for SOF Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: common: add firmware/topology information for SOF" to the asoc tree Mark Brown
2018-06-18 18:29 ` [PATCH 6/8] ASoC: Intel: common: add Geminilake Realtek+Maxim machine driver entry Pierre-Louis Bossart
2018-06-18 18:29 ` [PATCH 7/8] ASoC: Intel: common: add entries for SOF-based machine drivers Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: common: add entries for SOF-based machine drivers" to the asoc tree Mark Brown
2018-06-18 18:29 ` [PATCH 8/8] ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology file Pierre-Louis Bossart
2018-06-19 15:24   ` Applied "ASoC: Intel: common: fix copy/paste issue with SOF/broadwell topology file" to the asoc tree Mark Brown

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.