Commit db3b9e99 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: VME: move VME drivers out of staging



This moves the VME core, VME board drivers, and VME bridge drivers out
of the drivers/staging/vme/ area to drivers/vme/.

The VME device drivers have not moved out yet due to some API questions
they are still working through, that should happen soon, hopefully.

Cc: Martyn Welch <martyn.welch@ge.com>
Cc: Manohar Vanga <manohar.vanga@cern.ch>
Cc: Vincent Bossier <vincent.bossier@gmail.com>
Cc: "Emilio G. Cota" <cota@braap.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8176df8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -142,4 +142,6 @@ source "drivers/devfreq/Kconfig"

source "drivers/iio/Kconfig"

source "drivers/vme/Kconfig"

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -135,3 +135,4 @@ obj-$(CONFIG_HYPERV) += hv/

obj-$(CONFIG_PM_DEVFREQ)	+= devfreq/
obj-$(CONFIG_IIO)		+= iio/
obj-$(CONFIG_VME_BUS)		+= vme/
+0 −2
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ source "drivers/staging/vt6655/Kconfig"

source "drivers/staging/vt6656/Kconfig"

source "drivers/staging/vme/Kconfig"

source "drivers/staging/sep/Kconfig"

source "drivers/staging/iio/Kconfig"
+0 −7
Original line number Diff line number Diff line
#
# Makefile for the VME bridge device drivers.
#
obj-$(CONFIG_VME_BUS)		+= vme.o

obj-y				+= bridges/
obj-y				+= devices/
obj-y				+= boards/

drivers/staging/vme/TODO

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
				TODO
				====

- Add one or more device drivers which use the VME framework.
Loading