can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters
authorMax Staudt <max@enpas.org>
Sat, 18 Jun 2022 19:50:31 +0000 (21:50 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 27 Jun 2022 15:00:04 +0000 (17:00 +0200)
commit43da2f07622f41376c7ddab8f73dc2b1d3ab9715
tree322df78d0268ddbb6d3bcc3a3f60f687de099cec
parent713eb3c1261a1f89e35bdf233265aa5a2c46e9b2
can: can327: CAN/ldisc driver for ELM327 based OBD-II adapters

This is the can327 driver. It does a surprisingly good job at turning
ELM327 based OBD-II interfaces into cheap CAN interfaces for simple
homebrew projects.

Please see the included documentation for details and limitations:
Documentation/networking/device_drivers/can/can327.rst

Link: https://lore.kernel.org/all/20220618195031.10975-1-max@enpas.org
Signed-off-by: Max Staudt <max@enpas.org>
Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
[mkl: minor coding style improvements]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Documentation/networking/device_drivers/can/can327.rst [new file with mode: 0644]
Documentation/networking/device_drivers/can/index.rst
MAINTAINERS
drivers/net/can/Kconfig
drivers/net/can/Makefile
drivers/net/can/can327.c [new file with mode: 0644]