All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
To: "Zhi, Yong" <yong.zhi@intel.com>,
	Adam Thomson <Adam.Thomson.Opensource@diasemi.com>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Support Opensource <Support.Opensource@diasemi.com>
Subject: RE: [PATCH 0/3] ASoC: da7219: Reorganise device/codec level probe/remove
Date: Tue, 18 Aug 2020 17:16:49 +0000	[thread overview]
Message-ID: <DB8PR10MB3642D592D97B7AE6AA3186CF805C0@DB8PR10MB3642.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <MW3PR11MB4665D9AD35EF41A7F24F5208855C0@MW3PR11MB4665.namprd11.prod.outlook.com>

On 18 August 2020 17:39, Zhi, Yong wrote:

> > This patch set reorganises and fixes device and codec level probe/remove
> > handling within the driver, to allow clean probe and remove at the codec level.
> >
> > This set relates to an issue raised by Yong Zhi where a codec level re-probe
> > would fail due to clks still being registered from the previous instantiation.
> > In addition some improvements around regulator handling and soft reset have
> > also been included.
> >
> 
> Just to let you know that I tested this series on the JSL platform, the original issue
> was resolved, also sanity checked basic use case like plug/unplug and
> suspend/resume, no regression found.
> 
> thanks,
> yong

That's great. Many thanks for verifying your side.

WARNING: multiple messages have this Message-ID (diff)
From: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
To: "Zhi, Yong" <yong.zhi@intel.com>,
	Adam Thomson <Adam.Thomson.Opensource@diasemi.com>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Support Opensource <Support.Opensource@diasemi.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH 0/3] ASoC: da7219: Reorganise device/codec level probe/remove
Date: Tue, 18 Aug 2020 17:16:49 +0000	[thread overview]
Message-ID: <DB8PR10MB3642D592D97B7AE6AA3186CF805C0@DB8PR10MB3642.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <MW3PR11MB4665D9AD35EF41A7F24F5208855C0@MW3PR11MB4665.namprd11.prod.outlook.com>

On 18 August 2020 17:39, Zhi, Yong wrote:

> > This patch set reorganises and fixes device and codec level probe/remove
> > handling within the driver, to allow clean probe and remove at the codec level.
> >
> > This set relates to an issue raised by Yong Zhi where a codec level re-probe
> > would fail due to clks still being registered from the previous instantiation.
> > In addition some improvements around regulator handling and soft reset have
> > also been included.
> >
> 
> Just to let you know that I tested this series on the JSL platform, the original issue
> was resolved, also sanity checked basic use case like plug/unplug and
> suspend/resume, no regression found.
> 
> thanks,
> yong

That's great. Many thanks for verifying your side.

  reply	other threads:[~2020-08-18 17:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-11 16:57 [PATCH 0/3] ASoC: da7219: Reorganise device/codec level probe/remove Adam Thomson
2020-08-11 16:57 ` Adam Thomson
2020-08-11 16:57 ` [PATCH 1/3] ASoC: da7219: Move required devm_* allocations to device level code Adam Thomson
2020-08-11 16:57   ` Adam Thomson
2020-08-11 16:57 ` [PATCH 2/3] ASoC: da7219: Move soft reset handling to codec level probe Adam Thomson
2020-08-11 16:57   ` Adam Thomson
2020-08-11 16:57 ` [PATCH 3/3] ASoC: da7219: Fix clock handling around " Adam Thomson
2020-08-11 16:57   ` Adam Thomson
2020-08-18 16:38 ` [PATCH 0/3] ASoC: da7219: Reorganise device/codec level probe/remove Zhi, Yong
2020-08-18 16:38   ` Zhi, Yong
2020-08-18 17:16   ` Adam Thomson [this message]
2020-08-18 17:16     ` Adam Thomson
2020-08-18 16:55 ` Mark Brown
2020-08-18 16:55   ` Mark Brown

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=DB8PR10MB3642D592D97B7AE6AA3186CF805C0@DB8PR10MB3642.EURPRD10.PROD.OUTLOOK.COM \
    --to=adam.thomson.opensource@diasemi.com \
    --cc=Support.Opensource@diasemi.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.com \
    --cc=yong.zhi@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.