linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] spidev: Add cisco device compatible
@ 2021-01-21 23:12 Daniel Walker
  2021-01-22 13:26 ` Mark Brown
  2021-01-25 14:18 ` Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Walker @ 2021-01-21 23:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: xe-linux-external, linux-spi, linux-kernel

Add compatible string for Cisco device present on the Cisco Petra
platform.

Signed-off-by: Daniel Walker <danielwa@cisco.com>
Cc: xe-linux-external@cisco.com
---
 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)

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


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

* Re: [PATCH 2/2] spidev: Add cisco device compatible
  2021-01-21 23:12 [PATCH 2/2] spidev: Add cisco device compatible Daniel Walker
@ 2021-01-22 13:26 ` Mark Brown
  2021-01-22 18:09   ` Daniel Walker (danielwa)
  2021-01-25 14:18 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2021-01-22 13:26 UTC (permalink / raw)
  To: Daniel Walker; +Cc: xe-linux-external, linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

On Thu, Jan 21, 2021 at 03:12:36PM -0800, Daniel Walker wrote:
> Add compatible string for Cisco device present on the Cisco Petra
> platform.

I'm missing patch 1 of this series, what's the story with dependencies?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH 2/2] spidev: Add cisco device compatible
  2021-01-22 13:26 ` Mark Brown
@ 2021-01-22 18:09   ` Daniel Walker (danielwa)
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Walker (danielwa) @ 2021-01-22 18:09 UTC (permalink / raw)
  To: Mark Brown; +Cc: xe-linux-external(mailer list), linux-spi, linux-kernel

On Fri, Jan 22, 2021 at 01:26:16PM +0000, Mark Brown wrote:
> On Thu, Jan 21, 2021 at 03:12:36PM -0800, Daniel Walker wrote:
> > Add compatible string for Cisco device present on the Cisco Petra
> > platform.
> 
> I'm missing patch 1 of this series, what's the story with dependencies?


The other commit is the usage of this change in a new DTS file,

Here is the link,

https://lkml.org/lkml/2021/1/21/1469

Daniel

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

* Re: [PATCH 2/2] spidev: Add cisco device compatible
  2021-01-21 23:12 [PATCH 2/2] spidev: Add cisco device compatible Daniel Walker
  2021-01-22 13:26 ` Mark Brown
@ 2021-01-25 14:18 ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-01-25 14:18 UTC (permalink / raw)
  To: Daniel Walker; +Cc: linux-spi, linux-kernel, xe-linux-external

On Thu, 21 Jan 2021 15:12:36 -0800, Daniel Walker wrote:
> Add compatible string for Cisco device present on the Cisco Petra
> platform.

Applied to

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

Thanks!

[2/2] spidev: Add cisco device compatible
      commit: 396cf2a46adddbf51373e16225c1d25254310046

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

end of thread, other threads:[~2021-01-26  6:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 23:12 [PATCH 2/2] spidev: Add cisco device compatible Daniel Walker
2021-01-22 13:26 ` Mark Brown
2021-01-22 18:09   ` Daniel Walker (danielwa)
2021-01-25 14:18 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).