]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: bcm2835: add rpi power domain driver
authorAlexander Aring <alex.aring@gmail.com>
Thu, 17 Dec 2015 00:26:47 +0000 (16:26 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 22 Dec 2015 04:00:41 +0000 (20:00 -0800)
commita09cd356586d33f64cbe64ee4f5c1a7c4a6abee5
tree8e6cc876c6dd784f09f714601eebd79eadf7af16
parent4c8b338f9ae38dee9c77bda023babc7f7543f52c
ARM: bcm2835: add rpi power domain driver

This patch adds support for several power domains on Raspberry Pi,
including USB (so it can be enabled even if the bootloader didn't do
it), and graphics.

This patch is the combined work of Eric Anholt (who wrote USB support
inside of the Raspberry Pi firmware driver, and wrote the non-USB
domain support) and Alexander Aring (who separated the original USB
work out from the firmware driver).

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/bcm/Kconfig [new file with mode: 0644]
drivers/soc/bcm/Makefile [new file with mode: 0644]
drivers/soc/bcm/raspberrypi-power.c [new file with mode: 0644]
include/dt-bindings/power/raspberrypi-power.h [new file with mode: 0644]