thermal: broadcom: add Northstar thermal driver
authorRafał Miłecki <rafal@milecki.pl>
Mon, 3 Apr 2017 15:48:29 +0000 (17:48 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Fri, 7 Apr 2017 04:45:19 +0000 (21:45 -0700)
commita94cb7eeecc4104a6874339f90c5d0647359c102
tree2d753c400fc9ebb38ed7d2a7a217e4de4e1b2b75
parentee7cdbecb128d8b023c5439004cdea8baa2d0fe4
thermal: broadcom: add Northstar thermal driver

Northstar is a SoC family commonly used in home routers. This commit
adds a driver for checking CPU temperature. As Northstar Plus seems to
also have this IP block this new symbol gets ARCH_BCM_IPROC dependency.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/broadcom/Kconfig [new file with mode: 0644]
drivers/thermal/broadcom/Makefile [new file with mode: 0644]
drivers/thermal/broadcom/ns-thermal.c [new file with mode: 0644]