mbox series

[v2,0/1] Documentation: networking: document ISO 15765-2:2016

Message ID 20240329133458.323041-2-valla.francesco@gmail.com (mailing list archive)
Headers show
Series Documentation: networking: document ISO 15765-2:2016 | expand

Message

Francesco Valla March 29, 2024, 1:34 p.m. UTC
While the in-kernel ISO 15765-2:2016 (ISO-TP) stack is fully functional and
easy to use, no documentation exists for it.

This patch adds such documentation, containing the very basics of the protocol,
the APIs and a basic example.

Thanks,
Francesco

---
Changes in v2:
 - rename (and re-title) documentation to to align it with KConfig option,
   using ISO 15765-2:2016 instead of ISO-TP (the latter is still used for
   brevity inside the document)
 - address review comments
 - solve warnings coming from checkpatch and make htmldocs

Francesco Valla (1):
  Documentation: networking: document ISO 15765-2

 Documentation/networking/index.rst      |   1 +
 Documentation/networking/iso15765-2.rst | 357 ++++++++++++++++++++++++
 MAINTAINERS                             |   1 +
 3 files changed, 359 insertions(+)
 create mode 100644 Documentation/networking/iso15765-2.rst