All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: Fix Links to Technologic Systems web resources
@ 2022-03-03 22:55 Kris Bahnsen
  2022-03-04  7:24 ` Marc Kleine-Budde
  2022-03-07  9:22 ` Bartosz Golaszewski
  0 siblings, 2 replies; 7+ messages in thread
From: Kris Bahnsen @ 2022-03-03 22:55 UTC (permalink / raw)
  To: linus.walleij, brgl, wg, mkl, linux-gpio, linux-can; +Cc: Kris Bahnsen

Technologic Systems has rebranded as embeddedTS with the current
domain eventually going offline. Update web/doc URLs to correct
resource locations.

Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
---
 drivers/gpio/gpio-ts5500.c       | 4 ++--
 drivers/net/can/sja1000/Kconfig  | 2 +-
 drivers/net/can/sja1000/tscan1.c | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpio/gpio-ts5500.c b/drivers/gpio/gpio-ts5500.c
index b159e92a3612..8e03614c7a24 100644
--- a/drivers/gpio/gpio-ts5500.c
+++ b/drivers/gpio/gpio-ts5500.c
@@ -11,11 +11,11 @@
  * Actually, the following platforms have DIO support:
  *
  * TS-5500:
- *   Documentation: http://wiki.embeddedarm.com/wiki/TS-5500
+ *   Documentation: https://docs.embeddedts.com/TS-5500
  *   Blocks: DIO1, DIO2 and LCD port.
  *
  * TS-5600:
- *   Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
+ *   Documentation: https://docs.embeddedts.com/TS-5600
  *   Blocks: LCD port (identical to TS-5500 LCD).
  */
 
diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig
index 110071b26921..4b2f9cb17fc3 100644
--- a/drivers/net/can/sja1000/Kconfig
+++ b/drivers/net/can/sja1000/Kconfig
@@ -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,
diff --git a/drivers/net/can/sja1000/tscan1.c b/drivers/net/can/sja1000/tscan1.c
index 3dbba8d61afb..749002f21e27 100644
--- a/drivers/net/can/sja1000/tscan1.c
+++ b/drivers/net/can/sja1000/tscan1.c
@@ -7,8 +7,8 @@
 
 /*
  * References:
- * - Getting started with TS-CAN1, Technologic Systems, Jun 2009
- *	http://www.embeddedarm.com/documentation/ts-can1-manual.pdf
+ * - Getting started with TS-CAN1, Technologic Systems, Feb 2022
+ *	https://docs.embeddedts.com/TS-CAN1
  */
 
 #include <linux/init.h>
-- 
2.11.0


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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-03 22:55 [PATCH] drivers: Fix Links to Technologic Systems web resources Kris Bahnsen
@ 2022-03-04  7:24 ` Marc Kleine-Budde
  2022-03-07  9:22 ` Bartosz Golaszewski
  1 sibling, 0 replies; 7+ messages in thread
From: Marc Kleine-Budde @ 2022-03-04  7:24 UTC (permalink / raw)
  To: Kris Bahnsen; +Cc: linus.walleij, brgl, wg, linux-gpio, linux-can

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

On 03.03.2022 14:55:25, Kris Bahnsen wrote:
> Technologic Systems has rebranded as embeddedTS with the current
> domain eventually going offline. Update web/doc URLs to correct
> resource locations.
> 
> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
> ---
>  drivers/net/can/sja1000/Kconfig  | 2 +-
>  drivers/net/can/sja1000/tscan1.c | 4 ++--

For the CAN part:

Acked-by: Marc Kleine-Budde

