* [PATCH 1/1] virtio-can: Add link to CAN specification from ISO.
@ 2024-06-06 14:12 Harald Mommer
2024-06-07 3:43 ` Vincent Mailhol
2024-06-07 9:09 ` Michael S. Tsirkin
0 siblings, 2 replies; 3+ messages in thread
From: Harald Mommer @ 2024-06-06 14:12 UTC (permalink / raw)
To: virtio-dev, linux-can, netdev, linux-kernel
Cc: Wolfgang Grandegger, Marc Kleine-Budde, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Dariusz Stojaczyk,
Harald Mommer
Add link to the CAN specification in the ISO shop.
ISO 11898-1:2015
Road vehicles
Controller area network (CAN)
Part 1: Data link layer and physical signalling
The specification is not freely obtainable there.
---
introduction.tex | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/introduction.tex b/introduction.tex
index 8bcef03..72573d6 100644
--- a/introduction.tex
+++ b/introduction.tex
@@ -142,7 +142,8 @@ \section{Normative References}\label{sec:Normative References}
TRANSMISSION CONTROL PROTOCOL
\newline\url{https://www.rfc-editor.org/rfc/rfc793}\\
\phantomsection\label{intro:CAN}\textbf{[CAN]} &
- ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling\\
+ ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling
+ \newline\url{https://www.iso.org/standard/63648.html}\\
\end{longtable}
\section{Non-Normative References}
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] virtio-can: Add link to CAN specification from ISO.
2024-06-06 14:12 [PATCH 1/1] virtio-can: Add link to CAN specification from ISO Harald Mommer
@ 2024-06-07 3:43 ` Vincent Mailhol
2024-06-07 9:09 ` Michael S. Tsirkin
1 sibling, 0 replies; 3+ messages in thread
From: Vincent Mailhol @ 2024-06-07 3:43 UTC (permalink / raw)
To: Harald Mommer
Cc: virtio-dev, linux-can, netdev, linux-kernel, Wolfgang Grandegger,
Marc Kleine-Budde, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Dariusz Stojaczyk
On Thu. 6 Jun. 2024 at 23:26, Harald Mommer
<Harald.Mommer@opensynergy.com> wrote:
> Add link to the CAN specification in the ISO shop.
>
> ISO 11898-1:2015
> Road vehicles
> Controller area network (CAN)
> Part 1: Data link layer and physical signalling
>
> The specification is not freely obtainable there.
> ---
> introduction.tex | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/introduction.tex b/introduction.tex
> index 8bcef03..72573d6 100644
> --- a/introduction.tex
> +++ b/introduction.tex
Excuse my ignorance, this is not a patch toward the Linux tree, right?
Could you let me know which git tree this patch is targetting?
> @@ -142,7 +142,8 @@ \section{Normative References}\label{sec:Normative References}
> TRANSMISSION CONTROL PROTOCOL
> \newline\url{https://www.rfc-editor.org/rfc/rfc793}\\
> \phantomsection\label{intro:CAN}\textbf{[CAN]} &
> - ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling\\
> + ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling
> + \newline\url{https://www.iso.org/standard/63648.html}\\
> \end{longtable}
I just realised that ISO 11898-1:2024 was published last month:
https://www.iso.org/standard/86384.html.
Just for confirmation, are you keeping the reference to ISO
11898-1:2015 until CAN XL support gets added? If yes, OK as-is.
On my side, I now need to read the new ISO 11898-1:2024.
>
> \section{Non-Normative References}
> --
> 2.34.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] virtio-can: Add link to CAN specification from ISO.
2024-06-06 14:12 [PATCH 1/1] virtio-can: Add link to CAN specification from ISO Harald Mommer
2024-06-07 3:43 ` Vincent Mailhol
@ 2024-06-07 9:09 ` Michael S. Tsirkin
1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2024-06-07 9:09 UTC (permalink / raw)
To: Harald Mommer
Cc: virtio-dev, linux-can, netdev, linux-kernel, Wolfgang Grandegger,
Marc Kleine-Budde, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Dariusz Stojaczyk
On Thu, Jun 06, 2024 at 04:12:22PM +0200, Harald Mommer wrote:
> Add link to the CAN specification in the ISO shop.
>
> ISO 11898-1:2015
> Road vehicles
> Controller area network (CAN)
> Part 1: Data link layer and physical signalling
>
> The specification is not freely obtainable there.
This message really should not have been posted to any
of the lists that you copied.
> ---
> introduction.tex | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/introduction.tex b/introduction.tex
> index 8bcef03..72573d6 100644
> --- a/introduction.tex
> +++ b/introduction.tex
> @@ -142,7 +142,8 @@ \section{Normative References}\label{sec:Normative References}
> TRANSMISSION CONTROL PROTOCOL
> \newline\url{https://www.rfc-editor.org/rfc/rfc793}\\
> \phantomsection\label{intro:CAN}\textbf{[CAN]} &
> - ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling\\
> + ISO 11898-1:2015 Road vehicles -- Controller area network (CAN) -- Part 1: Data link layer and physical signalling
> + \newline\url{https://www.iso.org/standard/63648.html}\\
> \end{longtable}
>
> \section{Non-Normative References}
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-07 9:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06 14:12 [PATCH 1/1] virtio-can: Add link to CAN specification from ISO Harald Mommer
2024-06-07 3:43 ` Vincent Mailhol
2024-06-07 9:09 ` Michael S. Tsirkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).