linux-kernel-test/drivers/staging/vme
Manohar Vanga a916a391d3 staging: vme: get rid of struct vme_device_id and slots
Previously, the device-driver matching mechanism depended on the
vme_device_id structure due to the need for a bind table per driver.
This method of matching is no longer used so this patch merges the
fields of struct vme_device_id into struct vme_dev. Since this also
renders the slot field meaningless, it has also been removed in this
patch.

Signed-off-by: Manohar Vanga <manohar.vanga@cern.ch>
Cc: Martyn Welch <martyn.welch@ge.com>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-10-17 15:43:13 -07:00
..
boards Staging VME: Fix remaining checkpatch.pl errors. 2011-06-28 14:04:53 -07:00
bridges staging: vme: make [alloc|free]_consistent bridge specific 2011-08-23 15:08:09 -07:00
devices staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
Kconfig
Makefile
TODO
vme_api.txt staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
vme_bridge.h staging: vme: make match() driver specific to improve non-VME64x support 2011-10-17 15:43:13 -07:00
vme.c staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00
vme.h staging: vme: get rid of struct vme_device_id and slots 2011-10-17 15:43:13 -07:00