Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename busdma_sync() to busdma_sync_range() and rename the | marcel | 2015-08-02 | 2 | -3/+11 |
* | Change the dev argument from a full path to just the device | marcel | 2015-07-26 | 2 | -3/+3 |
* | Implement busdma_md_unload() and busdma_sync(). | marcel | 2015-07-03 | 2 | -0/+22 |
* | Add busdma_md_create, busdma_md_destroy and busdma_md_load. | marcel | 2015-07-03 | 2 | -0/+30 |
* | Add accessor functions for iterating over segments. A segment | marcel | 2015-06-11 | 2 | -0/+48 |
* | Rename bus_space to bus (i.e. drop _space). This makes the | marcel | 2015-06-10 | 3 | -22/+22 |
* | Add busdma_mem_alloc & busdma_mem_free. | marcel | 2015-06-08 | 2 | -0/+22 |
* | Add DMA tag management to the C library and Python binding. | marcel | 2015-06-06 | 3 | -11/+65 |
* | Add a C libary and a Python module that implements an API similar | marcel | 2014-04-28 | 3 | -0/+151 |