OSDN Git Service

ARM: BCM63xx: Add Broadcom BCM63xx PMB controller helpers
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 17 Apr 2015 17:45:55 +0000 (10:45 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 May 2015 22:05:39 +0000 (15:05 -0700)
commit6e844b035360294636271f4f0fd4a5a685e03c06
treef52f307fc943f197b7bced1dd1d3d8f115b96c14
parent7eb68a2a0519a77b93184c695d4d293c92dc2286
ARM: BCM63xx: Add Broadcom BCM63xx PMB controller helpers

This patch adds both common register definitions and helper functions
used to issue read/write commands to the Broadcom BCM63xx PMB controller
which is used to power on and release from reset internal on-chip
peripherals such as the integrated Ethernet switch, AHCI, USB, as well
as the secondary CPU core.

This is going to be utilized by the BCM63138 SMP code, as well as by the
BCM63138 reset controller later.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
include/linux/reset/bcm63xx_pmb.h [new file with mode: 0644]