Skip to content

Commit

Permalink
can: Fix Links to Technologic Systems web resources
Browse files Browse the repository at this point in the history
Technologic Systems has rebranded as embeddedTS with the current
domain eventually going offline. Update web/doc URLs to correct
resource locations.

Link: https://lore.kernel.org/all/20220329201229.16279-1-kris@embeddedTS.com
Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Kris Bahnsen authored and Marc Kleine-Budde committed Apr 19, 2022
1 parent 85d4eb2 commit 20c7258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/net/can/sja1000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config CAN_TSCAN1
depends on ISA
help
This driver is for Technologic Systems' TSCAN-1 PC104 boards.
http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
https://www.embeddedts.com/products/TS-CAN1
The driver supports multiple boards and automatically configures them:
PLD IO base addresses are read from jumpers JP1 and JP2,
IRQ numbers are read from jumpers JP4 and JP5,
Expand Down
7 changes: 3 additions & 4 deletions drivers/net/can/sja1000/tscan1.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
* Copyright 2010 Andre B. Oliveira
*/

/*
* References:
* - Getting started with TS-CAN1, Technologic Systems, Jun 2009
* http://www.embeddedarm.com/documentation/ts-can1-manual.pdf
/* References:
* - Getting started with TS-CAN1, Technologic Systems, Feb 2022
* https://docs.embeddedts.com/TS-CAN1
*/

#include <linux/init.h>
Expand Down

0 comments on commit 20c7258

Please sign in to comment.