All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spidev: Add Micron SPI NOR Authenta device compatible
@ 2021-04-19 20:40 shiva.linuxworks
  2021-04-20 18:35 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: shiva.linuxworks @ 2021-04-19 20:40 UTC (permalink / raw)
  To: broonie, linux-spi; +Cc: linux-kernel, Shivamurthy Shastri

From: Shivamurthy Shastri <sshivamurthy@micron.com>

Add compatible string for Micron SPI NOR Authenta device.

Signed-off-by: Shivamurthy Shastri <sshivamurthy@micron.com>
---
 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index 8cb4d923aeaa..f56e0e975a46 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -683,6 +683,7 @@ static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "dh,dhcom-board" },
 	{ .compatible = "menlo,m53cpld" },
 	{ .compatible = "cisco,spi-petra" },
+	{ .compatible = "micron,spi-authenta" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
-- 
2.25.1


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

* Re: [PATCH] spidev: Add Micron SPI NOR Authenta device compatible
  2021-04-19 20:40 [PATCH] spidev: Add Micron SPI NOR Authenta device compatible shiva.linuxworks
@ 2021-04-20 18:35 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2021-04-20 18:35 UTC (permalink / raw)
  To: linux-spi, shiva.linuxworks; +Cc: Mark Brown, Shivamurthy Shastri, linux-kernel

On Mon, 19 Apr 2021 20:40:15 +0000, shiva.linuxworks@gmail.com wrote:
> Add compatible string for Micron SPI NOR Authenta device.

Applied to

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

Thanks!

[1/1] spidev: Add Micron SPI NOR Authenta device compatible
      commit: 3a1634daf8cbf7d1e76b120fea9665325557be8c

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:[~2021-04-20 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 20:40 [PATCH] spidev: Add Micron SPI NOR Authenta device compatible shiva.linuxworks
2021-04-20 18:35 ` 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.