Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325249
b: refs/heads/master
c: cacd55c
h: refs/heads/master
i:
  325247: 2806517
v: v3
  • Loading branch information
Samuel Iglesias Gonsalvez authored and Greg Kroah-Hartman committed Sep 12, 2012
1 parent 0efe32b commit 35b8391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab0a71f06d44334154091c6cdc823f908398623e
refs/heads/master: cacd55c1b7854234f45f510dec57ee9baee0b40c
25 changes: 2 additions & 23 deletions trunk/drivers/staging/ipack/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,8 @@ operations between the two kind of boards.
TODO
====

TPCI-200
--------

* It has a linked list with the tpci200 devices it is managing. Get rid of it
and use driver_for_each_device() instead.

IP-OCTAL
--------

* It has a linked list which saves the devices it is currently
managing. It should use the driver_for_each_device() function. It is not there
due to the impossibility of using container_of macro to recover the
corresponding "struct ipoctal" because the attribute "struct ipack_device" is
a pointer. This code should be refactored.

Ipack
-----

* The structures and API exported can be improved a lot. For example, the
way to unregistering IP module devices, doing the IP module driver a call to
remove_device() to notify the carrier driver, or the opposite with the call to
the ipack_driver_ops' remove() function could be improved.

checkpatch.pl warnings
cleanup

Contact
=======
Expand Down

0 comments on commit 35b8391

Please sign in to comment.