staging: unisys: Add s-Par visorhba
authorDavid Kershner <david.kershner@unisys.com>
Thu, 24 Sep 2015 15:00:40 +0000 (11:00 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 02:11:45 +0000 (04:11 +0200)
commitd2c3506be646a495a4e3f1d1ce9540916703c244
tree7cba66b85f8ebc49ff8a915d855b4cbf1c89f7a3
parenta6c8746d54047640e71572d3f48f0bf5708bc92f
staging: unisys: Add s-Par visorhba

This driver create a host bus adapter device when s-Par sends a
device create message to create a storage adapter on the visorbus.
When the message is received by visorbus, the visorhba_probe function
is called and the hba device is created and managed by the visorhba
driver.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/include/iochannel.h
drivers/staging/unisys/visorhba/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visorhba/Makefile [new file with mode: 0644]
drivers/staging/unisys/visorhba/visorhba_main.c [new file with mode: 0644]