RE: [PATCH] can: m_can: support transmit frame in CAN FD format

2017-03-05 Thread Wenyou.Yang
olas.fe...@atmel.com>; linux-...@vger.kernel.org; netdev@vger.kernel.org; > linux-ker...@vger.kernel.org > Subject: Re: [PATCH] can: m_can: support transmit frame in CAN FD format > > The patch has some issues: > > On 03/03/2017 06:33 AM, Wenyou Yang wrote: &

Re: [PATCH] can: m_can: support transmit frame in CAN FD format

2017-03-05 Thread Oliver Hartkopp
The patch has some issues: On 03/03/2017 06:33 AM, Wenyou Yang wrote: Add support to transmit the frame in the CAN FD format and with the bit rate switching. This is a misleading comment. "can: m_can: support transmit frame in CAN FD format" is misleading too. You were able to send CAN FD

[PATCH] can: m_can: support transmit frame in CAN FD format

2017-03-02 Thread Wenyou Yang
Add support to transmit the frame in the CAN FD format and with the bit rate switching. Tested on SAMA5D2 Xplained board. Signed-off-by: Wenyou Yang --- The testing is based on [RESEND PATCH 1/1] can: m_can: fix bitrate setup on latest silicon