]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf66de9c64ce29a4db0d5d67d0e2e2ee617808673
treef52f307fc943f197b7bced1dd1d3d8f115b96c14
parent61c912b79e89757619e1968b31d2fbd4a9e2e8b2
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]