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>
Showing
- drivers/net/can/usb/Kconfig 10 additions, 0 deletionsdrivers/net/can/usb/Kconfig
- drivers/net/can/usb/Makefile 1 addition, 0 deletionsdrivers/net/can/usb/Makefile
- drivers/net/can/usb/etas_es58x/Makefile 3 additions, 0 deletionsdrivers/net/can/usb/etas_es58x/Makefile
- drivers/net/can/usb/etas_es58x/es58x_core.c 2281 additions, 0 deletionsdrivers/net/can/usb/etas_es58x/es58x_core.c
- drivers/net/can/usb/etas_es58x/es58x_core.h 693 additions, 0 deletionsdrivers/net/can/usb/etas_es58x/es58x_core.h
drivers/net/can/usb/etas_es58x/Makefile
0 → 100644
drivers/net/can/usb/etas_es58x/es58x_core.c
0 → 100644
This diff is collapsed.
drivers/net/can/usb/etas_es58x/es58x_core.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment