diff options
author | Max Staudt <max@enpas.org> | 2022-06-18 21:50:31 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2022-06-27 17:00:04 +0200 |
commit | 43da2f07622f41376c7ddab8f73dc2b1d3ab9715 (patch) | |
tree | 322df78d0268ddbb6d3bcc3a3f60f687de099cec /MAINTAINERS | |
parent | 713eb3c1261a1f89e35bdf233265aa5a2c46e9b2 (diff) | |
download | lwn-43da2f07622f41376c7ddab8f73dc2b1d3ab9715.tar.gz lwn-43da2f07622f41376c7ddab8f73dc2b1d3ab9715.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36f0a205c54a..e3c0641c60cb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7315,6 +7315,13 @@ L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/ibm/ehea/ +ELM327 CAN NETWORK DRIVER +M: Max Staudt <max@enpas.org> +L: linux-can@vger.kernel.org +S: Maintained +F: Documentation/networking/device_drivers/can/can327.rst +F: drivers/net/can/can327.c + EM28XX VIDEO4LINUX DRIVER M: Mauro Carvalho Chehab <mchehab@kernel.org> L: linux-media@vger.kernel.org |