This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-27 06:31:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
277535f7b6
linux
/
drivers
/
soc
/
bcm
/
Makefile
3 lines
93 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2015-12-17 00:26:47 +00:00
obj-$(CONFIG_RASPBERRYPI_POWER)
+=
raspberrypi-power.o
soc: Move brcmstb to bcm/brcmstb Unify the different Broadcom SoCs directory and have everybody live under drivers/soc/bcm/*. Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-05-20 18:35:57 +00:00
obj-$(CONFIG_SOC_BRCMSTB)
+=
brcmstb/
Reference in New Issue
Copy Permalink