The patch series adds the basic function support for Bosch M_CAN controller Dong Aisheng (3): can: m_can: add Bosch M_CAN controller support can: m_can: add bus error handling can: m_can: add loopback and monitor mode support .../devicetree/bindings/net/can/m_can.txt | 29 + drivers/net/can/Kconfig | 5 + drivers/net/can/Makefile | 1 + drivers/net/can/m_can.c | 1096 ++++++++++++++++++++ 4 files changed, 1131 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/can/m_can.txt create mode 100644 drivers/net/can/m_can.c -- 1.7.8 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html