aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/TODO
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-06-13 10:23:58 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-13 11:39:30 +0200
commitc77a6794c0fe543df7226ab045e0f507a0b24aee (patch)
tree22507c4f51ad153ccef2d5085a370372f73fcef2 /drivers/staging/kpc2000/TODO
parentstaging: kpc2000: remove unnecessary comments in kp2000_pcie_probe (diff)
downloadlinux-dev-c77a6794c0fe543df7226ab045e0f507a0b24aee.tar.xz
linux-dev-c77a6794c0fe543df7226ab045e0f507a0b24aee.zip
staging: kpc2000: removed DMA AIO implementation.
The existing implementation for doing DMA via asynchronous IO didn't work and there was no longer a use-case for it. Removed it. Fixed a few checkpatch warnings about too-long lines and extraneous braces in the process. Reported-by: Matt Sickler <matt.sickler@daktronics.com> Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/kpc2000/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/kpc2000/TODO b/drivers/staging/kpc2000/TODO
index 47530e23e940..9b5ab37fb3a0 100644
--- a/drivers/staging/kpc2000/TODO
+++ b/drivers/staging/kpc2000/TODO
@@ -1,5 +1,2 @@
- the kpc_spi driver doesn't seem to let multiple transactions (to different instances of the core) happen in parallel...
- The kpc_i2c driver is a hot mess, it should probably be cleaned up a ton. It functions against current hardware though.
-- would be nice if the AIO fileops in kpc_dma could be made to work
- - probably want to add a CONFIG_ option to control compilation of the AIO functions
-- if the AIO fileops in kpc_dma start working, next would be making iov_count > 1 work too