summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/raspberrypi.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: bcm2835: Add the Raspberry Pi firmware driverEric Anholt2015-10-151-0/+260
This gives us a function for making mailbox property channel requests of the firmware, which is most notable in that it will let us get and set clock rates. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org>