summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ipack/TODO
diff options
context:
space:
mode:
authorSamuel Iglesias Gonsalvez2012-05-09 15:27:19 +0200
committerGreg Kroah-Hartman2012-05-09 23:05:45 +0200
commitd3465872c5b38613fb5ad10a9756db9372630b22 (patch)
tree5f60af8e14bf6f9f2657a4ce834c54feb17d4f99 /drivers/staging/ipack/TODO
parentmei: update MAINTAINERS file (diff)
downloadkernel-qcow2-linux-d3465872c5b38613fb5ad10a9756db9372630b22.tar.gz
kernel-qcow2-linux-d3465872c5b38613fb5ad10a9756db9372630b22.tar.xz
kernel-qcow2-linux-d3465872c5b38613fb5ad10a9756db9372630b22.zip
Staging: IndustryPack bus for the Linux Kernel
Add IndustryPack bus support for the Linux Kernel. This is a virtual bus that allows to perform all the operations between carrier and mezzanine boards. 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/TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/staging/ipack/TODO b/drivers/staging/ipack/TODO
new file mode 100644
index 000000000000..167ae4daf486
--- /dev/null
+++ b/drivers/staging/ipack/TODO
@@ -0,0 +1,21 @@
+ TODO
+ ====
+Introduction
+============
+
+These drivers add support for IndustryPack devices: carrier and mezzanine
+boards.
+
+The ipack driver is just an abstraction of the bus providing the common
+operations between the two kind of boards.
+
+TODO
+====
+
+Ipack
+-----
+
+* The structures and API exported can be improved a lot. For example, the
+ way to unregistering mezzanine devices, doing the mezzanine 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.