]> 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)
commit8d0faca408175aa9f56e7fc79ba53748ddf206b4
treef52f307fc943f197b7bced1dd1d3d8f115b96c14
parent381fcd5d1b43f6c4506421900d9768bf967a99cf
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]