/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-14 03:17:00 UTC
  • Revision ID: csa@dside.dyndns.org-20111214031700-kjxl2buzzpjqmtc3
small cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Bugs 
2
 
====
3
 
 1. For IPECamera, shall we limit DMA packet size to xdma_packet_lenght register
4
 
 additionally to size of memory page?
5
 
 
6
1
High Priority (we would need it for IPE Camera)
7
2
=============
8
3
 1. Serialize access to the registers across applications
9
4
 2. Protect kmem_entries in the driver using spinlock
10
 
 3. Extend Event API with function to generate triggers 
11
 
    at the specified pace. By default the current cli 
12
 
    implementation should be used. However, the hardware
13
 
    alternative should be possible to implement.
14
 
    
 
5
 3. Implement pcilib_configure_autotrigger
15
6
 
16
7
Normal Priority (it would make just few things a bit easier)
17
8
===============
20
11
 3. Provide OR and AND operations on registers in cli
21
12
 4. Support writting a data from a binary file in cli
22
13
 5. Use bus-addresses instead of physcial addresses for DMA 
23
 
 6. Use pthread_condition_t instead of polling
24
14
 
25
15
Low Priority (only as generalization for other projects)
26
16
============
28
18
 2. Access register/bank lookups using hash tables
29
19
 3. Support for Network Registers and Network DMA
30
20
 4. Define a syntax for register dependencies / delays (?)
 
21
 5. Use pthread_condition_t instead of polling
31
22
 
32
 
 
 
 
b'\\ No newline at end of file'