Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check the sync operation. | marcel | 2015-07-28 | 1 | -1/+6 |
* | o make sure the boundary is a power of 2, when not zero. | marcel | 2015-07-26 | 1 | -5/+9 |
* | Implement unload and sync operations. | marcel | 2015-07-03 | 1 | -0/+38 |
* | Add create, destroy and load of memory descriptors. | marcel | 2015-07-03 | 1 | -15/+154 |
* | Load the allocated memory and return both the physical | marcel | 2015-06-10 | 1 | -2/+20 |
* | Implement mmap(2) for the busdma resource. | marcel | 2015-06-08 | 1 | -3/+17 |
* | Add DMA memory allocation and freeing. | marcel | 2015-06-08 | 1 | -39/+141 |
* | DMA support part 1: DMA tag create & destroy | marcel | 2015-06-06 | 1 | -0/+167 |