We need to remove the old bus model so it can be replaced with a better design. By removing virthba and virtpci, we can eliminate uislib as well, which will get rid of many undesirable wrapper and library functions. These removals will be followed with the addition of a replacement driver called visorbus. This driver will consolidate the functions needed to support new virtual device drivers, so the functions in visorchannel and visorutil will be moved over to visorbus. Additionally, the message handling done in visorchipset will make its way here too. Benjamin Romer (3): staging: unisys: remove virthba driver for rewrite staging: unisys: remove virtpci driver from staging tree staging: unisys: remove uislib module from staging tree drivers/staging/unisys/Kconfig | 3 - drivers/staging/unisys/Makefile | 3 - drivers/staging/unisys/uislib/Kconfig | 10 - drivers/staging/unisys/uislib/Makefile | 12 - drivers/staging/unisys/uislib/uislib.c | 1372 ------------------------- drivers/staging/unisys/uislib/uisqueue.c | 322 ------ drivers/staging/unisys/uislib/uisthread.c | 69 -- drivers/staging/unisys/uislib/uisutils.c | 137 --- drivers/staging/unisys/virthba/Kconfig | 13 - drivers/staging/unisys/virthba/Makefile | 12 - drivers/staging/unisys/virthba/virthba.c | 1572 ----------------------------- drivers/staging/unisys/virthba/virthba.h | 27 - drivers/staging/unisys/virtpci/Kconfig | 10 - drivers/staging/unisys/virtpci/Makefile | 10 - drivers/staging/unisys/virtpci/virtpci.c | 1394 ------------------------- drivers/staging/unisys/virtpci/virtpci.h | 103 -- 16 files changed, 5069 deletions(-) delete mode 100644 drivers/staging/unisys/uislib/Kconfig delete mode 100644 drivers/staging/unisys/uislib/Makefile delete mode 100644 drivers/staging/unisys/uislib/uislib.c delete mode 100644 drivers/staging/unisys/uislib/uisqueue.c delete mode 100644 drivers/staging/unisys/uislib/uisthread.c delete mode 100644 drivers/staging/unisys/uislib/uisutils.c delete mode 100644 drivers/staging/unisys/virthba/Kconfig delete mode 100644 drivers/staging/unisys/virthba/Makefile delete mode 100644 drivers/staging/unisys/virthba/virthba.c delete mode 100644 drivers/staging/unisys/virthba/virthba.h delete mode 100644 drivers/staging/unisys/virtpci/Kconfig delete mode 100644 drivers/staging/unisys/virtpci/Makefile delete mode 100644 drivers/staging/unisys/virtpci/virtpci.c delete mode 100644 drivers/staging/unisys/virtpci/virtpci.h -- 2.1.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel