]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/unisys/TODO
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
[karo-tx-linux.git] / drivers / staging / unisys / TODO
index 034ac61c44f22870c4ab1b20c0588f3cccec37a0..d863f266bf76f433a755053069024b5b86eb831d 100644 (file)
@@ -1,19 +1,14 @@
 TODO:
-       -checkpatch warnings
-       -move /proc entries to /sys
-       -proper major number(s)
-       -add other drivers needed for full functionality:
-               -visorclientbus
-               -visorbus
-               -visordiag
-               -virtnic
-               -visornoop
-               -visorserial
-               -visorvideoclient
-               -visorconinclient
-               -sparstop
-       -move individual drivers into proper driver subsystems
-               
+       - enhance visornic to use channel_interrupt() hook instead of a
+         kernel thread
+       - enhance visorhba to use channel_interrupt() hook instead of a
+         kernel thread
+       - teach visorbus to handle virtual interrupts triggered by s-Par
+         back-end, and call function driver's channel_interrupt() function
+         when they occur
+       - enhance debugfs interfaces (e.g., per device, etc.)
+       - upgrade/remove deprecated workqueue operations
+       - move individual drivers into proper driver subsystems
 
 Patches to:
        Greg Kroah-Hartman <gregkh@linuxfoundation.org>