regards,
Marc
-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

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

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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-03 22:55 [PATCH] drivers: Fix Links to Technologic Systems web resources Kris Bahnsen
  2022-03-04  7:24 ` Marc Kleine-Budde
@ 2022-03-07  9:22 ` Bartosz Golaszewski
  2022-03-28 17:49   ` Kris Bahnsen
  1 sibling, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2022-03-07  9:22 UTC (permalink / raw)
  To: Kris Bahnsen; +Cc: Linus Walleij, wg, mkl, open list:GPIO SUBSYSTEM, linux-can

On Thu, Mar 3, 2022 at 11:57 PM Kris Bahnsen <kris@embeddedts.com> wrote:
>
> Technologic Systems has rebranded as embeddedTS with the current
> domain eventually going offline. Update web/doc URLs to correct
> resource locations.
>
> Signed-off-by: Kris Bahnsen <kris@embeddedTS.com>
> ---
>  drivers/gpio/gpio-ts5500.c       | 4 ++--
>  drivers/net/can/sja1000/Kconfig  | 2 +-
>  drivers/net/can/sja1000/tscan1.c | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpio/gpio-ts5500.c b/drivers/gpio/gpio-ts5500.c
> index b159e92a3612..8e03614c7a24 100644
> --- a/drivers/gpio/gpio-ts5500.c
> +++ b/drivers/gpio/gpio-ts5500.c
> @@ -11,11 +11,11 @@
>   * Actually, the following platforms have DIO support:
>   *
>   * TS-5500:
> - *   Documentation: http://wiki.embeddedarm.com/wiki/TS-5500
> + *   Documentation: https://docs.embeddedts.com/TS-5500
>   *   Blocks: DIO1, DIO2 and LCD port.
>   *
>   * TS-5600:
> - *   Documentation: http://wiki.embeddedarm.com/wiki/TS-5600
> + *   Documentation: https://docs.embeddedts.com/TS-5600
>   *   Blocks: LCD port (identical to TS-5500 LCD).
>   */

For GPIO

Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>

>
> diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig
> index 110071b26921..4b2f9cb17fc3 100644
> --- a/drivers/net/can/sja1000/Kconfig
> +++ b/drivers/net/can/sja1000/Kconfig
> @@ -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,
> diff --git a/drivers/net/can/sja1000/tscan1.c b/drivers/net/can/sja1000/tscan1.c
> index 3dbba8d61afb..749002f21e27 100644
> --- a/drivers/net/can/sja1000/tscan1.c
> +++ b/drivers/net/can/sja1000/tscan1.c
> @@ -7,8 +7,8 @@
>
>  /*
>   * References:
> - * - Getting started with TS-CAN1, Technologic Systems, Jun 2009
> - *     http://www.embeddedarm.com/documentation/ts-can1-manual.pdf
> + * - Getting started with TS-CAN1, Technologic Systems, Feb 2022
> + *     https://docs.embeddedts.com/TS-CAN1
>   */
>
>  #include <linux/init.h>
> --
> 2.11.0
>

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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-07  9:22 ` Bartosz Golaszewski
@ 2022-03-28 17:49   ` Kris Bahnsen
  2022-03-28 17:58     ` Marc Kleine-Budde
  0 siblings, 1 reply; 7+ messages in thread
From: Kris Bahnsen @ 2022-03-28 17:49 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Linus Walleij, wg, mkl, open list:GPIO SUBSYSTEM, linux-can

On Fri, 2022-03-04 at 08:24 +0100, Marc Kleine-Budde wrote:
> 
> For the CAN part:
> 
> Acked-by: Marc Kleine-Budde
> 
> regards,
> Marc

On Mon, 2022-03-07 at 10:22 +0100, Bartosz Golaszewski wrote:
> 
> For GPIO
> 
> Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
> 


Inquiring about the status of this patch. I have not seen it show up in
any repositories. Is there any other action I need to take at this time?
Apologies if this time frame is normal for such a low priority patch, I
am not sure what to expect. Thanks!

