i2o: move to staging
authorAlan Cox <alan@linux.intel.com>
Tue, 3 Feb 2015 13:18:55 +0000 (13:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Feb 2015 23:58:39 +0000 (15:58 -0800)
commit2cbf7fe2d5d32a4747c1f8ad163e886dccad930c
tree9d7c6d230459353a94d074271e57ba4f7488a4c9
parent178cf7de6f1d3b95407f5a76af249fc924d42576
i2o: move to staging

The I2O layer deals with a technology that to say the least didn't catch on
in the market.

The only relevant products are some of the AMI MegaRAID - which supported I2O
and its native mode (The native mode is faster and runs on Linux), an
obscure crypto ethernet card that's now so many years out of date nobody
would use it, the old DPT controllers, which speak their own dialect and
have their own driver - and ermm.. thats about it.

We also know the code isn't in good shape as recently a patch was proposed
and queried as buggy, which in turn showed the existing code was broken
already by prior "clean up" and nobody had noticed that either.

It's coding style robot code nothing more. Like some forgotten corridor
cleaned relentlessly by a lost Roomba but where no user has trodden in years.

Move it to staging and then to /dev/null.

The headers remain as they are shared with dpt_i2o.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24 files changed:
drivers/Kconfig
drivers/message/Makefile
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/i2o/Kconfig [moved from drivers/message/i2o/Kconfig with 99% similarity]
drivers/staging/i2o/Makefile [moved from drivers/message/i2o/Makefile with 100% similarity]
drivers/staging/i2o/README [moved from drivers/message/i2o/README with 100% similarity]
drivers/staging/i2o/README.ioctl [moved from drivers/message/i2o/README.ioctl with 100% similarity]
drivers/staging/i2o/bus-osm.c [moved from drivers/message/i2o/bus-osm.c with 99% similarity]
drivers/staging/i2o/config-osm.c [moved from drivers/message/i2o/config-osm.c with 98% similarity]
drivers/staging/i2o/core.h [moved from drivers/message/i2o/core.h with 100% similarity]
drivers/staging/i2o/debug.c [moved from drivers/message/i2o/debug.c with 99% similarity]
drivers/staging/i2o/device.c [moved from drivers/message/i2o/device.c with 99% similarity]
drivers/staging/i2o/driver.c [moved from drivers/message/i2o/driver.c with 99% similarity]
drivers/staging/i2o/exec-osm.c [moved from drivers/message/i2o/exec-osm.c with 99% similarity]
drivers/staging/i2o/i2o.h [moved from include/linux/i2o.h with 100% similarity]
drivers/staging/i2o/i2o_block.c [moved from drivers/message/i2o/i2o_block.c with 99% similarity]
drivers/staging/i2o/i2o_block.h [moved from drivers/message/i2o/i2o_block.h with 100% similarity]
drivers/staging/i2o/i2o_config.c [moved from drivers/message/i2o/i2o_config.c with 100% similarity]
drivers/staging/i2o/i2o_proc.c [moved from drivers/message/i2o/i2o_proc.c with 99% similarity]
drivers/staging/i2o/i2o_scsi.c [moved from drivers/message/i2o/i2o_scsi.c with 99% similarity]
drivers/staging/i2o/iop.c [moved from drivers/message/i2o/iop.c with 99% similarity]
drivers/staging/i2o/memory.c [moved from drivers/message/i2o/memory.c with 99% similarity]
drivers/staging/i2o/pci.c [moved from drivers/message/i2o/pci.c with 99% similarity]