RE: [PATCH 2/2] can: xilinx: fix bug in bus error handling

2015-10-22 Thread Appana Durga Kedareswara Rao
reswara Rao; linux-...@vger.kernel.org; > netdev@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH 2/2] can: xilinx: fix bug in bus error handling > > On Thu, 2015-10-22 at 10:16AM +0530, Kedareswara rao Appana wrote: > >

Re: [PATCH 2/2] can: xilinx: fix bug in bus error handling

2015-10-22 Thread Sören Brinkmann
On Thu, 2015-10-22 at 10:16AM +0530, Kedareswara rao Appana wrote: > Simply resetting the peripheral on bus off condition is not enough, > Because we also need to re-initialize the whole device. > This patch fixes this issue. > > Signed-off-by: Kedareswara rao Appana > --- >

[PATCH 2/2] can: xilinx: fix bug in bus error handling

2015-10-21 Thread Kedareswara rao Appana
Simply resetting the peripheral on bus off condition is not enough, Because we also need to re-initialize the whole device. This patch fixes this issue. Signed-off-by: Kedareswara rao Appana --- drivers/net/can/xilinx_can.c | 7 +-- 1 file changed, 5 insertions(+), 2