ARM: bcm2835: Add the Raspberry Pi firmware driver
authorEric Anholt <eric@anholt.net>
Thu, 26 Feb 2015 10:08:06 +0000 (10:08 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 14 Oct 2015 22:30:06 +0000 (15:30 -0700)
commit4e3d60656a7235b6b6e86d7ef48b0394276c35b5
treee3bae80fb9abfc875b9850ee3f746ea10748cbb9
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
ARM: bcm2835: Add the Raspberry Pi firmware driver

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>
drivers/firmware/Kconfig
drivers/firmware/Makefile
drivers/firmware/raspberrypi.c [new file with mode: 0644]
include/soc/bcm2835/raspberrypi-firmware.h [new file with mode: 0644]