All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/88] ASoC: Convert to modern PM macros
@ 2025-03-17  9:54 Takashi Iwai
  2025-03-17  9:54 ` [PATCH v2 01/88] ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS() Takashi Iwai
                   ` (88 more replies)
  0 siblings, 89 replies; 94+ messages in thread
From: Takashi Iwai @ 2025-03-17  9:54 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-sound

This is a revised series of small and trivial patches to convert to
the newer PM macros, e.g. from SET_RUNTIME_PM_OPS() to
RUNTIME_PM_OPS().

The conversions are systematic, and we could reduce messy
__maybe_unused and ifdefs with those changes.

Merely code refactoring, and shouldn't change the actual driver
behavior.

v1: https://lore.kernel.org/20250313174139.29942-1-tiwai@suse.de

v1->v2:
* Fix typos in comments and some macro usages
* Fix incorrect strings for EXPORT_NS_*()
* Drop cs35l56 patch that may break builds


Takashi

===

Takashi Iwai (88):
  ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
  ASoC: ak4375: Convert to RUNTIME_PM_OPS() & co
  ASoC: ak4458: Convert to RUNTIME_PM_OPS() & co
  ASoC: ak5558: Convert to RUNTIME_PM_OPS() & co
  ASoC: cs35l32: Convert to RUNTIME_PM_OPS()
  ASoC: cs35l33: Convert to RUNTIME_PM_OPS()
  ASoC: cs35l34: Convert to RUNTIME_PM_OPS()
  ASoC: cs4234: Convert to RUNTIME_PM_OPS()
  ASoC: cs42l42: Convert to RUNTIME_PM_OPS() & co
  ASoC: cs42l51: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: cs42l83: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: cs42xx8: Convert to EXPORT_GPL_DEV_PM_OPS()
  ASoC: cs43130: Convert to RUNTIME_PM_OPS()
  ASoC: cs4349: Convert to RUNTIME_PM_OPS()
  ASoC: cs53l30: Convert to RUNTIME_PM_OPS()
  ASoC: cx2072x: Convert to RUNTIME_PM_OPS() & co
  ASoC: da7213: Convert to RUNTIME_PM_OPS() & co
  ASoC: hdac_hdmi: Convert to RUNTIME_PM_OPS() & co
  ASoC: lpass: Convert to RUNTIME_PM_OPS()
  ASoC: max98090: Convert to RUNTIME_PM_OPS() & co
  ASoC: max98373: Convert to RUNTIME_PM_OPS() & co
  ASoC: max98390: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: max98396: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: max98520: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: max9860: Convert to RUNTIME_PM_OPS()
  ASoC: max98927: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: mt6660: Convert to RUNTIME_PM_OPS()
  ASoC: pcm512x: Convert to EXPORT_GPL_DEV_PM_OPS()
  ASoC: rt1017-sdca-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt1308-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt1316-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt1318-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt1320-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt5514: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: rt5645: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: rt5682-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt700-sdw: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt711: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt712: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt715: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt721: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt722: Convert to RUNTIME_PM_OPS() & co
  ASoC: rt9120: Convert to RUNTIME_PM_OPS()
  ASoC: rtq9128: Convert to RUNTIME_PM_OPS()
  ASoC: tas2552: Convert to RUNTIME_PM_OPS()
  ASoC: ts3a227e: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: wcd937x: Convert to RUNTIME_PM_OPS()
  ASoC: wcd938x: Convert to RUNTIME_PM_OPS()
  ASoC: wcd939x: Convert to RUNTIME_PM_OPS()
  ASoC: wm2200: Convert to RUNTIME_PM_OPS()
  ASoC: wm5100: Convert to RUNTIME_PM_OPS()
  ASoC: wm8804: Convert to EXPORT_GPL_DEV_PM_OPS()
  ASoC: wm8962: Convert to RUNTIME_PM_OPS() & co
  ASoC: wm8994: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: wsa881x: Convert to RUNTIME_PM_OPS()
  ASoC: wsa883x: Convert to RUNTIME_PM_OPS()
  ASoC: wsa884x: Convert to RUNTIME_PM_OPS()
  ASoC: dwc: Convert to RUNTIME_PM_OPS()
  ASoC: fsl: Convert to RUNTIME_PM_OPS() and co
  ASoC: img: Convert to RUNTIME_PM_OPS() and co
  ASoC: intel: avs: Convert to RUNTIME_PM_OPS()
  ASoC: intel: catpt: Convert to RUNTIME_PM_OPS() & co
  ASoC: mediatek: mt2701: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt6797: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt7986: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8173: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8183: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8186: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8188: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8192: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8195: Convert to RUNTIME_PM_OPS()
  ASoC: mediatek: mt8365: Convert to RUNTIME_PM_OPS() & co
  ASoC: qcom: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: rcar: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: rockchip: Convert to RUNTIME_PM_OPS() & co
  ASoC: samsung: Convert to RUNTIME_PM_OPS() & co
  ASoC: SOF: acpi: Convert to EXPORT_NS_DEV_PM_OPS()
  ASoC: SOF: pci: Convert to EXPORT_NS_DEV_PM_OPS()
  ASoC: SOF: of: Convert to EXPORT_DEV_PM_OPS()
  ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS()
  ASoC: sunxi: Convert to RUNTIME_PM_OPS()
  ASoC: tegra186: Convert to RUNTIME_PM_OPS() & co
  ASoC: tegra210: Convert to RUNTIME_PM_OPS() & co
  ASoC: tegra20: Convert to RUNTIME_PM_OPS() & co
  ASoC: tegra30: Convert to RUNTIME_PM_OPS() & co
  ASoC: xtensa: Convert to RUNTIME_PM_OPS()
  ASoC: amd: Convert to RUNTIME_PM_OPS() & co
  ASoC: pcm3168a: Convert to EXPORT_GPL_DEV_PM_OPS()

 sound/soc/amd/acp/acp-pci.c                | 10 ++++-----
 sound/soc/amd/acp/acp-rembrandt.c          |  6 +++---
 sound/soc/amd/acp/acp-renoir.c             |  6 +++---
 sound/soc/amd/acp/acp63.c                  |  6 +++---
 sound/soc/amd/acp/acp70.c                  |  6 +++---
 sound/soc/amd/ps/pci-ps.c                  | 12 +++++------
 sound/soc/amd/ps/ps-pdm-dma.c              | 12 +++++------
 sound/soc/amd/ps/ps-sdw-dma.c              |  6 +++---
 sound/soc/amd/rpl/rpl-pci-acp6x.c          | 10 ++++-----
 sound/soc/amd/vangogh/acp5x-pcm-dma.c      | 11 +++++-----
 sound/soc/amd/yc/acp6x-pdm-dma.c           | 12 +++++------
 sound/soc/amd/yc/pci-acp6x.c               | 10 ++++-----
 sound/soc/au1x/i2sc.c                      | 17 +++------------
 sound/soc/au1x/psc-ac97.c                  | 17 +++------------
 sound/soc/au1x/psc-i2s.c                   | 17 +++------------
 sound/soc/codecs/ak4375.c                  | 11 +++++-----
 sound/soc/codecs/ak4458.c                  | 13 +++++-------
 sound/soc/codecs/ak5558.c                  | 11 +++++-----
 sound/soc/codecs/cs35l32.c                 |  7 ++-----
 sound/soc/codecs/cs35l33.c                 | 10 ++++-----
 sound/soc/codecs/cs35l34.c                 | 10 ++++-----
 sound/soc/codecs/cs4234.c                  |  8 ++++----
 sound/soc/codecs/cs42l42-i2c.c             |  6 +++---
 sound/soc/codecs/cs42l42-sdw.c             | 16 +++++++--------
 sound/soc/codecs/cs42l51-i2c.c             |  2 +-
 sound/soc/codecs/cs42l51.c                 |  4 ++--
 sound/soc/codecs/cs42l83-i2c.c             |  6 +++---
 sound/soc/codecs/cs42xx8-i2c.c             |  2 +-
 sound/soc/codecs/cs42xx8.c                 | 10 +++------
 sound/soc/codecs/cs43130.c                 |  9 ++++----
 sound/soc/codecs/cs4349.c                  |  7 ++-----
 sound/soc/codecs/cs53l30.c                 |  7 ++-----
 sound/soc/codecs/cx2072x.c                 | 12 +++++------
 sound/soc/codecs/da7213.c                  | 10 ++++-----
 sound/soc/codecs/hdac_hdmi.c               | 15 +++-----------
 sound/soc/codecs/lpass-rx-macro.c          |  8 ++++----
 sound/soc/codecs/lpass-tx-macro.c          |  8 ++++----
 sound/soc/codecs/lpass-va-macro.c          |  8 ++++----
 sound/soc/codecs/lpass-wsa-macro.c         |  8 ++++----
 sound/soc/codecs/max98090.c                | 11 +++-------
 sound/soc/codecs/max98373-i2c.c            |  6 ++----
 sound/soc/codecs/max98373-sdw.c            | 10 ++++-----
 sound/soc/codecs/max98390.c                |  6 ++----
 sound/soc/codecs/max98396.c                |  6 ++----
 sound/soc/codecs/max98520.c                |  8 ++++----
 sound/soc/codecs/max9860.c                 |  6 ++----
 sound/soc/codecs/max98927.c                |  6 ++----
 sound/soc/codecs/mt6660.c                  |  9 ++++----
 sound/soc/codecs/pcm3168a-i2c.c            |  2 +-
 sound/soc/codecs/pcm3168a-spi.c            |  2 +-
 sound/soc/codecs/pcm3168a.c                |  7 ++-----
 sound/soc/codecs/pcm512x-i2c.c             |  2 +-
 sound/soc/codecs/pcm512x-spi.c             |  2 +-
 sound/soc/codecs/pcm512x.c                 |  7 ++-----
 sound/soc/codecs/rt1017-sdca-sdw.c         | 10 ++++-----
 sound/soc/codecs/rt1308-sdw.c              | 10 ++++-----
 sound/soc/codecs/rt1316-sdw.c              | 10 ++++-----
 sound/soc/codecs/rt1318-sdw.c              | 10 ++++-----
 sound/soc/codecs/rt1320-sdw.c              | 10 ++++-----
 sound/soc/codecs/rt5514-spi.c              |  8 ++++----
 sound/soc/codecs/rt5514.c                  |  6 +++---
 sound/soc/codecs/rt5645.c                  |  8 ++++----
 sound/soc/codecs/rt5682-sdw.c              | 12 +++++------
 sound/soc/codecs/rt700-sdw.c               | 12 +++++------
 sound/soc/codecs/rt711-sdca-sdw.c          | 12 +++++------
 sound/soc/codecs/rt711-sdw.c               | 12 +++++------
 sound/soc/codecs/rt712-sdca-dmic.c         | 12 +++++------
 sound/soc/codecs/rt712-sdca-sdw.c          | 12 +++++------
 sound/soc/codecs/rt715-sdca-sdw.c          | 10 ++++-----
 sound/soc/codecs/rt715-sdw.c               | 10 ++++-----
 sound/soc/codecs/rt721-sdca-sdw.c          | 12 +++++------
 sound/soc/codecs/rt722-sdca-sdw.c          | 12 +++++------
 sound/soc/codecs/rt9120.c                  |  8 ++++----
 sound/soc/codecs/rtq9128.c                 |  8 ++++----
 sound/soc/codecs/tas2552.c                 |  9 ++------
 sound/soc/codecs/ts3a227e.c                |  6 ++----
 sound/soc/codecs/wcd937x-sdw.c             |  8 ++++----
 sound/soc/codecs/wcd938x-sdw.c             |  8 ++++----
 sound/soc/codecs/wcd939x-sdw.c             |  8 ++++----
 sound/soc/codecs/wm2200.c                  |  7 ++-----
 sound/soc/codecs/wm5100.c                  |  7 ++-----
 sound/soc/codecs/wm8804-i2c.c              |  2 +-
 sound/soc/codecs/wm8804-spi.c              |  2 +-
 sound/soc/codecs/wm8804.c                  |  7 ++-----
 sound/soc/codecs/wm8962.c                  |  8 +++-----
 sound/soc/codecs/wm8994.c                  |  6 ++----
 sound/soc/codecs/wsa881x.c                 |  8 ++++----
 sound/soc/codecs/wsa883x.c                 |  8 ++++----
 sound/soc/codecs/wsa884x.c                 |  8 ++++----
 sound/soc/dwc/dwc-i2s.c                    |  6 +++---
 sound/soc/fsl/fsl_aud2htx.c                |  3 +--
 sound/soc/fsl/fsl_esai.c                   |  9 +++-----
 sound/soc/fsl/fsl_micfil.c                 |  9 +++-----
 sound/soc/fsl/fsl_sai.c                    |  8 +++-----
 sound/soc/fsl/fsl_xcvr.c                   |  3 +--
 sound/soc/img/img-i2s-in.c                 |  9 +++-----
 sound/soc/img/img-i2s-out.c                |  9 +++-----
 sound/soc/img/img-parallel-out.c           |  5 ++---
 sound/soc/img/img-spdif-in.c               |  9 +++-----
 sound/soc/img/img-spdif-out.c              | 10 ++++-----
 sound/soc/img/pistachio-internal-dac.c     |  8 +++-----
 sound/soc/intel/avs/core.c                 | 24 +++++++++++-----------
 sound/soc/intel/catpt/device.c             | 14 ++++++-------
 sound/soc/mediatek/mt2701/mt2701-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt6797/mt6797-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt7986/mt7986-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8186/mt8186-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8192/mt8192-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8195/mt8195-afe-pcm.c |  6 +++---
 sound/soc/mediatek/mt8365/mt8365-afe-pcm.c | 19 ++++++++---------
 sound/soc/qcom/lpass-sc7180.c              |  8 ++++----
 sound/soc/qcom/lpass-sc7280.c              |  8 ++++----
 sound/soc/renesas/rcar/core.c              |  8 ++++----
 sound/soc/rockchip/rockchip_i2s.c          |  5 ++---
 sound/soc/rockchip/rockchip_i2s_tdm.c      | 16 +++++++--------
 sound/soc/rockchip/rockchip_pdm.c          | 10 ++++-----
 sound/soc/rockchip/rockchip_spdif.c        |  9 ++++----
 sound/soc/samsung/i2s.c                    | 10 +++------
 sound/soc/sof/amd/pci-acp63.c              |  2 +-
 sound/soc/sof/amd/pci-acp70.c              |  2 +-
 sound/soc/sof/amd/pci-rn.c                 |  2 +-
 sound/soc/sof/amd/pci-vangogh.c            |  2 +-
 sound/soc/sof/imx/imx8.c                   |  2 +-
 sound/soc/sof/imx/imx9.c                   |  2 +-
 sound/soc/sof/intel/bdw.c                  |  2 +-
 sound/soc/sof/intel/byt.c                  |  2 +-
 sound/soc/sof/intel/pci-apl.c              |  2 +-
 sound/soc/sof/intel/pci-cnl.c              |  2 +-
 sound/soc/sof/intel/pci-icl.c              |  2 +-
 sound/soc/sof/intel/pci-lnl.c              |  2 +-
 sound/soc/sof/intel/pci-mtl.c              |  2 +-
 sound/soc/sof/intel/pci-ptl.c              |  2 +-
 sound/soc/sof/intel/pci-skl.c              |  2 +-
 sound/soc/sof/intel/pci-tgl.c              |  2 +-
 sound/soc/sof/intel/pci-tng.c              |  2 +-
 sound/soc/sof/mediatek/mt8186/mt8186.c     |  2 +-
 sound/soc/sof/mediatek/mt8195/mt8195.c     |  2 +-
 sound/soc/sof/sof-acpi-dev.c               |  9 ++++----
 sound/soc/sof/sof-of-dev.c                 |  8 +++-----
 sound/soc/sof/sof-pci-dev.c                |  9 ++++----
 sound/soc/stm/stm32_i2s.c                  |  6 ++----
 sound/soc/stm/stm32_sai.c                  |  6 ++----
 sound/soc/stm/stm32_sai_sub.c              |  6 ++----
 sound/soc/stm/stm32_spdifrx.c              |  6 ++----
 sound/soc/sunxi/sun4i-spdif.c              |  6 +++---
 sound/soc/sunxi/sun50i-dmic.c              |  6 +++---
 sound/soc/sunxi/sun8i-codec.c              |  6 +++---
 sound/soc/tegra/tegra186_asrc.c            | 13 ++++++------
 sound/soc/tegra/tegra186_dspk.c            | 13 ++++++------
 sound/soc/tegra/tegra20_i2s.c              | 13 ++++++------
 sound/soc/tegra/tegra20_spdif.c            | 13 ++++++------
 sound/soc/tegra/tegra210_admaif.c          | 13 ++++++------
 sound/soc/tegra/tegra210_adx.c             | 13 ++++++------
 sound/soc/tegra/tegra210_ahub.c            | 13 ++++++------
 sound/soc/tegra/tegra210_amx.c             | 13 ++++++------
 sound/soc/tegra/tegra210_dmic.c            | 13 ++++++------
 sound/soc/tegra/tegra210_i2s.c             | 13 ++++++------
 sound/soc/tegra/tegra210_mixer.c           | 13 ++++++------
 sound/soc/tegra/tegra210_mvc.c             | 13 ++++++------
 sound/soc/tegra/tegra210_ope.c             | 13 ++++++------
 sound/soc/tegra/tegra210_sfc.c             | 13 ++++++------
 sound/soc/tegra/tegra30_ahub.c             | 13 ++++++------
 sound/soc/tegra/tegra30_i2s.c              | 13 ++++++------
 sound/soc/xtensa/xtfpga-i2s.c              |  6 +++---
 167 files changed, 591 insertions(+), 764 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-03-17 21:54 UTC | newest]

