Alessandro Rubini | 022c674 | 2013-06-18 23:47:24 +0200 | [diff] [blame] | 1 | |
| 2 | Documentation in this directory comes from sections of the manual we |
| 3 | wrote for the externally-developed fmc-bus package. The complete |
| 4 | manual as of today (2013-02) is available in PDF format at |
| 5 | http://www.ohwr.org/projects/fmc-bus/files |
| 6 | |
| 7 | 00-INDEX |
| 8 | - this file. |
| 9 | |
| 10 | FMC-and-SDB.txt |
| 11 | - What are FMC and SDB, basic concepts for this framework |
| 12 | |
| 13 | API.txt |
| 14 | - The functions that are exported by the bus driver |
| 15 | |
| 16 | parameters.txt |
| 17 | - The module parameters |
| 18 | |
| 19 | carrier.txt |
| 20 | - writing a carrier (a device) |
| 21 | |
| 22 | mezzanine.txt |
| 23 | - writing code for your mezzanine (a driver) |
| 24 | |
| 25 | identifiers.txt |
| 26 | - how identification and matching works |
Alessandro Rubini | 6c62a89 | 2013-06-18 23:47:35 +0200 | [diff] [blame] | 27 | |
| 28 | fmc-fakedev.txt |
| 29 | - about drivers/fmc/fmc-fakedev.ko |
Alessandro Rubini | 056d83f | 2013-06-18 23:47:46 +0200 | [diff] [blame] | 30 | |
| 31 | fmc-trivial.txt |
| 32 | - about drivers/fmc/fmc-trivial.ko |
Alessandro Rubini | 6007b1b | 2013-06-18 23:47:56 +0200 | [diff] [blame] | 33 | |
| 34 | fmc-write-eeprom.txt |
Alessandro Rubini | 4debfe4 | 2013-06-18 23:48:07 +0200 | [diff] [blame] | 35 | - about drivers/fmc/fmc-write-eeprom.ko |
| 36 | |
| 37 | fmc-chardev.txt |
| 38 | - about drivers/fmc/fmc-chardev.ko |