linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
@ 2019-05-16 12:48 Christoph Niedermaier
  2019-05-16 15:56 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Niedermaier @ 2019-05-16 12:48 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Mark Brown, linux-spi, linux-kernel

Hi Fabio,

From: Fabio Estevam <festevam@gmail.com>
Sent: Thursday 16th May 2019 13:29
> Hi Christoph,
> 
> It seems that the [Klartext] string is added in the Subject by mistake?
> 

You are right, it has something do to with encryption on our mailing server.
I am in contact with our IT department to fix this issue.
Should I resend the patch when this issue is fixed?

Regards,
Christoph

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

* Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
  2019-05-16 12:48 [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext] Christoph Niedermaier
@ 2019-05-16 15:56 ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2019-05-16 15:56 UTC (permalink / raw)
  To: Christoph Niedermaier; +Cc: Fabio Estevam, linux-spi, linux-kernel

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

On Thu, May 16, 2019 at 12:48:10PM +0000, Christoph Niedermaier wrote:

> You are right, it has something do to with encryption on our mailing server.
> I am in contact with our IT department to fix this issue.
> Should I resend the patch when this issue is fixed?

This is already the second time you sent it today, the other time didn't
have this problem.

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

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

* RE: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
@ 2019-05-17 13:33 Christoph Niedermaier
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Niedermaier @ 2019-05-17 13:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: Fabio Estevam, linux-spi, linux-kernel

From: Mark Brown <broonie@kernel.org>
Sent: Thursday 16th May 2019 18:20
>
> On Thu, May 16, 2019 at 12:48:10PM +0000, Christoph Niedermaier wrote:
>
> > You are right, it has something do to with encryption on our mailing server.
> > I am in contact with our IT department to fix this issue.
> > Should I resend the patch when this issue is fixed?
>
> This is already the second time you sent it today, the other time didn't
> have this problem.
>

Thanks for the info, but unfortunately only the email with "[Klartext]" went to the mailing list.

Regards,
Christoph


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

* Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
  2019-05-16 11:14 Christoph Niedermaier
@ 2019-05-16 11:28 ` Fabio Estevam
  0 siblings, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2019-05-16 11:28 UTC (permalink / raw)
  To: Christoph Niedermaier; +Cc: Mark Brown, linux-spi, linux-kernel

Hi Christoph,

It seems that the [Klartext] string is added in the Subject by mistake?

On Thu, May 16, 2019 at 8:23 AM Christoph Niedermaier
<cniedermaier@dh-electronics.com> wrote:
>
> Prepare to use devices on the external SPI interface
> on a DH electronics Development Board.
>
> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>

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

* [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]
@ 2019-05-16 11:14 Christoph Niedermaier
  2019-05-16 11:28 ` Fabio Estevam
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Niedermaier @ 2019-05-16 11:14 UTC (permalink / raw)
  To: broonie, linux-spi; +Cc: linux-kernel, cniedermaier

Prepare to use devices on the external SPI interface
on a DH electronics Development Board.

Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
---
 drivers/spi/spidev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index b0c76e2626ce..61ec1dce557f 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -670,6 +670,7 @@ static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "ge,achc" },
 	{ .compatible = "semtech,sx1301" },
 	{ .compatible = "lwn,bk4" },
+	{ .compatible = "dh,dhcom-board" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);
-- 
2.11.0


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

end of thread, other threads:[~2019-05-17 13:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 12:48 [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext] Christoph Niedermaier
2019-05-16 15:56 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2019-05-17 13:33 Christoph Niedermaier
2019-05-16 11:14 Christoph Niedermaier
2019-05-16 11:28 ` Fabio Estevam

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).