Re: [PATCH] STA2X11 CAN: CAN driver for the STA2X11 board
From: Wolfgang Grandegger <hidden>
Date: 2012-05-18 06:18:52
Also in:
linux-can, lkml
From: Wolfgang Grandegger <hidden>
Date: 2012-05-18 06:18:52
Also in:
linux-can, lkml
On 05/17/2012 10:59 PM, Federico Vaga wrote:
Signed-off-by: Federico Vaga <redacted> Acked-by: Giancarlo Asnaghi <redacted> Cc: Alan Cox <redacted> --- drivers/net/can/Kconfig | 11 + drivers/net/can/Makefile | 1 + drivers/net/can/sta2x11_can.c | 1085 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1097 insertions(+), 0 deletions(-) create mode 100644 drivers/net/can/sta2x11_can.c
Thanks for your contribution. At a first glance, this driver looks similar to the pch_can and the c_can driver. It seems that a C_CAN based controller is used on that board as well. If that's true, it should be handled by the C_CAN driver. To get ride of the obsolete pch_can driver, I sent some time ago the patch "[RFC/PATCH] c_can: add driver for the PCH CAN controller": http://marc.info/?t=132991563600003&r=1&w=4 I could serve as base of a generic c_can_pci driver. Wolfgang.