Thread overview: 94+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-17  9:54 [PATCH v2 00/88] ASoC: Convert to modern PM macros Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 01/88] ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 02/88] ASoC: ak4375: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 03/88] ASoC: ak4458: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 04/88] ASoC: ak5558: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 05/88] ASoC: cs35l32: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 06/88] ASoC: cs35l33: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 07/88] ASoC: cs35l34: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 08/88] ASoC: cs4234: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 09/88] ASoC: cs42l42: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 10/88] ASoC: cs42l51: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 11/88] ASoC: cs42l83: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 12/88] ASoC: cs42xx8: Convert to EXPORT_GPL_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 13/88] ASoC: cs43130: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 14/88] ASoC: cs4349: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 15/88] ASoC: cs53l30: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 16/88] ASoC: cx2072x: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 17/88] ASoC: da7213: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 18/88] ASoC: hdac_hdmi: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 19/88] ASoC: lpass: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 20/88] ASoC: max98090: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 21/88] ASoC: max98373: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 22/88] ASoC: max98390: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 23/88] ASoC: max98396: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 24/88] ASoC: max98520: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 25/88] ASoC: max9860: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 26/88] ASoC: max98927: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 27/88] ASoC: mt6660: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 28/88] ASoC: pcm512x: Convert to EXPORT_GPL_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 29/88] ASoC: rt1017-sdca-sdw: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 30/88] ASoC: rt1308-sdw: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 31/88] ASoC: rt1316-sdw: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 32/88] ASoC: rt1318-sdw: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 33/88] ASoC: rt1320-sdw: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 34/88] ASoC: rt5514: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 35/88] ASoC: rt5645: " Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 36/88] ASoC: rt5682-sdw: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:54 ` [PATCH v2 37/88] ASoC: rt700-sdw: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 38/88] ASoC: rt711: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 39/88] ASoC: rt712: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 40/88] ASoC: rt715: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 41/88] ASoC: rt721: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 42/88] ASoC: rt722: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 43/88] ASoC: rt9120: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 44/88] ASoC: rtq9128: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 45/88] ASoC: tas2552: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 46/88] ASoC: ts3a227e: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 47/88] ASoC: wcd937x: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 48/88] ASoC: wcd938x: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 49/88] ASoC: wcd939x: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 50/88] ASoC: wm2200: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 51/88] ASoC: wm5100: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 52/88] ASoC: wm8804: Convert to EXPORT_GPL_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 53/88] ASoC: wm8962: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 54/88] ASoC: wm8994: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 55/88] ASoC: wsa881x: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 56/88] ASoC: wsa883x: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 57/88] ASoC: wsa884x: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 58/88] ASoC: dwc: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 59/88] ASoC: fsl: Convert to RUNTIME_PM_OPS() and co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 60/88] ASoC: img: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 61/88] ASoC: intel: avs: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17 10:04   ` Cezary Rojewski
2025-03-17  9:55 ` [PATCH v2 62/88] ASoC: intel: catpt: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17 10:08   ` Cezary Rojewski
2025-03-17 10:13     ` Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 63/88] ASoC: mediatek: mt2701: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 64/88] ASoC: mediatek: mt6797: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 65/88] ASoC: mediatek: mt7986: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 66/88] ASoC: mediatek: mt8173: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 67/88] ASoC: mediatek: mt8183: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 68/88] ASoC: mediatek: mt8186: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 69/88] ASoC: mediatek: mt8188: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 70/88] ASoC: mediatek: mt8192: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 71/88] ASoC: mediatek: mt8195: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 72/88] ASoC: mediatek: mt8365: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 73/88] ASoC: qcom: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 74/88] ASoC: rcar: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 75/88] ASoC: rockchip: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 76/88] ASoC: samsung: " Takashi Iwai
2025-03-17 11:39   ` Sylwester Nawrocki
2025-03-17  9:55 ` [PATCH v2 77/88] ASoC: SOF: acpi: Convert to EXPORT_NS_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 78/88] ASoC: SOF: pci: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 79/88] ASoC: SOF: of: Convert to EXPORT_DEV_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 80/88] ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 81/88] ASoC: sunxi: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 82/88] ASoC: tegra186: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 83/88] ASoC: tegra210: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 84/88] ASoC: tegra20: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 85/88] ASoC: tegra30: " Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 86/88] ASoC: xtensa: Convert to RUNTIME_PM_OPS() Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 87/88] ASoC: amd: Convert to RUNTIME_PM_OPS() & co Takashi Iwai
2025-03-17  9:55 ` [PATCH v2 88/88] ASoC: pcm3168a: Convert to EXPORT_GPL_DEV_PM_OPS() Takashi Iwai
2025-03-17 21:54 ` [PATCH v2 00/88] ASoC: Convert to modern PM macros 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.