All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: tiwai@suse.de, vinod.koul@intel.com, alsa-devel@alsa-project.org,
	broonie@kernel.org, liam.r.girdwood@linux.intel.com
Subject: Re: [PATCH 0/7] ASoC: Intel: cleanups
Date: Thu, 1 Nov 2018 16:12:48 +0200	[thread overview]
Message-ID: <20181101141248.GW10650@smile.fi.intel.com> (raw)
In-Reply-To: <20181101010718.2878-1-pierre-louis.bossart@linux.intel.com>

On Wed, Oct 31, 2018 at 08:07:11PM -0500, Pierre-Louis Bossart wrote:
> This patchset contain 4 different cleanups:
> a) change of pdata definition to avoid using SST-specific structures
> and allow for machine driver reuse w/ SOF. No new features, just
> different data structures.
> b) removal of remaining GFP_ATOMIC usages
> c) Cleanup of machine driver tables for APL (missing SOF information
> and quirk for APL RVP/LeafHill CRB boards). These boards are used
> outside of Intel so it's worth sharing the fixes for the general
> public.
> d) typo
> 

Looks like a nice clean up!
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

P.S. Nevertheless, please consider comments to the quirk adding patch

> Bard liao (1):
>   ASoC: Intel: common: add SOF information for APL RVP
> 
> Pierre-Louis Bossart (6):
>   ASoC: acpi: define common interface for machine driver configuration
>   ASoC: Intel: use standard interface for Hdaudio machine driver
>   ASoC: Intel: use standard interface for Atom machine drivers
>   ASoC: Intel: boards: fix Skylake typo
>   ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNEL
>   ASoC: Intel: common: add quirk for APL RVP boards
> 
>  include/sound/soc-acpi.h                      | 14 +++++++
>  sound/soc/intel/atom/sst/sst_acpi.c           |  4 ++
>  sound/soc/intel/atom/sst/sst_pvt.c            |  4 +-
>  sound/soc/intel/boards/bytcr_rt5640.c         |  6 +--
>  sound/soc/intel/boards/bytcr_rt5651.c         |  6 +--
>  sound/soc/intel/boards/cht_bsw_rt5645.c       |  6 +--
>  sound/soc/intel/boards/cht_bsw_rt5672.c       |  2 +-
>  sound/soc/intel/boards/glk_rt5682_max98357a.c |  2 +-
>  sound/soc/intel/boards/kbl_da7219_max98927.c  |  8 ++--
>  sound/soc/intel/boards/kbl_rt5663_max98927.c  |  4 +-
>  sound/soc/intel/boards/skl_hda_dsp_generic.c  | 22 +++++------
>  .../soc/intel/boards/skl_nau88l25_max98357a.c |  4 +-
>  sound/soc/intel/boards/skl_nau88l25_ssm4567.c |  4 +-
>  .../intel/common/soc-acpi-intel-bxt-match.c   | 38 +++++++++++++++++++
>  sound/soc/intel/skylake/skl.c                 | 10 ++---
>  15 files changed, 87 insertions(+), 47 deletions(-)
> 
> -- 
> 2.17.1
> 

-- 
With Best Regards,
Andy Shevchenko

      parent reply	other threads:[~2018-11-01 14:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01  1:07 [PATCH 0/7] ASoC: Intel: cleanups Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 1/7] ASoC: acpi: define common interface for machine driver configuration Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 2/7] ASoC: Intel: use standard interface for Hdaudio machine driver Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 3/7] ASoC: Intel: use standard interface for Atom machine drivers Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 4/7] ASoC: Intel: boards: fix Skylake typo Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 5/7] ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNEL Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 6/7] ASoC: Intel: common: add SOF information for APL RVP Pierre-Louis Bossart
2018-11-01  1:07 ` [PATCH 7/7] ASoC: Intel: common: add quirk for APL RVP boards Pierre-Louis Bossart
2018-11-01  2:35   ` Keyon Jie
2018-11-01 14:11   ` Andy Shevchenko
2018-11-01 15:08     ` Pierre-Louis Bossart
2018-11-01 14:12 ` Andy Shevchenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181101141248.GW10650@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.