RE: [PATCH] can: m_can: add support for handling arbitration error

2019-10-17 Thread pankj.sharma
> From: Marc Kleine-Budde > Subject: Re: [PATCH] can: m_can: add support for handling arbitration error > > On 10/14/19 1:34 PM, Pankaj Sharma wrote: > > The Bosch MCAN hardware (3.1.0 and above) supports interrupt flag to > > detect Protocol error in arbitration phase

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
Hi Pankaj, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] [cannot apply to v5.4-rc3 next-20191014] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify th

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
Hi Pankaj, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on net/master] [cannot apply to v5.4-rc3 next-20191014] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to spec

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
Hi Pankaj, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] [cannot apply to v5.4-rc3 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify th

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread Marc Kleine-Budde
On 10/14/19 1:34 PM, Pankaj Sharma wrote: > The Bosch MCAN hardware (3.1.0 and above) supports interrupt flag to > detect Protocol error in arbitration phase. > > Transmit error statistics is currently not updated from the MCAN driver. > Protocol error in arbitration phase is a TX error and the ne

[PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread Pankaj Sharma
The Bosch MCAN hardware (3.1.0 and above) supports interrupt flag to detect Protocol error in arbitration phase. Transmit error statistics is currently not updated from the MCAN driver. Protocol error in arbitration phase is a TX error and the network statistics should be updated accordingly. The