K 10 svn:author V 5 gonzo K 8 svn:date V 27 2015-11-05T03:46:54.016518Z K 7 svn:log V 532 Refactor mailbox property API to make it usable for /dev/vcio driver: - Add bcm2835_mbox_property for generic property request, it accepts pointer to prepared property chan message and its size, forwards it to MBOX and copies result back - Make all bcm2835_mbox_XXX functions that use property channel go through bcm2835_mbox_property path. Do not accept device_t as an argument, it's not required: all DMA operatiosn should go through mbox device, and all API consumers should report errors on their side. END