diff options
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | 2012-05-09 15:27:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-09 14:15:15 -0700 |
commit | 0eeca14f5a4c03e5475177aa39a8c4e43b7ebda8 (patch) | |
tree | 626b8e410ee7227485fd705d3d4a84f7116d49c6 /drivers/staging/ipack/TODO | |
parent | d3465872c5b38613fb5ad10a9756db9372630b22 (diff) |
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/TODO | 10 |
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 ----- |