]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>
Sat, 10 Apr 2021 09:59:46 +0000 (18:59 +0900)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 13 Apr 2021 08:15:42 +0000 (10:15 +0200)
commit8537257874e949a59c834cecfd5a063e11b64b0b
tree2e9d107eaf1d562f403c47e52fcff03bbf27d0a6
parentcfa00070a1a82fce8c0ad3327fad1f182d4c691f
can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces

This patch adds the core support for various USB CAN interfaces from
ETAS GmbH (https://www.etas.com/en/products/es58x.php). The next
patches add the glue code drivers for the individual interfaces.

Link: https://lore.kernel.org/r/20210410095948.233305-2-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>
drivers/net/can/usb/Kconfig
drivers/net/can/usb/Makefile
drivers/net/can/usb/etas_es58x/Makefile [new file with mode: 0644]
drivers/net/can/usb/etas_es58x/es58x_core.c [new file with mode: 0644]
drivers/net/can/usb/etas_es58x/es58x_core.h [new file with mode: 0644]