summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/TODO
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez2012-05-09 15:27:20 +0200
committerGreg Kroah-Hartman2012-05-09 23:15:15 +0200
commit0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8 (patch)
tree626b8e410ee7227485fd705d3d4a84f7116d49c6 /drivers/staging/ipack/TODO
parentStaging: IndustryPack bus for the Linux Kernel (diff)
downloadkernel-qcow2-linux-0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8.tar.gz
kernel-qcow2-linux-0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8.tar.xz
kernel-qcow2-linux-0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8.zip
Staging: ipack: added support for the TEWS TPCI-200 carrier board
Driver for the carrier board TEWS TPCI-200, a bridge between PCIe bus and IndustryPack bus. 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/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/ipack/TODO b/drivers/staging/ipack/TODO
index 167ae4daf486..d5a5735677dc 100644
--- a/drivers/staging/ipack/TODO
+++ b/drivers/staging/ipack/TODO
@@ -12,6 +12,16 @@ operations between the two kind of boards.
TODO
====
+TPCI-200
+--------
+
+* It receives the name of the mezzanine plugged in each slot by SYSFS.
+ No autodetection supported yet, because the mezzanine driver could not be
+ loaded at the time that the tpci200 driver loads.
+
+* It has a linked list with the tpci200 devices it is managing. Get rid of it
+ and use driver_for_each_device() instead.
+
Ipack
-----