Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: amd: Fix SPI_SPD7 value
@ 2022-11-04 10:06 Vitaly Rodionov
  2022-11-04 14:56 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Vitaly Rodionov @ 2022-11-04 10:06 UTC (permalink / raw)
  To: Sanjay R Mehta, Mark Brown, Takashi Iwai
  Cc: patches, alsa-devel, linux-kernel

According to data sheet SPI_SPD7 should be set to 7.

Signed-off-by: Vitaly Rodionov <vitalyr@opensource.cirrus.com>
---
 drivers/spi/spi-amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/spi-amd.c b/drivers/spi/spi-amd.c
index e23121456c70..bfc3ab5f39ea 100644
--- a/drivers/spi/spi-amd.c
+++ b/drivers/spi/spi-amd.c
@@ -65,7 +65,7 @@ enum amd_spi_speed {
 	F_16_66MHz,
 	F_100MHz,
 	F_800KHz,
-	SPI_SPD7,
+	SPI_SPD7 = 0x7,
 	F_50MHz = 0x4,
 	F_4MHz = 0x32,
 	F_3_17MHz = 0x3F
-- 
2.34.1


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

* Re: [PATCH] spi: amd: Fix SPI_SPD7 value
  2022-11-04 10:06 [PATCH] spi: amd: Fix SPI_SPD7 value Vitaly Rodionov
@ 2022-11-04 14:56 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-11-04 14:56 UTC (permalink / raw)
  To: Sanjay R Mehta, Takashi Iwai, Vitaly Rodionov
  Cc: patches, alsa-devel, linux-kernel

On Fri, 4 Nov 2022 10:06:37 +0000, Vitaly Rodionov wrote:
> According to data sheet SPI_SPD7 should be set to 7.
> 
> 

Applied to

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

Thanks!

[1/1] spi: amd: Fix SPI_SPD7 value
      commit: bff6bef701db784bb159a659e99c785b4594fc96

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

end of thread, other threads:[~2022-11-04 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 10:06 [PATCH] spi: amd: Fix SPI_SPD7 value Vitaly Rodionov
2022-11-04 14:56 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox