diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3678154..54e44bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +marvell-libbmm (1.1.2) precise; urgency=low + + * Open the BMM device O_CLOEXEC + * Fix debug output to use stderr + * Implement kernel API versioning + * Provide dma_buf export API + * Add rbtrees for looking up physical/virtual addresses of bmm buffers + * Free by physical address + * Add bmm_malloc_aligned_phys() API + * Turn on compiler warnings and fix them + + -- Russell King <rmk@arm.linux.org.uk> Sun, 23 Jun 2013 12:07:55 +0100 + marvell-libbmm (1.1.1) precise; urgency=low * Provide aligned malloc function |