Skip to content

Commit

Permalink
can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
Browse files Browse the repository at this point in the history
This patch adds support for the Microchip MCP25xxFD SPI CAN controller family.

Tested-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/r/20200918172536.2074504-4-mkl@pengutronix.de
  • Loading branch information
Marc Kleine-Budde committed Sep 21, 2020
1 parent 875347f commit 55e5b97
Show file tree
Hide file tree
Showing 2 changed files with 2,908 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/can/spi/mcp25xxfd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
obj-$(CONFIG_CAN_MCP25XXFD) += mcp25xxfd.o

mcp25xxfd-objs :=
mcp25xxfd-objs += mcp25xxfd-core.o
mcp25xxfd-objs += mcp25xxfd-crc16.o
mcp25xxfd-objs += mcp25xxfd-regmap.o
Loading

0 comments on commit 55e5b97

Please sign in to comment.