forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Florian Fainelli <[email protected]>
- Loading branch information
Showing
3 changed files
with
710 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2963,6 +2963,14 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/mtd/nand/brcmnand/ | ||
|
||
BROADCOM STB DPFE DRIVER | ||
M: Markus Mayer <[email protected]> | ||
M: [email protected] | ||
L: [email protected] (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 <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.