linux/drivers/staging/unisys
Don Zickus 1fb3016eab staging: unisys: Prep for removing 'info' structs
The visorbus driver has three _info structs lying around
(device, bus, channel) that store subsets of info from the
bigger structs.

Having these structs around make resource handling very difficult
and more complicated than it needs to be.  Use the device
infrastructure and instead pass 'struct visor_device' all
over the place.

In order to do that 'struct visor_device' needs to get smarter.
This patch adds the pieces to prep for it.  The new elements
will be used in later patches.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-24 13:28:55 -07:00
..
Documentation
include staging: unisys: Prep for removing 'info' structs 2015-05-24 13:28:55 -07:00
visorbus staging: unisys: Prep for removing 'info' structs 2015-05-24 13:28:55 -07:00
visorchannel staging: unisys: Get rid of references to common-spar 2015-05-24 13:28:54 -07:00
Kconfig staging: unisys: move periodic_work.c into the visorbus directory 2015-05-08 15:27:32 +02:00
MAINTAINERS
Makefile staging: unisys: remove visorutil from top level Makefile 2015-05-08 15:27:32 +02:00
TODO