From: Markus Mayer <mmayer@xxxxxxxxxxxx> This series introduces a driver to interact with the Broadcom STB DDR PHY Front End (DPFE), specifically to communicate with the DCPU that is part of the DDR PHY and which is running its own firmware. The DCPU provides information such as DRAM refresh rate, which can be used as indirect indicator for the DRAM temperature (the higher the refresh rate, the hotter the RAM). Markus Mayer (2): dt/bindings: Add bindings for Broadcom STB DRAM Sensors hwmon: (brcmstb) Add driver for Broadcom STB DPFE .../devicetree/bindings/hwmon/brcmstb-dpfe.txt | 68 ++ MAINTAINERS | 8 + drivers/hwmon/Kconfig | 13 + drivers/hwmon/Makefile | 1 + drivers/hwmon/brcmstb-dpfe.c | 689 +++++++++++++++++++++ 5 files changed, 779 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/brcmstb-dpfe.txt create mode 100644 drivers/hwmon/brcmstb-dpfe.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html