/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
72 by Suren A. Chilingaryan
Provide formal description of DMA access synchronization
1
High Priority (we would need it for IPE Camera)
2
=============
3
 1. Serialize access to the registers across applications
74 by Suren A. Chilingaryan
Implement DMA access synchronization for NWL implementation
4
 2. Protect kmem_entries in the driver using spinlock
151 by Suren A. Chilingaryan
small cleanup
5
 3. Implement pcilib_configure_autotrigger
72 by Suren A. Chilingaryan
Provide formal description of DMA access synchronization
6
 
7
Normal Priority (it would make just few things a bit easier)
8
===============
9
 1. Implement software registers (stored in kernel-memory)
10
 2. Support FIFO reads/writes from/to registers
11
 3. Provide OR and AND operations on registers in cli
88 by Suren A. Chilingaryan
IRQ acknowledgement support in the engine API
12
 4. Support writting a data from a binary file in cli
119 by Suren A. Chilingaryan
Initial support of event streaming in cli
13
 5. Use bus-addresses instead of physcial addresses for DMA 
14
 
72 by Suren A. Chilingaryan
Provide formal description of DMA access synchronization
15
Low Priority (only as generalization for other projects)
16
============
17
 1. XML configurations describing registers (and DMA engines?)
74 by Suren A. Chilingaryan
Implement DMA access synchronization for NWL implementation
18
 2. Access register/bank lookups using hash tables
90 by Suren A. Chilingaryan
Small documentation update
19
 3. Support for Network Registers and Network DMA
20
 4. Define a syntax for register dependencies / delays (?)
151 by Suren A. Chilingaryan
small cleanup
21
 5. Use pthread_condition_t instead of polling
119 by Suren A. Chilingaryan
Initial support of event streaming in cli
22