All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: qcom: sc7180: Add missing PM ops
@ 2020-11-09 10:34 ` Cheng-Yi Chiang
  0 siblings, 0 replies; 7+ messages in thread
From: Cheng-Yi Chiang @ 2020-11-09 10:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Mark Brown, Taniya Das, Rohit kumar, Banajit Goswami,
	Patrick Lai, Andy Gross, Bjorn Andersson, Liam Girdwood,
	Rob Herring, Jaroslav Kysela, Takashi Iwai, Srini Kandagatla,
	Stephan Gerhold, Matthias Brugger, Heiko Stuebner, Srinivasa Rao,
	Ajye Huang, xuyuqing, dianders, dgreid, tzungbi, judyhsiao,
	linux-arm-kernel, linux-arm-msm, devicetree, alsa-devel,
	Cheng-Yi Chiang

Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
drivers.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 sound/soc/qcom/sc7180.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c
index b391f64c3a80..42e366ecc689 100644
--- a/sound/soc/qcom/sc7180.c
+++ b/sound/soc/qcom/sc7180.c
@@ -258,6 +258,7 @@ static struct platform_driver sc7180_snd_driver = {
 	.driver = {
 		.name = "msm-snd-sc7180",
 		.of_match_table = sc7180_snd_device_id,
+		.pm = &snd_soc_pm_ops,
 	},
 };
 module_platform_driver(sc7180_snd_driver);
-- 
2.29.2.222.g5d2a92d10f8-goog


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

* [PATCH] ASoC: qcom: sc7180: Add missing PM ops
@ 2020-11-09 10:34 ` Cheng-Yi Chiang
  0 siblings, 0 replies; 7+ messages in thread
From: Cheng-Yi Chiang @ 2020-11-09 10:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Taniya Das, alsa-devel, Banajit Goswami, Heiko Stuebner,
	Liam Girdwood, Rohit kumar, Ajye Huang, Cheng-Yi Chiang,
	Patrick Lai, Andy Gross, dgreid, devicetree, tzungbi,
	Srinivasa Rao, Stephan Gerhold, linux-arm-msm, Rob Herring,
	Matthias Brugger, Bjorn Andersson, linux-arm-kernel, dianders,
	Takashi Iwai, xuyuqing, Mark Brown, Srini Kandagatla, judyhsiao

Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
drivers.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 sound/soc/qcom/sc7180.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c
index b391f64c3a80..42e366ecc689 100644
--- a/sound/soc/qcom/sc7180.c
+++ b/sound/soc/qcom/sc7180.c
@@ -258,6 +258,7 @@ static struct platform_driver sc7180_snd_driver = {
 	.driver = {
 		.name = "msm-snd-sc7180",
 		.of_match_table = sc7180_snd_device_id,
+		.pm = &snd_soc_pm_ops,
 	},
 };
 module_platform_driver(sc7180_snd_driver);
-- 
2.29.2.222.g5d2a92d10f8-goog


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

* [PATCH] ASoC: qcom: sc7180: Add missing PM ops
@ 2020-11-09 10:34 ` Cheng-Yi Chiang
  0 siblings, 0 replies; 7+ messages in thread
From: Cheng-Yi Chiang @ 2020-11-09 10:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Taniya Das, alsa-devel, Banajit Goswami, Heiko Stuebner,
	Liam Girdwood, Rohit kumar, Ajye Huang, Cheng-Yi Chiang,
	Patrick Lai, Andy Gross, dgreid, Jaroslav Kysela, devicetree,
	tzungbi, Srinivasa Rao, Stephan Gerhold, linux-arm-msm,
	Rob Herring, Matthias Brugger, Bjorn Andersson, linux-arm-kernel,
	dianders, Takashi Iwai, xuyuqing, Mark Brown, Srini Kandagatla,
	judyhsiao

Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
drivers.

Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
---
 sound/soc/qcom/sc7180.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c
index b391f64c3a80..42e366ecc689 100644
--- a/sound/soc/qcom/sc7180.c
+++ b/sound/soc/qcom/sc7180.c
@@ -258,6 +258,7 @@ static struct platform_driver sc7180_snd_driver = {
 	.driver = {
 		.name = "msm-snd-sc7180",
 		.of_match_table = sc7180_snd_device_id,
+		.pm = &snd_soc_pm_ops,
 	},
 };
 module_platform_driver(sc7180_snd_driver);
-- 
2.29.2.222.g5d2a92d10f8-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: qcom: sc7180: Add missing PM ops
  2020-11-09 10:34 ` Cheng-Yi Chiang
  (?)
