Skip to content

Commit

Permalink
can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
Browse files Browse the repository at this point in the history
This patch adds support for the ES581.4 interface from ETAS
GmbH (https://www.etas.com/en/products/es58x.php).

Link: https://lore.kernel.org/r/20210410095948.233305-3-mailhol.vincent@wanadoo.fr
Co-developed-by: Arunachalam Santhanam <arunachalam.santhanam@in.bosch.com>
Signed-off-by: Arunachalam Santhanam <arunachalam.santhanam@in.bosch.com>
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Vincent Mailhol authored and Marc Kleine-Budde committed Apr 13, 2021
1 parent 8537257 commit 1dfb600
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/net/can/usb/etas_es58x/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_CAN_ETAS_ES58X) += etas_es58x.o
etas_es58x-y = es58x_core.o
etas_es58x-y = es58x_core.o es581_4.o
Loading

0 comments on commit 1dfb600

Please sign in to comment.