From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 28 May 2015 14:59:29 -0600 Subject: [U-Boot] [U-Boot,V2] ARM: bcm2835: use phys_to_bus() for mbox In-Reply-To: <20150528132459.GO8007@bill-the-cat> References: <1428373719-11421-1-git-send-email-swarren@wwwdotorg.org> <20150528132459.GO8007@bill-the-cat> Message-ID: <556781B1.30605@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/28/2015 07:24 AM, Tom Rini wrote: > On Mon, Apr 06, 2015 at 08:28:39PM -0600, Stephen Warren wrote: > >> 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 > > Applied to u-boot/master, thanks! That's odd. Since this patch had a dependency on a series that touched the DWC2 USB driver, Marek applied this to a USB branch back on Apr 14, and it's been pulled into u-boot/master since then. See 122426d46e31 "ARM: bcm2835: use phys_to_bus() for mbox".