Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-14 | ARM: bcm2835: use phys_to_bus() for mbox | Stephen Warren | |
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> | |||
2015-03-28 | ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x | Masahiro Yamada | |
BCM2835 (used on Raspberry Pi) and BCM2836 (used on Raspberry Pi 2) are similar enough. One of the biggest differences is the ARM processor. It is reasonable to collect the source files into a single place, arch/arm/mach-bcm283x/. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> |