[PATCH v2 2/2] soc: brcmstb: Add driver for DPFE

Florian Fainelli f.fainelli at gmail.com
Tue Jun 13 17:03:26 PDT 2017


Hi Markus,

On 06/13/2017 03:37 PM, Markus Mayer wrote:
> From: Markus Mayer <mmayer at broadcom.com>
> 
> 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 at broadcom.com>
> ---
>  MAINTAINERS                      |   8 +
>  drivers/soc/bcm/brcmstb/Makefile |   2 +-
>  drivers/soc/bcm/brcmstb/dpfe.c   | 689 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 698 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/soc/bcm/brcmstb/dpfe.c
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f7d568b..04f0be6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2864,6 +2864,14 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
>  F:	drivers/cpufreq/brcmstb*
>  
> +BROADCOM STB SOC DPFE DRIVER
> +M:	Markus Mayer <mmayer at broadcom.com>
> +M:	bcm-kernel-feedback-list at broadcom.com
> +L:	linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/soc/bcm/brcm,dpfe-cpu.txt
> +F:	drivers/misc/brcmstb-dpfe.c

Just one nit: this should be drivers/soc/bcm/brcmstb/dpfe.c, other than
that, I just need an Ack from Rob on the binding, and I will queue this
up, thanks!
-- 
Florian



More information about the linux-arm-kernel mailing list