summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRussell King <rmk+cubox@arm.linux.org.uk>2013-12-05 18:46:37 +0000
committerRussell King <rmk@arm.linux.org.uk>2013-12-08 21:35:46 +0000
commitdcad449e26e81b71e4a498dc5bfaf014a5566acd (patch)
tree3267d9da183ea6f6ab94d7de3422b3c98b20127a /debian
parent6def9c19ccdfb0cb2c22a5f1dcfb3bb1aba60c99 (diff)
Add dma_buf export API by physical addressv1.1.3
Add an API to export BMM buffers by passing in a physical address. This allows a BMM buffer without a virtual mapping to be passed to other device drivers.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 54e44bd..ad0235c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+marvell-libbmm (1.1.3) precise; urgency=low
+
+ * Fix dma_import() handling of offset buffers
+ * Provide physical address-based dma_buf export API
+
+ -- Russell King <rmk@arm.linux.org.uk> Thu, 5 Dec 2013 18:50:52 +0000
+
marvell-libbmm (1.1.2) precise; urgency=low
* Open the BMM device O_CLOEXEC