staging: drop kpc2000 driver
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jun 2021 18:31:53 +0000 (20:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jun 2021 13:38:35 +0000 (15:38 +0200)
commit922a0524f7c46784fadb75aa2ac85405e0a25696
tree5dea2627cf1d096f09e2e59411f25ba2ff38e567
parentc57f4f002bbd708c02862b37ab417699d657a9cf
staging: drop kpc2000 driver

It seems that the old developer is no longer with the company producing
this device, and the company has no plans on getting this out of the
staging directory at all, so let's drop the driver for now as it's
pretty much abandonded.

If someone want to support this and get it out of staging, we can easily
revert this change and bring it back.

Cc: Matt Sickler <matt.sickler@msk4.com>
Link: https://lore.kernel.org/r/20210610183153.2397760-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/kpc2000/Kconfig [deleted file]
drivers/staging/kpc2000/Makefile [deleted file]
drivers/staging/kpc2000/TODO [deleted file]
drivers/staging/kpc2000/kpc.h [deleted file]
drivers/staging/kpc2000/kpc2000/Makefile [deleted file]
drivers/staging/kpc2000/kpc2000/cell_probe.c [deleted file]
drivers/staging/kpc2000/kpc2000/core.c [deleted file]
drivers/staging/kpc2000/kpc2000/dma_common_defs.h [deleted file]
drivers/staging/kpc2000/kpc2000/pcie.h [deleted file]
drivers/staging/kpc2000/kpc2000/uapi.h [deleted file]
drivers/staging/kpc2000/kpc2000_i2c.c [deleted file]
drivers/staging/kpc2000/kpc2000_spi.c [deleted file]
drivers/staging/kpc2000/kpc_dma/Makefile [deleted file]
drivers/staging/kpc2000/kpc_dma/dma.c [deleted file]
drivers/staging/kpc2000/kpc_dma/fileops.c [deleted file]
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c [deleted file]
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.h [deleted file]
drivers/staging/kpc2000/kpc_dma/uapi.h [deleted file]