Re: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD

2020-06-30 Thread Michael Walle
...@vger.kernel.org Cc: Wolfgang Grandegger ; Marc Kleine-Budde ; David S . Miller ; Jakub Kicinski ; Joakim Zhang ; dl-linux-imx ; Michael Walle Subject: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD Up until now, the controller used non-ISO CAN-FD mode, although it supports it. Add support for

Re: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD

2020-06-30 Thread Oliver Hartkopp
Kleine-Budde ; David S . Miller ; Jakub Kicinski ; Joakim Zhang ; dl-linux-imx ; Michael Walle Subject: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD Up until now, the controller used non-ISO CAN-FD mode, although it supports it. Add support for ISO mode, too. By default the hardware is in

Re: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD

2020-06-29 Thread Michael Walle
Kicinski ; Joakim Zhang ; dl-linux-imx ; Michael Walle Subject: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD Up until now, the controller used non-ISO CAN-FD mode, although it supports it. Add support for ISO mode, too. By default the hardware is in non-ISO mode and an enable bit has to be

RE: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD

2020-06-29 Thread Joakim Zhang
l-linux-imx ; Michael Walle > Subject: [PATCH 2/2] can: flexcan: add support for ISO CAN-FD > > Up until now, the controller used non-ISO CAN-FD mode, although it supports > it. > Add support for ISO mode, too. By default the hardware is in non-ISO mode and > an enable bit

[PATCH 2/2] can: flexcan: add support for ISO CAN-FD

2020-06-29 Thread Michael Walle
Up until now, the controller used non-ISO CAN-FD mode, although it supports it. Add support for ISO mode, too. By default the hardware is in non-ISO mode and an enable bit has to be explicitly set. Signed-off-by: Michael Walle --- drivers/net/can/flexcan.c | 19 --- 1 file change