drivers: visorbus: move driver out of staging
authorDavid Kershner <david.kershner@unisys.com>
Thu, 7 Dec 2017 17:11:07 +0000 (12:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2017 15:37:50 +0000 (16:37 +0100)
commit93d3ad90c2d470804b16f79e7e872408747d3e77
tree8999b224a3185a6c28141b32a3458b36345b57fe
parent84f1e4b08919a3981a5dc0234e6c059e958f73e7
drivers: visorbus: move driver out of staging

Move the visorbus driver out of staging (drivers/staging/unisys/visorbus)
and to drivers/visorbus. Modify the configuration and makefiles so they
now reference the new location. The s-Par header file visorbus.h that is
referenced by all s-Par drivers, is being moved into include/linux.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
27 files changed:
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/include/iochannel.h
drivers/staging/unisys/include/visorbus.h [deleted file]
drivers/staging/unisys/visorbus/Kconfig [deleted file]
drivers/staging/unisys/visorbus/Makefile [deleted file]
drivers/staging/unisys/visorbus/controlvmchannel.h [deleted file]
drivers/staging/unisys/visorbus/vbuschannel.h [deleted file]
drivers/staging/unisys/visorbus/visorbus_main.c [deleted file]
drivers/staging/unisys/visorbus/visorbus_private.h [deleted file]
drivers/staging/unisys/visorbus/visorchannel.c [deleted file]
drivers/staging/unisys/visorbus/visorchipset.c [deleted file]
drivers/staging/unisys/visorhba/visorhba_main.c
drivers/staging/unisys/visorinput/visorinput.c
drivers/staging/unisys/visornic/visornic_main.c
drivers/visorbus/Kconfig [new file with mode: 0644]
drivers/visorbus/Makefile [new file with mode: 0644]
drivers/visorbus/controlvmchannel.h [new file with mode: 0644]
drivers/visorbus/vbuschannel.h [new file with mode: 0644]
drivers/visorbus/visorbus_main.c [new file with mode: 0644]
drivers/visorbus/visorbus_private.h [new file with mode: 0644]
drivers/visorbus/visorchannel.c [new file with mode: 0644]
drivers/visorbus/visorchipset.c [new file with mode: 0644]
include/linux/visorbus.h [new file with mode: 0644]