summaryrefslogtreecommitdiffstats
path: root/ToDo
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-17 03:37:29 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-17 03:37:29 +0200
commit112030c40f88dde281073e00e4c24cc48daa99d2 (patch)
treef6486582ee46a2b3b48bba5bc9d96c8432d0b7dc /ToDo
parent7ac0539951ff0eba200e64b850b5181a82915c86 (diff)
downloadpcitool-112030c40f88dde281073e00e4c24cc48daa99d2.tar.gz
pcitool-112030c40f88dde281073e00e4c24cc48daa99d2.tar.bz2
pcitool-112030c40f88dde281073e00e4c24cc48daa99d2.tar.xz
pcitool-112030c40f88dde281073e00e4c24cc48daa99d2.zip
Implement DMA access synchronization for NWL implementation
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo4
1 files changed, 3 insertions, 1 deletions
diff --git a/ToDo b/ToDo
index bb2c33e..ee40fd8 100644
--- a/ToDo
+++ b/ToDo
@@ -1,7 +1,8 @@
High Priority (we would need it for IPE Camera)
=============
1. Serialize access to the registers across applications
- 2. CMake build system
+ 2. Protect kmem_entries in the driver using spinlock
+ 3. CMake build system
Normal Priority (it would make just few things a bit easier)
===============
@@ -12,3 +13,4 @@ Normal Priority (it would make just few things a bit easier)
Low Priority (only as generalization for other projects)
============
1. XML configurations describing registers (and DMA engines?)
+ 2. Access register/bank lookups using hash tables