Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236298
b: refs/heads/master
c: 1254a45
h: refs/heads/master
v: v3
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent 72a26b5 commit 217422f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 520 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41e568d14ec0aca1b2bb19563517aad3b06d6805
refs/heads/master: 1254a459a376962ba771618742af47c8a1b92a6e
2 changes: 0 additions & 2 deletions trunk/drivers/staging/sep/TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Todo's so far (from Alan Cox)
- Check whether it can be plugged into any of the kernel crypto API
interfaces - Crypto API 'glue' is still not ready to submit
- Clean up unused ioctls - Needs vendor help
- Clean up unused fields in ioctl structures - Needs vendor help
- Clean up un-needed debug prints - Started to work on this
25 changes: 0 additions & 25 deletions trunk/drivers/staging/sep/sep_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,31 +69,6 @@ struct sep_device {
size_t shared_size;
void *shared_addr;

/* restricted access region (coherent alloc) */
dma_addr_t rar_bus;
size_t rar_size;
void *rar_addr;

/* Firmware regions; cache is at rar for Moorestown and
resident is at rar for Medfield */
dma_addr_t cache_bus;
size_t cache_size;
void *cache_addr;

dma_addr_t resident_bus;
size_t resident_size;
void *resident_addr;

/* sep's scratchpad */
dma_addr_t dcache_bus;
size_t dcache_size;
void *dcache_addr;

/* Only used on Medfield */
dma_addr_t extapp_bus;
size_t extapp_size;
void *extapp_addr;

/* start address of the access to the SEP registers from driver */
dma_addr_t reg_physical_addr;
dma_addr_t reg_physical_end;
Expand Down
Loading

0 comments on commit 217422f

Please sign in to comment.