mbox series

[RFC,0/2] Add the first documentation for a CAN driver

Message ID 20220107081306.3681899-1-dario.binacchi@amarulasolutions.com (mailing list archive)
Headers show
Series Add the first documentation for a CAN driver | expand

Message

Dario Binacchi Jan. 7, 2022, 8:13 a.m. UTC
The series was born from the need to document the enabling at runtime
reception of RTR frames for the Flexcan CAN controller.
For more details see https://lore.kernel.org/all/20220106105415.pdmrdgnx6p2tyff6@pengutronix.de/


Dario Binacchi (2):
  docs: networking: device drivers: add can sub-folder
  docs: networking: device drivers: can: add flexcan

 .../device_drivers/can/freescale/flexcan.rst  | 25 +++++++++++++++++++
 .../networking/device_drivers/can/index.rst   | 20 +++++++++++++++
 .../networking/device_drivers/index.rst       |  1 +
 3 files changed, 46 insertions(+)
 create mode 100644 Documentation/networking/device_drivers/can/freescale/flexcan.rst
 create mode 100644 Documentation/networking/device_drivers/can/index.rst

Comments

Marc Kleine-Budde Jan. 7, 2022, 7:20 p.m. UTC | #1
On 07.01.2022 09:13:04, Dario Binacchi wrote:
> The series was born from the need to document the enabling at runtime
> reception of RTR frames for the Flexcan CAN controller.
> For more details see https://lore.kernel.org/all/20220106105415.pdmrdgnx6p2tyff6@pengutronix.de/

Thanks for the work, looks good. I've added some more text and send a
v3.

regards,
Marc