Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de565664 authored by David S. Miller's avatar David S. Miller
Browse files

can: Revert outdated cc770 driver patches.



Newer versions have been floating about, and I applied
to older variant unfortunately.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ec2a5466
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -116,8 +116,6 @@ source "drivers/net/can/sja1000/Kconfig"

source "drivers/net/can/c_can/Kconfig"

source "drivers/net/can/cc770/Kconfig"

source "drivers/net/can/usb/Kconfig"

source "drivers/net/can/softing/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ obj-y += softing/
obj-$(CONFIG_CAN_SJA1000)	+= sja1000/
obj-$(CONFIG_CAN_MSCAN)		+= mscan/
obj-$(CONFIG_CAN_C_CAN)		+= c_can/
obj-$(CONFIG_CAN_CC770)		+= cc770/
obj-$(CONFIG_CAN_AT91)		+= at91_can.o
obj-$(CONFIG_CAN_TI_HECC)	+= ti_hecc.o
obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o

drivers/net/can/cc770/Kconfig

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
menuconfig CAN_CC770
	tristate "Bosch CC770 and Intel AN82527 devices"
	depends on CAN_DEV && HAS_IOMEM

if CAN_CC770

config CAN_CC770_ISA
	tristate "ISA Bus based legacy CC770 driver"
	---help---
	  This driver adds legacy support for CC770 and AN82527 chips
	  connected to the ISA bus using I/O port, memory mapped or
	  indirect access.

endif

drivers/net/can/cc770/Makefile

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
#
#  Makefile for the Bosch CC770 CAN controller drivers.
#

obj-$(CONFIG_CAN_CC770) += cc770.o
obj-$(CONFIG_CAN_CC770_ISA) += cc770_isa.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG

drivers/net/can/cc770/cc770.c

deleted100644 → 0
+0 −895

File deleted.

Preview size limit exceeded, changes collapsed.

Loading