2018-05-28 09:01:31

by Federico Vaga

[permalink] [raw]
Subject: i2c: Open Core driver

Sorry for the SPAM, I re-send the patch because I missed the documentation
file. This patch is (should) the good one :)



2018-05-28 09:00:41

by Federico Vaga

[permalink] [raw]
Subject: [PATCH V2] i2c: ocores: update HDL sources URL

The URL is broken. This patch fix it

Signed-off-by: Federico Vaga <[email protected]>
---
Documentation/i2c/busses/i2c-ocores | 2 +-
drivers/i2c/busses/i2c-ocores.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/i2c/busses/i2c-ocores b/Documentation/i2c/busses/i2c-ocores
index c269aaa2f26a..260736e28056 100644
--- a/Documentation/i2c/busses/i2c-ocores
+++ b/Documentation/i2c/busses/i2c-ocores
@@ -2,7 +2,7 @@ Kernel driver i2c-ocores

Supported adapters:
* OpenCores.org I2C controller by Richard Herveille (see datasheet link)
- Datasheet: http://www.opencores.org/projects.cgi/web/i2c/overview
+ https://opencores.org/project/i2c?do=projects&download=i2c

Author: Peter Korsgaard <[email protected]>

diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index 8c42ca7107b2..14c5f6bbfd95 100644
--- a/drivers/i2c/busses/i2c-ocores.c
+++ b/drivers/i2c/busses/i2c-ocores.c
@@ -1,6 +1,6 @@
/*
* i2c-ocores.c: I2C bus driver for OpenCores I2C controller
- * (http://www.opencores.org/projects.cgi/web/i2c/overview).
+ * (https://opencores.org/project/i2c?do=projects&download=i2c).
*
* Peter Korsgaard <[email protected]>
*
--
2.15.0


2018-05-29 18:19:22

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH V2] i2c: ocores: update HDL sources URL

On Mon, May 28, 2018 at 10:59:14AM +0200, Federico Vaga wrote:
> The URL is broken. This patch fix it
>
> Signed-off-by: Federico Vaga <[email protected]>

Shortened the URL a bit and applied to for-current, thanks!

@Peter: since the patch is trivial and nice to have in 4.17 already, I
took the liberty to apply it right away. Hope this is fine with you.


Attachments:
(No filename) (376.00 B)
signature.asc (849.00 B)
Download all attachments

2018-06-22 06:34:02

by Peter Korsgaard

[permalink] [raw]
Subject: Re: [PATCH V2] i2c: ocores: update HDL sources URL

>>>>> "Wolfram" == Wolfram Sang <[email protected]> writes:

> On Mon, May 28, 2018 at 10:59:14AM +0200, Federico Vaga wrote:
>> The URL is broken. This patch fix it
>>
>> Signed-off-by: Federico Vaga <[email protected]>

> Shortened the URL a bit and applied to for-current, thanks!

> @Peter: since the patch is trivial and nice to have in 4.17 already, I
> took the liberty to apply it right away. Hope this is fine with you.

Sorry for the slow response - Yes it is indeed.

--
Bye, Peter Korsgaard