]> git.sur5r.net Git - groeck-it87/log
groeck-it87
9 years agoAdd support for IT8786E. 3/head
Zlika [Fri, 13 Feb 2015 12:19:06 +0000 (13:19 +0100)]
Add support for IT8786E.

9 years agoAdd feature flag for VID support
Guenter Roeck [Thu, 12 Feb 2015 18:44:26 +0000 (10:44 -0800)]
Add feature flag for VID support

Newer chips don't typically support VID inputs or control.
Add a feature flag for VID support to simplify adding support
for new chips.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoAdd feature flags for fan count and 16-bit fan configuration
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>
9 years agoAdd support for IT8781F
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>
9 years agoSynchronize with upstream version
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>
11 years agosync w/ upstream, plus preliminary PECI support
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>
11 years agofix offset register access
Guenter [Sun, 28 Oct 2012 00:00:10 +0000 (17:00 -0700)]
fix offset register access

Signed-off-by: Guenter <groeck@groeck-desktop.(none)>
11 years agoAdd temperature offset register support, and lots of cleanup (experimental)
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>
11 years agosync with upstream version
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>
11 years agoDrop unsupported chips from README file
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>
11 years agosync with Jean's generic version. Drop support for unknown/untested chips
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>
12 years agoMerge with latest upstream version
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>
12 years agoAdd compat.h for backwards compatibility
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>
12 years agoit87: VIN7 does not depend on bit 2 of reg2C
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>
12 years agoit87: Do not attempt to re-route VIN7
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>
12 years agoit87: IT8781F and IT8782F support monitoring 5 fans
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>
12 years agoit87: Add experimental support for IT8781F and IT8782F
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>
12 years agoit87: IT8783E/F only support three fans
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>
12 years agoit87: Add experimental support for IT8771E, IT8772E
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>
12 years agoit87: Remove artifact from initial code changes
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>
12 years agoit87: Support older kernels
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>
12 years agoit87: Add missing chip name
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>
12 years agoit87: Initial / experimental support for IT8783E/F
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>
12 years agoit87: upstream version
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>