Kris

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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-28 17:49   ` Kris Bahnsen
@ 2022-03-28 17:58     ` Marc Kleine-Budde
  2022-03-29 13:18       ` Bartosz Golaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Marc Kleine-Budde @ 2022-03-28 17:58 UTC (permalink / raw)
  To: Kris Bahnsen
  Cc: Bartosz Golaszewski, Linus Walleij, wg, open list:GPIO SUBSYSTEM,
	linux-can

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

On 28.03.2022 10:49:20, Kris Bahnsen wrote:
> On Fri, 2022-03-04 at 08:24 +0100, Marc Kleine-Budde wrote:
> > 
> > For the CAN part:
> > 
> > Acked-by: Marc Kleine-Budde
> > 
> > regards,
> > Marc
> 
> On Mon, 2022-03-07 at 10:22 +0100, Bartosz Golaszewski wrote:
> > 
> > For GPIO
> > 
> > Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
> > 
> 
> 
> Inquiring about the status of this patch. I have not seen it show up in
> any repositories. Is there any other action I need to take at this time?
> Apologies if this time frame is normal for such a low priority patch, I
> am not sure what to expect. Thanks!

I'm taking the CAN part. I think it's best to repost the GPIO part as a
separate patch.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

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

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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-28 17:58     ` Marc Kleine-Budde
@ 2022-03-29 13:18       ` Bartosz Golaszewski
  2022-03-29 16:38         ` Kris Bahnsen
  0 siblings, 1 reply; 7+ messages in thread
From: Bartosz Golaszewski @ 2022-03-29 13:18 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: Kris Bahnsen, Linus Walleij, wg, open list:GPIO SUBSYSTEM, linux-can

On Mon, Mar 28, 2022 at 7:58 PM Marc Kleine-Budde <mkl@pengutronix.de> wrote:
>
> On 28.03.2022 10:49:20, Kris Bahnsen wrote:
> > On Fri, 2022-03-04 at 08:24 +0100, Marc Kleine-Budde wrote:
> > >
> > > For the CAN part:
> > >
> > > Acked-by: Marc Kleine-Budde
> > >
> > > regards,
> > > Marc
> >
> > On Mon, 2022-03-07 at 10:22 +0100, Bartosz Golaszewski wrote:
> > >
> > > For GPIO
> > >
> > > Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
> > >
> >
> >
> > Inquiring about the status of this patch. I have not seen it show up in
> > any repositories. Is there any other action I need to take at this time?
> > Apologies if this time frame is normal for such a low priority patch, I
> > am not sure what to expect. Thanks!
>
> I'm taking the CAN part. I think it's best to repost the GPIO part as a
> separate patch.
>

Yes please, and for the future: if possible separate such changes into
patches aimed at different maintainers.

Bart

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

* Re: [PATCH] drivers: Fix Links to Technologic Systems web resources
  2022-03-29 13:18       ` Bartosz Golaszewski
@ 2022-03-29 16:38         ` Kris Bahnsen
  0 siblings, 0 replies; 7+ messages in thread
From: Kris Bahnsen @ 2022-03-29 16:38 UTC (permalink / raw)
  To: Bartosz Golaszewski, Marc Kleine-Budde
  Cc: Linus Walleij, wg, open list:GPIO SUBSYSTEM, linux-can

On Tue, 2022-03-29 at 15:18 +0200, Bartosz Golaszewski wrote:
> On Mon, Mar 28, 2022 at 7:58 PM Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> > 
> > I'm taking the CAN part. I think it's best to repost the GPIO part as a
> > separate patch.
> > 
> 
> Yes please, and for the future: if possible separate such changes into
> patches aimed at different maintainers.
> 
> Bart
> 

Understood. Thank you for the information.

Kris

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

end of thread, other threads:[~2022-03-29 16:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-03 22:55 [PATCH] drivers: Fix Links to Technologic Systems web resources Kris Bahnsen
2022-03-04  7:24 ` Marc Kleine-Budde
2022-03-07  9:22 ` Bartosz Golaszewski
2022-03-28 17:49   ` Kris Bahnsen
2022-03-28 17:58     ` Marc Kleine-Budde
2022-03-29 13:18       ` Bartosz Golaszewski
2022-03-29 16:38         ` Kris Bahnsen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.