aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/ipack/TODO25
1 files changed, 2 insertions, 23 deletions
diff --git a/drivers/staging/ipack/TODO b/drivers/staging/ipack/TODO
index b21d33ab144a..ffafe6911a77 100644
--- a/drivers/staging/ipack/TODO
+++ b/drivers/staging/ipack/TODO
@@ -12,29 +12,8 @@ operations between the two kind of boards.
12TODO 12TODO
13==== 13====
14 14
15TPCI-200 15checkpatch.pl warnings
16-------- 16cleanup
17
18* It has a linked list with the tpci200 devices it is managing. Get rid of it
19 and use driver_for_each_device() instead.
20
21IP-OCTAL
22--------
23
24* It has a linked list which saves the devices it is currently
25 managing. It should use the driver_for_each_device() function. It is not there
26 due to the impossibility of using container_of macro to recover the
27 corresponding "struct ipoctal" because the attribute "struct ipack_device" is
28 a pointer. This code should be refactored.
29
30Ipack
31-----
32
33* The structures and API exported can be improved a lot. For example, the
34 way to unregistering IP module devices, doing the IP module driver a call to
35 remove_device() to notify the carrier driver, or the opposite with the call to
36 the ipack_driver_ops' remove() function could be improved.
37
38 17
39Contact 18Contact
40======= 19=======