aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Vaga <federico.vaga@vaga.pv.it>2018-05-28 04:59:14 -0400
committerWolfram Sang <wsa@the-dreams.de>2018-05-29 14:14:32 -0400
commita0ccb6b54bdde16885ac99f49ee8031cf1c71abe (patch)
tree73a92eb049f7cee7b8c00a0b1c762765621e01c6
parentf3c6a2cfa5d74fb527b95d842e0a949e95845cea (diff)
i2c: ocores: update HDL sources URL
The URL is broken. This patch fixes it. Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> [wsa: shortened the URL a bit] Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--Documentation/i2c/busses/i2c-ocores2
-rw-r--r--drivers/i2c/busses/i2c-ocores.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/busses/i2c-ocores b/Documentation/i2c/busses/i2c-ocores
index c269aaa2f26a..9e1dfe7553ad 100644
--- a/Documentation/i2c/busses/i2c-ocores
+++ b/Documentation/i2c/busses/i2c-ocores
@@ -2,7 +2,7 @@ Kernel driver i2c-ocores
2 2
3Supported adapters: 3Supported adapters:
4 * OpenCores.org I2C controller by Richard Herveille (see datasheet link) 4 * OpenCores.org I2C controller by Richard Herveille (see datasheet link)
5 Datasheet: http://www.opencores.org/projects.cgi/web/i2c/overview 5 https://opencores.org/project/i2c/overview
6 6
7Author: Peter Korsgaard <jacmet@sunsite.dk> 7Author: Peter Korsgaard <jacmet@sunsite.dk>
8 8
diff --git a/drivers/i2c/busses/i2c-ocores.c b/drivers/i2c/busses/i2c-ocores.c
index 8c42ca7107b2..45ae3c025bf6 100644
--- a/drivers/i2c/busses/i2c-ocores.c
+++ b/drivers/i2c/busses/i2c-ocores.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller 2 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller
3 * (http://www.opencores.org/projects.cgi/web/i2c/overview). 3 * (https://opencores.org/project/i2c/overview)
4 * 4 *
5 * Peter Korsgaard <jacmet@sunsite.dk> 5 * Peter Korsgaard <jacmet@sunsite.dk>
6 * 6 *