summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/TODO
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez2012-05-09 15:27:21 +0200
committerGreg Kroah-Hartman2012-05-09 23:16:51 +0200
commitba4dc61fe8c545a5d6a68b63616776556b771f51 (patch)
treee62bf24a15d36c8be6d0f25ba332b61eec069f3c /drivers/staging/ipack/TODO
parentStaging: ipack: added support for the TEWS TPCI-200 carrier board (diff)
downloadkernel-qcow2-linux-ba4dc61fe8c545a5d6a68b63616776556b771f51.tar.gz
kernel-qcow2-linux-ba4dc61fe8c545a5d6a68b63616776556b771f51.tar.xz
kernel-qcow2-linux-ba4dc61fe8c545a5d6a68b63616776556b771f51.zip
Staging: ipack: add support for IP-OCTAL mezzanine board
IP-OCTAL is a 8-channels serial port device. There are several models one per each standard: RS-232, RS-422, RS-485. This driver can manage all of them. Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ipack/TODO')
-rw-r--r--drivers/staging/ipack/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/ipack/TODO b/drivers/staging/ipack/TODO
index d5a5735677dc..11828ed6d7e7 100644
--- a/drivers/staging/ipack/TODO
+++ b/drivers/staging/ipack/TODO
@@ -22,6 +22,15 @@ 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
-----