[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230517094903.2895238-1-claudiu.beznea@microchip.com>
Date: Wed, 17 May 2023 12:49:01 +0300
From: Claudiu Beznea <claudiu.beznea@...rochip.com>
To: <perex@...ex.cz>, <tiwai@...e.com>, <lgirdwood@...il.com>,
<broonie@...nel.org>, <oder_chiou@...ltek.com>,
<shengjiu.wang@...il.com>, <Xiubo.Lee@...il.com>,
<festevam@...il.com>, <nicoleotsuka@...il.com>,
<shawnguo@...nel.org>, <s.hauer@...gutronix.de>,
<kernel@...gutronix.de>, <linux-imx@....com>,
<cezary.rojewski@...el.com>,
<pierre-louis.bossart@...ux.intel.com>,
<peter.ujfalusi@...ux.intel.com>,
<yung-chuan.liao@...ux.intel.com>,
<ranjani.sridharan@...ux.intel.com>,
<kai.vehmanen@...ux.intel.com>, <matthias.bgg@...il.com>,
<angelogioacchino.delregno@...labora.com>,
<srinivas.kandagatla@...aro.org>, <bgoswami@...cinc.com>,
<vkoul@...nel.org>, <daniel.baluta@....com>,
<thierry.reding@...il.com>, <jonathanh@...dia.com>,
<jarkko.nikula@...mer.com>
CC: <alsa-devel@...a-project.org>, <linux-kernel@...r.kernel.org>,
<patches@...nsource.cirrus.com>, <linuxppc-dev@...ts.ozlabs.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<sound-open-firmware@...a-project.org>,
<linux-tegra@...r.kernel.org>, <linux-omap@...r.kernel.org>,
Claudiu Beznea <claudiu.beznea@...rochip.com>
Subject: [PATCH v2 0/2] ASoC: do not include runtime_pm.h if not needed
Hi,
Series removes the pm_runtime.h inclusion in files where
APIs exported though pm_runtime.h are not used. In case
of files that make use of pm.h which comes form pm_runtime.h
added patch 2/2.
Changes were built with allmodconfig on ARM and x86_64 and checked
all the changed files were built at least once.
Thank you,
Claudiu Beznea
Changes in v2:
- removed cs35l45 handling
- changed a bit commit description
- added patch 2/2
- collected Jarkko Nikula's tag
Claudiu Beznea (2):
ASoC: do not include pm_runtime.h if not used
ASoC: use pm.h instead of runtime_pm.h
sound/hda/hdac_regmap.c | 1 -
sound/pci/hda/hda_bind.c | 1 -
sound/soc/amd/acp/acp-pci.c | 1 -
sound/soc/amd/acp/acp-platform.c | 1 -
sound/soc/codecs/max98090.c | 1 -
sound/soc/codecs/max98373-i2c.c | 2 +-
sound/soc/codecs/pcm186x.c | 1 -
sound/soc/codecs/rk3328_codec.c | 1 -
sound/soc/codecs/rt5682-i2c.c | 1 -
sound/soc/codecs/rt5682s.c | 1 -
sound/soc/codecs/tas2562.c | 1 -
sound/soc/codecs/tas5720.c | 1 -
sound/soc/codecs/tas6424.c | 1 -
sound/soc/codecs/wm_adsp.c | 1 -
sound/soc/fsl/imx-audmix.c | 1 -
sound/soc/intel/atom/sst/sst_acpi.c | 1 -
sound/soc/intel/atom/sst/sst_ipc.c | 1 -
sound/soc/intel/atom/sst/sst_loader.c | 1 -
sound/soc/intel/atom/sst/sst_pci.c | 1 -
sound/soc/intel/atom/sst/sst_stream.c | 1 -
sound/soc/mediatek/mt8186/mt8186-afe-control.c | 1 -
sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c | 1 -
sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c | 1 -
sound/soc/mediatek/mt8192/mt8192-afe-control.c | 2 --
sound/soc/qcom/lpass-sc7180.c | 2 +-
sound/soc/qcom/lpass-sc7280.c | 2 +-
sound/soc/soc-compress.c | 1 -
sound/soc/soc-pcm.c | 1 -
sound/soc/sof/intel/hda-loader-skl.c | 1 -
sound/soc/sof/intel/hda-stream.c | 1 -
sound/soc/sof/intel/skl.c | 1 -
sound/soc/sof/mediatek/mt8186/mt8186-clk.c | 1 -
sound/soc/sof/mediatek/mt8195/mt8195-clk.c | 1 -
sound/soc/tegra/tegra20_ac97.c | 1 -
sound/soc/ti/omap-mcbsp-st.c | 1 -
35 files changed, 3 insertions(+), 36 deletions(-)
--
2.34.1
Powered by blists - more mailing lists