All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ASoC: amd: ps: update license
@ 2024-02-22 10:26 Vijendar Mukunda
  2024-02-22 10:26 ` [PATCH 2/2] ASoC: amd: ps: modify ACP register end address macro Vijendar Mukunda
  2024-02-22 21:10 ` [PATCH 1/2] ASoC: amd: ps: update license Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Vijendar Mukunda @ 2024-02-22 10:26 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, Mario.Limonciello, venkataprasad.potturu,
	Basavaraj.Hiregoudar, Sunil-kumar.Dommati, syed.sabakareem,
	lgirdwood, perex, tiwai, linux-kernel, linux-sound, arnd,
	Vijendar Mukunda

To align with AMD SoundWire manager driver license, update license as
GPL-2.0-only for Pink Sardine ACP PCI driver and corresponding child
drivers.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/soc/amd/ps/Makefile     | 2 +-
 sound/soc/amd/ps/pci-ps.c     | 2 +-
 sound/soc/amd/ps/ps-mach.c    | 2 +-
 sound/soc/amd/ps/ps-pdm-dma.c | 2 +-
 sound/soc/amd/ps/ps-sdw-dma.c | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/soc/amd/ps/Makefile b/sound/soc/amd/ps/Makefile
index f2a5eaf2fa4d..b3c254886fd9 100644
--- a/sound/soc/amd/ps/Makefile
+++ b/sound/soc/amd/ps/Makefile
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0+
+# SPDX-License-Identifier: GPL-2.0-only
 # Pink Sardine platform Support
 snd-pci-ps-objs := pci-ps.o
 snd-ps-pdm-dma-objs := ps-pdm-dma.o
diff --git a/sound/soc/amd/ps/pci-ps.c b/sound/soc/amd/ps/pci-ps.c
index 205bca95aa06..c72d666d51bd 100644
--- a/sound/soc/amd/ps/pci-ps.c
+++ b/sound/soc/amd/ps/pci-ps.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * AMD Pink Sardine ACP PCI Driver
  *
diff --git a/sound/soc/amd/ps/ps-mach.c b/sound/soc/amd/ps/ps-mach.c
index 3ffbe4fdafdf..e675b8f569eb 100644
--- a/sound/soc/amd/ps/ps-mach.c
+++ b/sound/soc/amd/ps/ps-mach.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Machine driver for AMD Pink Sardine platform using DMIC
  *
diff --git a/sound/soc/amd/ps/ps-pdm-dma.c b/sound/soc/amd/ps/ps-pdm-dma.c
index d48f7c5af289..7bbacbab1095 100644
--- a/sound/soc/amd/ps/ps-pdm-dma.c
+++ b/sound/soc/amd/ps/ps-pdm-dma.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * AMD ALSA SoC Pink Sardine PDM Driver
  *
diff --git a/sound/soc/amd/ps/ps-sdw-dma.c b/sound/soc/amd/ps/ps-sdw-dma.c
index 9b59063798f2..66b800962f8c 100644
--- a/sound/soc/amd/ps/ps-sdw-dma.c
+++ b/sound/soc/amd/ps/ps-sdw-dma.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * AMD ALSA SoC Pink Sardine SoundWire DMA Driver
  *
-- 
2.34.1


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

* [PATCH 2/2] ASoC: amd: ps: modify ACP register end address macro
  2024-02-22 10:26 [PATCH 1/2] ASoC: amd: ps: update license Vijendar Mukunda
@ 2024-02-22 10:26 ` Vijendar Mukunda
  2024-02-22 21:10 ` [PATCH 1/2] ASoC: amd: ps: update license Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Vijendar Mukunda @ 2024-02-22 10:26 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, Mario.Limonciello, venkataprasad.potturu,
	Basavaraj.Hiregoudar, Sunil-kumar.Dommati, syed.sabakareem,
	lgirdwood, perex, tiwai, linux-kernel, linux-sound, arnd,
	Vijendar Mukunda

Modify ACP63_REG_END macro to access all ACP registers.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
---
 sound/soc/amd/ps/acp63.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/amd/ps/acp63.h b/sound/soc/amd/ps/acp63.h
index 65433184d03e..39208305dd6c 100644
--- a/sound/soc/amd/ps/acp63.h
+++ b/sound/soc/amd/ps/acp63.h
@@ -10,7 +10,7 @@
 
 #define ACP_DEVICE_ID 0x15E2
 #define ACP63_REG_START		0x1240000
-#define ACP63_REG_END		0x1250200
+#define ACP63_REG_END		0x125C000
 
 #define ACP_SOFT_RESET_SOFTRESET_AUDDONE_MASK	0x00010001
 #define ACP_PGFSM_CNTL_POWER_ON_MASK	1
-- 
2.34.1


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

* Re: [PATCH 1/2] ASoC: amd: ps: update license
  2024-02-22 10:26 [PATCH 1/2] ASoC: amd: ps: update license Vijendar Mukunda
  2024-02-22 10:26 ` [PATCH 2/2] ASoC: amd: ps: modify ACP register end address macro Vijendar Mukunda
@ 2024-02-22 21:10 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2024-02-22 21:10 UTC (permalink / raw)
  To: Vijendar Mukunda
  Cc: alsa-devel, Mario.Limonciello, venkataprasad.potturu,
	Basavaraj.Hiregoudar, Sunil-kumar.Dommati, syed.sabakareem,
	lgirdwood, perex, tiwai, linux-kernel, linux-sound, arnd

On Thu, 22 Feb 2024 15:56:55 +0530, Vijendar Mukunda wrote:
> To align with AMD SoundWire manager driver license, update license as
> GPL-2.0-only for Pink Sardine ACP PCI driver and corresponding child
> drivers.
> 
> 

Applied to

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

Thanks!

[1/2] ASoC: amd: ps: update license
      commit: 4c75493833a6e2095f03639f66aed5fbf2683c73
[2/2] ASoC: amd: ps: modify ACP register end address macro
      commit: 253ce07d2a091e98ef53e700e7fa221b28c4f964

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] 3+ messages in thread

end of thread, other threads:[~2024-02-22 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 10:26 [PATCH 1/2] ASoC: amd: ps: update license Vijendar Mukunda
2024-02-22 10:26 ` [PATCH 2/2] ASoC: amd: ps: modify ACP register end address macro Vijendar Mukunda
2024-02-22 21:10 ` [PATCH 1/2] ASoC: amd: ps: update license 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.