2019-05-16 11:25:10

by Christoph Niedermaier

[permalink] [raw]
Subject: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]

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

Signed-off-by: Christoph Niedermaier <[email protected]>
---
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


2019-05-16 11:31:46

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]

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
<[email protected]> wrote:
>
> Prepare to use devices on the external SPI interface
> on a DH electronics Development Board.
>
> Signed-off-by: Christoph Niedermaier <[email protected]>

2019-05-16 12:57:41

by Christoph Niedermaier

[permalink] [raw]
Subject: Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]

Hi Fabio,

From: Fabio Estevam <[email protected]>
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

2019-05-16 17:04:23

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]

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.


Attachments:
(No filename) (366.00 B)
signature.asc (499.00 B)
Download all attachments

2019-05-17 14:18:22

by Christoph Niedermaier

[permalink] [raw]
Subject: RE: [PATCH] spi: spidev: Add dhcom-board to compatibility list [Klartext]

From: Mark Brown <[email protected]>
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