From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Markus Mayer To: Jean Delvare , Guenter Roeck , Rob Herring , Mark Rutland , Florian Fainelli Cc: Markus Mayer , Broadcom Kernel List , Linux HWMON List , Device Tree List , ARM Kernel List , Linux Kernel Mailing List Subject: [PATCH 0/2] HWMON driver for Broadcom STB DPFE Date: Tue, 18 Apr 2017 13:17:00 -0700 Message-Id: <20170418201702.57019-1-code@mmayer.net> List-ID: From: Markus Mayer 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Mayer Subject: [PATCH 0/2] HWMON driver for Broadcom STB DPFE Date: Tue, 18 Apr 2017 13:17:00 -0700 Message-ID: <20170418201702.57019-1-code@mmayer.net> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jean Delvare , Guenter Roeck , Rob Herring , Mark Rutland , Florian Fainelli Cc: Markus Mayer , Broadcom Kernel List , Linux HWMON List , Device Tree List , ARM Kernel List , Linux Kernel Mailing List List-Id: devicetree@vger.kernel.org From: Markus Mayer 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: code@mmayer.net (Markus Mayer) Date: Tue, 18 Apr 2017 13:17:00 -0700 Subject: [PATCH 0/2] HWMON driver for Broadcom STB DPFE Message-ID: <20170418201702.57019-1-code@mmayer.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Markus Mayer 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