summaryrefslogtreecommitdiff
path: root/include/linux/soc/brcmstb
AgeCommit message (Collapse)AuthorFilesLines
2017-10-03soc: brcmstb: Add Product ID and Family ID helper functionsAl Cooper1-0/+17
Add Product ID and Family ID helper functions for brcmstb soc. Signed-off-by: Al Cooper <alcooperx@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2015-10-09soc: brcmstb: Add Bus Interface Unit control setupFlorian Fainelli1-0/+10
Broadcom STB SoCs (brcmstb) require an early setup of their Bus Interface Unit control register, this needs to happen before SMP is brought up because it affects how the CPU complex will be interfaced to the memory controller. Add support code which properly initializes the BIU registers based on whether "brcm,write-pairing" is present in Device Tree, and take care of saving and restoring credit register settings during system-wide suspend/resume operations. Acked-by: Gregory Fong <gregory.0xf0@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>