Skip to content

Commit

Permalink
Staging: vme: Update support for the Universe II VME driver
Browse files Browse the repository at this point in the history
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: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Martyn Welch authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 42fb503 commit 3d0f8bc
Show file tree
Hide file tree
Showing 3 changed files with 1,832 additions and 1,609 deletions.
7 changes: 3 additions & 4 deletions drivers/staging/vme/bridges/Kconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
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"
Expand Down
Loading

0 comments on commit 3d0f8bc

Please sign in to comment.