]>
git.sur5r.net Git - groeck-it87/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guenter Roeck [Thu, 12 Feb 2015 18:40:55 +0000 (10:40 -0800)]
Add feature flags for fan count and 16-bit fan configuration
Fans 4-5 are not supported on all chips and revisions. Also, 16-bit fan
counters only need to be enabled on older chips. Provide feature flags
to simplify adding support for new chips.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Thu, 12 Feb 2015 18:40:02 +0000 (10:40 -0800)]
Add support for IT8781F
IT8781F is mostly compatible to IT8782F. Major difference is that it only
supports four instead of six UART channels, and therefore does not share
the uart6 pins.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 17 Jan 2015 18:00:02 +0000 (10:00 -0800)]
Synchronize with upstream version
Also ensure the driver still builds with the latest upstream kernel.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Tue, 30 Oct 2012 21:50:41 +0000 (14:50 -0700)]
sync w/ upstream, plus preliminary PECI support
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter [Sun, 28 Oct 2012 00:00:10 +0000 (17:00 -0700)]
fix offset register access
Signed-off-by: Guenter <groeck@groeck-desktop.(none)>
Guenter Roeck [Wed, 24 Oct 2012 19:51:35 +0000 (12:51 -0700)]
Add temperature offset register support, and lots of cleanup (experimental)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Wed, 24 Oct 2012 19:50:27 +0000 (12:50 -0700)]
sync with upstream version
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Wed, 30 May 2012 15:24:25 +0000 (08:24 -0700)]
Drop unsupported chips from README file
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Mon, 21 May 2012 04:12:31 +0000 (21:12 -0700)]
sync with Jean's generic version. Drop support for unknown/untested chips
... as too risky. Manual chip type override accomplishes the same.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Tue, 27 Mar 2012 15:32:41 +0000 (08:32 -0700)]
Merge with latest upstream version
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Tue, 27 Mar 2012 15:30:15 +0000 (08:30 -0700)]
Add compat.h for backwards compatibility
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Thu, 8 Mar 2012 02:29:19 +0000 (18:29 -0800)]
it87: VIN7 does not depend on bit 2 of reg2C
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Wed, 7 Mar 2012 02:23:20 +0000 (18:23 -0800)]
it87: Do not attempt to re-route VIN7
Re-routing VIN7 does not work as expected, so better leave it alone.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 20:05:01 +0000 (12:05 -0800)]
it87: IT8781F and IT8782F support monitoring 5 fans
... according to the summary datasheets available at the ITE web site.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 17:36:01 +0000 (09:36 -0800)]
it87: Add experimental support for IT8781F and IT8782F
Assume that IT8781F and IT8782F are compatible with IT8783E/F.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 17:07:39 +0000 (09:07 -0800)]
it87: IT8783E/F only support three fans
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 16:55:22 +0000 (08:55 -0800)]
it87: Add experimental support for IT8771E, IT8772E
Open Hardware Monitor considers IT8771E, IT8772E to be compatible with IT8721F.
Let's see if that is correct. Use at your own risk.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 16:50:12 +0000 (08:50 -0800)]
it87: Remove artifact from initial code changes
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Sat, 3 Mar 2012 15:43:03 +0000 (07:43 -0800)]
it87: Support older kernels
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Fri, 2 Mar 2012 21:01:54 +0000 (13:01 -0800)]
it87: Add missing chip name
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Fri, 2 Mar 2012 20:50:56 +0000 (12:50 -0800)]
it87: Initial / experimental support for IT8783E/F
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Guenter Roeck [Fri, 2 Mar 2012 20:50:18 +0000 (12:50 -0800)]
it87: upstream version
Signed-off-by: Guenter Roeck <linux@roeck-us.net>