Commit 3d0f8bc7 authored by Martyn Welch's avatar Martyn Welch Committed by Greg Kroah-Hartman
Browse files

Staging: vme: Update support for the Universe II VME driver



This patch starts the reworking of the vme_ca91cx42.c for the VME core. The
driver seems to have only supported the Universe II for a long time, I have no
hardware to check to see if it would work on the Universe I.

This patch is compile tested with minimal run-time testing. It enables basic
support for slave and master windows and interrupts. The master windows have
undergone basic run testing.

Signed-off-by: default avatarMartyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 42fb5031
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
comment "VME Bridge Drivers"

config VME_CA91CX42
	tristate "Universe I/II"
	depends on BROKEN
	tristate "Universe II"
	help
	 If you say Y here you get support for the Tundra CA91C042 (Universe I)
	 and CA91C142 (Universe II) VME bridge chips.
	 If you say Y here you get support for the Tundra CA91C142
	 (Universe II) VME bridge chip.

config VME_TSI148
	tristate "Tempe"
+1404 −1282

File changed.

Preview size limit exceeded, changes collapsed.

+425 −323

File changed.

Preview size limit exceeded, changes collapsed.