Re: [PATCH v6 4/6] can: m_can: Support higher speed CAN-FD bitrates

2018-01-03 Thread Faiz Abbas
Hi, On Tuesday 02 January 2018 07:05 PM, Marc Kleine-Budde wrote: > On 12/22/2017 02:31 PM, Faiz Abbas wrote: >> From: Franklin S Cooper Jr >> >> During test transmitting using CAN-FD at high bitrates (> 2 Mbps) >> would fail. Scoping the signals I noticed that only a single bit >> was being tran

Re: [PATCH v6 4/6] can: m_can: Support higher speed CAN-FD bitrates

2018-01-02 Thread Marc Kleine-Budde
On 12/22/2017 02:31 PM, Faiz Abbas wrote: > From: Franklin S Cooper Jr > > During test transmitting using CAN-FD at high bitrates (> 2 Mbps) > would fail. Scoping the signals I noticed that only a single bit > was being transmitted and with a bit more investigation realized the actual > MCAN IP w

[PATCH v6 4/6] can: m_can: Support higher speed CAN-FD bitrates

2017-12-22 Thread Faiz Abbas
From: Franklin S Cooper Jr During test transmitting using CAN-FD at high bitrates (> 2 Mbps) would fail. Scoping the signals I noticed that only a single bit was being transmitted and with a bit more investigation realized the actual MCAN IP would go back to initialization mode automatically. It