On 24.09.22 22:24, Jacob Kroon wrote:
On 9/24/22 19:44, Oliver Hartkopp wrote:
The PCH CAN driver is a driver for a Bosch C_CAN controller IP core which
is attached to the system via PCI. This code has been introduced in 2011
by Oki Semiconductors developers to support the Intel Atom E6xx series
I/O Hub (aka EG20T IOH PCH CAN). Since 2012 the driver only has been
maintained by the kernel community.
As there is a well maintained and continously tested C_CAN/D_CAN driver
which also supports the PCI configuration from the PCH CAN EG20T setup
this driver became obsolete.
Cc: Jacob Kroon <jacob.kroon@xxxxxxxxx>
Cc: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
Cc: Dario Binacchi <dariobin@xxxxxxxxx>
Cc: Wolfgang Grandegger <wg@xxxxxxxxxxxxxx>
Signed-off-by: Oliver Hartkopp <socketcan@xxxxxxxxxxxx>
---
drivers/net/can/Kconfig | 8 -
drivers/net/can/Makefile | 1 -
drivers/net/can/c_can/Kconfig | 3 +-
drivers/net/can/pch_can.c | 1249 ---------------------------------
4 files changed, 2 insertions(+), 1259 deletions(-)
delete mode 100644 drivers/net/can/pch_can.c
Given that the current PCH driver will lockup on my system I'm all for
removing it.
:-D
Yes, I'm very grateful that you support the discussion and that you are
able to test the 'good' C_CAN/D_CAN driver on the EG20T until it works
properly.
Your testing is the missing piece to remove the PCH CAN driver.
Many thanks!
Oliver