Skip to content

Commit 55e5b97

Browse files
can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
This patch adds support for the Microchip MCP25xxFD SPI CAN controller family. Tested-by: Kurt Van Dijck <[email protected]> Tested-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 875347f commit 55e5b97

File tree

2 files changed

+2908
-0
lines changed

2 files changed

+2908
-0
lines changed

drivers/net/can/spi/mcp25xxfd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
obj-$(CONFIG_CAN_MCP25XXFD) += mcp25xxfd.o
44

55
mcp25xxfd-objs :=
6+
mcp25xxfd-objs += mcp25xxfd-core.o
67
mcp25xxfd-objs += mcp25xxfd-crc16.o
78
mcp25xxfd-objs += mcp25xxfd-regmap.o

0 commit comments

Comments
 (0)