@ 2020-11-09 19:47   ` Mark Brown
  -1 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2020-11-09 19:47 UTC (permalink / raw)
  To: Cheng-Yi Chiang, linux-kernel
  Cc: Bjorn Andersson, linux-arm-kernel, Banajit Goswami,
	Srini Kandagatla, dianders, Stephan Gerhold, Matthias Brugger,
	xuyuqing, dgreid, alsa-devel, Rob Herring, Taniya Das, judyhsiao,
	Takashi Iwai, Patrick Lai, Heiko Stuebner, Andy Gross,
	devicetree, Liam Girdwood, Rohit kumar, linux-arm-msm, tzungbi,
	Srinivasa Rao, Ajye Huang

On Mon, 9 Nov 2020 18:34:15 +0800, Cheng-Yi Chiang wrote:
> Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
> drivers.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: qcom: sc7180: Add missing PM ops
      commit: b2fc3029308dd1bace4c11c733eca2ef941b0e29

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH] ASoC: qcom: sc7180: Add missing PM ops
@ 2020-11-09 19:47   ` Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2020-11-09 19:47 UTC (permalink / raw)
  To: Cheng-Yi Chiang, linux-kernel
  Cc: Taniya Das, alsa-devel, Banajit Goswami, Heiko Stuebner,
	Takashi Iwai, Srini Kandagatla, Ajye Huang, Patrick Lai,
	Andy Gross, dgreid, devicetree, tzungbi, Srinivasa Rao,
	Stephan Gerhold, linux-arm-msm, Rob Herring, Matthias Brugger,
	Bjorn Andersson, linux-arm-kernel, dianders, Liam Girdwood,
	xuyuqing, Rohit kumar, judyhsiao

On Mon, 9 Nov 2020 18:34:15 +0800, Cheng-Yi Chiang wrote:
> Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
> drivers.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: qcom: sc7180: Add missing PM ops
      commit: b2fc3029308dd1bace4c11c733eca2ef941b0e29

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH] ASoC: qcom: sc7180: Add missing PM ops
@ 2020-11-09 19:47   ` Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2020-11-09 19:47 UTC (permalink / raw)
  To: Cheng-Yi Chiang, linux-kernel
  Cc: Taniya Das, alsa-devel, Banajit Goswami, Heiko Stuebner,
	Takashi Iwai, Srini Kandagatla, Ajye Huang, Patrick Lai,
	Andy Gross, dgreid, devicetree, tzungbi, Srinivasa Rao,
	Stephan Gerhold, linux-arm-msm, Rob Herring, Matthias Brugger,
	Bjorn Andersson, linux-arm-kernel, dianders, Liam Girdwood,
	xuyuqing, Rohit kumar, judyhsiao

On Mon, 9 Nov 2020 18:34:15 +0800, Cheng-Yi Chiang wrote:
> Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
> drivers.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: qcom: sc7180: Add missing PM ops
      commit: b2fc3029308dd1bace4c11c733eca2ef941b0e29

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: qcom: sc7180: Add missing PM ops
  2020-11-09 10:34 ` Cheng-Yi Chiang
                   ` (2 preceding siblings ...)
  (?)
@ 2020-12-29 20:15 ` patchwork-bot+linux-arm-msm
  -1 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2020-12-29 20:15 UTC (permalink / raw)
  To: Cheng-Yi Chiang; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Mon,  9 Nov 2020 18:34:15 +0800 you wrote:
> Use PM ops snd_soc_pm_ops to handle suspend/resume like other machine
> drivers.
> 
> Signed-off-by: Cheng-Yi Chiang <cychiang@chromium.org>
> ---
>  sound/soc/qcom/sc7180.c | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - ASoC: qcom: sc7180: Add missing PM ops
    https://git.kernel.org/qcom/c/b2fc3029308d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2020-12-29 20:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 10:34 [PATCH] ASoC: qcom: sc7180: Add missing PM ops Cheng-Yi Chiang
2020-11-09 10:34 ` Cheng-Yi Chiang
2020-11-09 10:34 ` Cheng-Yi Chiang
2020-11-09 19:47 ` Mark Brown
2020-11-09 19:47   ` Mark Brown
2020-11-09 19:47   ` Mark Brown
2020-12-29 20:15 ` patchwork-bot+linux-arm-msm

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.