[PATCH 2/3] ARM: bcm2835: Add the Raspberry Pi firmware driver

Lee Jones lee at kernel.org
Tue Apr 28 02:27:46 PDT 2015


On Mon, 27 Apr 2015, Eric Anholt wrote:

> This gives us a function for making mailbox property channel requests
> of the firmware, and uses it to control the 3 power domains provided
> by the firmware.
> 
> Signed-off-by: Eric Anholt <eric at anholt.net>
> ---
>  arch/arm/mach-bcm/Kconfig                          |   2 +
>  arch/arm/mach-bcm/Makefile                         |   1 +
>  arch/arm/mach-bcm/raspberrypi-firmware.c           | 285 +++++++++++++++++++++

drivers/firmware ?

>  .../dt-bindings/arm/raspberrypi-firmware-power.h   |  16 ++
>  include/soc/bcm2835/raspberrypi-mailbox-property.h | 110 ++++++++
>  5 files changed, 414 insertions(+)
>  create mode 100644 arch/arm/mach-bcm/raspberrypi-firmware.c
>  create mode 100644 include/dt-bindings/arm/raspberrypi-firmware-power.h
>  create mode 100644 include/soc/bcm2835/raspberrypi-mailbox-property.h



More information about the linux-rpi-kernel mailing list