Re: svn commit: r342020 - in head/sys: arm/mv arm64/conf conf

2018-12-14 Thread Emmanuel Vadot
Hi Marcin, On Fri, 14 Dec 2018 09:43:49 +0100 Marcin Wojtas wrote: > Hi Manu, > > Imo the new driver is adding code duplication - please check > sys/arm/mv/armada/thermal.c. It contains support for armada38x (which > has BTW exactly same coefficients as CP110). Basically it would be > enough

Re: svn commit: r342020 - in head/sys: arm/mv arm64/conf conf

2018-12-14 Thread Marcin Wojtas
Hi Manu, Imo the new driver is adding code duplication - please check sys/arm/mv/armada/thermal.c. It contains support for armada38x (which has BTW exactly same coefficients as CP110). Basically it would be enough to add 2 structures for ap806 and cp110. Best regards, Marcinśr., 12 gru 2018 o 23:

svn commit: r342020 - in head/sys: arm/mv arm64/conf conf

2018-12-12 Thread Emmanuel Vadot
Author: manu Date: Wed Dec 12 22:33:05 2018 New Revision: 342020 URL: https://svnweb.freebsd.org/changeset/base/342020 Log: mv_thermal: Add thermal driver for AP806 and CP110 thermal sensor Sponsored by: Rubicon Communications, LLC ("Netgate") Added: head/sys/arm/mv/mv_thermal.c (conte