]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: bcm2835: use phys_to_bus() for mbox
authorStephen Warren <swarren@wwwdotorg.org>
Tue, 7 Apr 2015 02:28:39 +0000 (20:28 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:08 +0000 (21:47 +0200)
commit34eb4261058184f1fa532f86acec04059ae01f5f
tree456249edec576051371ef1e9de0faa61e1578fb6
parentf0aa6064a189d8babe8bfb8acc65303dab804a74
ARM: bcm2835: use phys_to_bus() for mbox

When we communicate with the VideoCore to perform property mailbox
transactions, that is a DMA operation as far as the property buffer
is concerned. Use phys_to_bus() on that buffer.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
arch/arm/mach-bcm283x/mbox.c