aboutsummaryrefslogtreecommitdiff
path: root/tools/bus_space/Python
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add support for Python 3 and make it the default.Marcel Moolenaar2019-06-302-12/+64
* Rename busdma_sync() to busdma_sync_range() and rename theMarcel Moolenaar2015-08-021-4/+21
* Change the dev argument from a full path to just the deviceMarcel Moolenaar2015-07-261-3/+3
* Implement busdma_md_unload() and busdma_sync().Marcel Moolenaar2015-07-031-11/+59
* Add busdma_md_create, busdma_md_destroy and busdma_md_load.Marcel Moolenaar2015-07-031-0/+57
* Add accessor functions for iterating over segments. A segmentMarcel Moolenaar2015-06-111-1/+72
* Rename bus_space to bus (i.e. drop _space). This makes theMarcel Moolenaar2015-06-102-5/+5
* Add busdma_mem_alloc & busdma_mem_free.Marcel Moolenaar2015-06-081-10/+50
* Add DMA tag management to the C library and Python binding.Marcel Moolenaar2015-06-061-0/+61
* Add a C libary and a Python module that implements an API similarMarcel Moolenaar2014-04-282-0/+209