]> Pileus Git - ~andy/linux/blob - drivers/staging/ipack/TODO
Staging: IndustryPack bus for the Linux Kernel
[~andy/linux] / drivers / staging / ipack / TODO
1                                 TODO
2                                 ====
3 Introduction
4 ============
5
6 These drivers add support for IndustryPack devices: carrier and mezzanine
7 boards.
8
9 The ipack driver is just an abstraction of the bus providing the common
10 operations between the two kind of boards.
11
12 TODO
13 ====
14
15 Ipack
16 -----
17
18 * The structures and API exported can be improved a lot. For example, the
19   way to unregistering mezzanine devices, doing the mezzanine driver a call to
20   remove_device() to notify the carrier driver, or the opposite with the call to
21   the ipack_driver_ops' remove() function could be improved.