diff options
author | Markus Mayer <mmayer@broadcom.com> | 2017-08-24 16:36:26 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-09-18 11:59:39 -0700 |
commit | 2f330caff5776239abb3e0337533886dbb21f6df (patch) | |
tree | af8ab12229586043d4f74e5eb92babb892884764 /MAINTAINERS | |
parent | 367f15d3130e0d6c6818a4ace2463914e8c78e2c (diff) | |
download | talos-obmc-linux-2f330caff5776239abb3e0337533886dbb21f6df.tar.gz talos-obmc-linux-2f330caff5776239abb3e0337533886dbb21f6df.zip |
memory: brcmstb: Add driver for DPFE
This driver allows access to DRAM properties, such as the refresh rate,
via the Broadcom STB DDR PHY Front End (DPFE). The refresh rate can be
used as indirect indicator of the DRAM temperature.
The driver also allows setting of the sampling interval.
Signed-off-by: Markus Mayer <mmayer@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..43ed9eb98c43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2963,6 +2963,14 @@ L: bcm-kernel-feedback-list@broadcom.com S: Maintained F: drivers/mtd/nand/brcmnand/ +BROADCOM STB DPFE DRIVER +M: Markus Mayer <mmayer@broadcom.com> +M: bcm-kernel-feedback-list@broadcom.com +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt +F: drivers/memory/brcmstb_dpfe.c + BROADCOM SYSTEMPORT ETHERNET DRIVER M: Florian Fainelli <f.fainelli@gmail.com> L: netdev@vger.kernel.org |