linux/drivers/staging/unisys
Don Zickus b32c4997c0 staging: unisys: Move channel creation up the stack
Instead of creating a channel struct to temporarily hold the channel
info and passing it through multiple functions until the device is
created, just create the channel from the start.

This allows us to remove the channel_info struct.

I noticed 'chan_info.addr_type' was not being used, so I just deleted it.

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-06-02 14:22:49 +09:00
..
Documentation
include staging: unisys: Convert device functions to pass dev_info pointer around 2015-05-24 13:30:31 -07:00
visorbus staging: unisys: Move channel creation up the stack 2015-06-02 14:22:49 +09:00
visorchannel staging: unisys: cleanup UNISYS_VISORUTIL 2015-05-24 13:32:15 -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