mbox series

[0/4] ASoC: SOF: add missing MODULE_DESCRIPTION

Message ID 20240527194414.166156-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: add missing MODULE_DESCRIPTION | expand

Message

Pierre-Louis Bossart May 27, 2024, 7:44 p.m. UTC
'make W=1' now reports missing MODULE_DESCRIPTION lines. This patchset
cleans-up all the module definitions and adds MODULE_DESCRIPTION lines
as needed.

Pierre-Louis Bossart (4):
  ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE
  ASoC: SOF: AMD: group all module related information
  ASoC: SOF: reorder MODULE_ definitions
  ASoC: SOF: add missing MODULE_DESCRIPTION()

 sound/soc/sof/amd/acp-common.c                 | 4 ++--
 sound/soc/sof/amd/acp.c                        | 2 +-
 sound/soc/sof/amd/acp63.c                      | 4 ----
 sound/soc/sof/amd/pci-acp63.c                  | 1 +
 sound/soc/sof/amd/pci-rmb.c                    | 1 +
 sound/soc/sof/amd/pci-rn.c                     | 1 +
 sound/soc/sof/amd/pci-vangogh.c                | 1 +
 sound/soc/sof/amd/rembrandt.c                  | 4 ----
 sound/soc/sof/amd/renoir.c                     | 4 ----
 sound/soc/sof/amd/vangogh.c                    | 4 ----
 sound/soc/sof/core.c                           | 2 +-
 sound/soc/sof/imx/imx-common.c                 | 1 +
 sound/soc/sof/imx/imx8.c                       | 3 ++-
 sound/soc/sof/imx/imx8m.c                      | 3 ++-
 sound/soc/sof/imx/imx8ulp.c                    | 3 ++-
 sound/soc/sof/intel/atom.c                     | 1 +
 sound/soc/sof/intel/bdw.c                      | 1 +
 sound/soc/sof/intel/byt.c                      | 1 +
 sound/soc/sof/intel/hda-codec.c                | 1 +
 sound/soc/sof/intel/hda-ctrl.c                 | 1 +
 sound/soc/sof/intel/hda-mlink.c                | 1 +
 sound/soc/sof/intel/hda.c                      | 1 +
 sound/soc/sof/intel/pci-apl.c                  | 1 +
 sound/soc/sof/intel/pci-cnl.c                  | 1 +
 sound/soc/sof/intel/pci-icl.c                  | 1 +
 sound/soc/sof/intel/pci-lnl.c                  | 1 +
 sound/soc/sof/intel/pci-mtl.c                  | 1 +
 sound/soc/sof/intel/pci-skl.c                  | 1 +
 sound/soc/sof/intel/pci-tgl.c                  | 1 +
 sound/soc/sof/intel/pci-tng.c                  | 1 +
 sound/soc/sof/mediatek/mt8186/mt8186.c         | 3 ++-
 sound/soc/sof/mediatek/mt8195/mt8195.c         | 3 ++-
 sound/soc/sof/mediatek/mtk-adsp-common.c       | 1 +
 sound/soc/sof/nocodec.c                        | 2 +-
 sound/soc/sof/sof-acpi-dev.c                   | 1 +
 sound/soc/sof/sof-client-ipc-flood-test.c      | 2 +-
 sound/soc/sof/sof-client-ipc-kernel-injector.c | 2 +-
 sound/soc/sof/sof-client-ipc-msg-injector.c    | 2 +-
 sound/soc/sof/sof-client-probes.c              | 2 +-
 sound/soc/sof/sof-of-dev.c                     | 1 +
 sound/soc/sof/sof-pci-dev.c                    | 1 +
 sound/soc/sof/sof-utils.c                      | 1 +
 sound/soc/sof/stream-ipc.c                     | 2 --
 sound/soc/sof/xtensa/core.c                    | 2 +-
 44 files changed, 45 insertions(+), 33 deletions(-)

Comments

Mark Brown May 29, 2024, 5:11 p.m. UTC | #1
On Mon, 27 May 2024 14:44:10 -0500, Pierre-Louis Bossart wrote:
> 'make W=1' now reports missing MODULE_DESCRIPTION lines. This patchset
> cleans-up all the module definitions and adds MODULE_DESCRIPTION lines
> as needed.
> 
> Pierre-Louis Bossart (4):
>   ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE
>   ASoC: SOF: AMD: group all module related information
>   ASoC: SOF: reorder MODULE_ definitions
>   ASoC: SOF: add missing MODULE_DESCRIPTION()
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: SOF: stream-ipc: remove unnecessary MODULE_LICENSE
      commit: e30a942861b540e056425a8e31ba801de1ed4f25
[2/4] ASoC: SOF: AMD: group all module related information
      commit: b88056df4fcb7b5930d6ee3fef494e8729dcf2b2
[3/4] ASoC: SOF: reorder MODULE_ definitions
      commit: 06a2315da0b02db4f2115bc9253daa270571e389
[4/4] ASoC: SOF: add missing MODULE_DESCRIPTION()
      commit: 3ff78451b8e446e9a548b98a0d4dd8d24dc5780b

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