]> git.sur5r.net Git - groeck-it87/log
groeck-it87
7 years agoFix feature mask for IT8792E (IT8733E)
Guenter Roeck [Fri, 10 Mar 2017 17:06:17 +0000 (09:06 -0800)]
Fix feature mask for IT8792E (IT8733E)

The chip features match those of IT8790E. Most important is the
ADC resolution, which is 12 mV, not 10.9 mV.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoDo not overwrite bit 2..6 of pwm control registers
Guenter Roeck [Wed, 8 Feb 2017 17:10:11 +0000 (09:10 -0800)]
Do not overwrite bit 2..6 of pwm control registers

In IT8620E, after setting pwm control to manual, it was observed that
pwm values for fan 4..6 have reversed results (writing 0 results in fans
running at full speed, writing 255 results in fans turned off).

With the new PWM control, pwm polarity for pwm control 4..6 is specified
in its pwm control registers. Those registers are overwritten when setting
the pwm mode or the temperature mapping. Do not touch bit 2..6 of pwm
control registers on register writes to fix the problem.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoFix fan4_ctl detection for IT8620, IT8628
Guenter Roeck [Wed, 8 Feb 2017 14:29:43 +0000 (06:29 -0800)]
Fix fan4_ctl detection for IT8620, IT8628

fan4 control is enabled if bit 2 of GPIO control register 4 is disabled,
not when it is enabled. Since the check is for the skip condition, it is
reversed. This applies to both IT8620 and IT8628.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoAdd TODO file
Guenter Roeck [Thu, 29 Dec 2016 04:48:36 +0000 (20:48 -0800)]
Add TODO file

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoExperimental support for IT8607E
Guenter Roeck [Thu, 29 Dec 2016 04:45:31 +0000 (20:45 -0800)]
Experimental support for IT8607E

Assume for now that in5 and in6 are supported, and that fan control
is standard (unlike IT8603E).

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoAdd preliminary support for IT8792E
Guenter Roeck [Thu, 29 Dec 2016 02:25:06 +0000 (18:25 -0800)]
Add preliminary support for IT8792E

The chip is similar to IT8732E, but supports only three fans
instead of four (the driver currently does not support the 4th
fan on IT8732E).

Note that the chip ID is 0x8733, not 0x8792 as one would expect.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoEnsure that pwm control cache is current before updating values
Guenter Roeck [Tue, 27 Sep 2016 00:35:56 +0000 (17:35 -0700)]
Ensure that pwm control cache is current before updating values

If sensor attributes were never read, the pwm control data has not been
initiialized, which can cause wrong driver behavior. Ensure that cached
data is current before acting on it.

Reported-by: Kevin Folz <kfolz@evertz.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoImprove IT8622 support
Guenter Roeck [Thu, 22 Sep 2016 20:51:20 +0000 (13:51 -0700)]
Improve IT8622 support

Configuration registers on ITE8622 are different to 8620 and 8628 and
require special handling. Also, the chip supports up to 5 pwm controls.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoAdd support for IT8622E
Guenter Roeck [Wed, 21 Sep 2016 15:00:46 +0000 (08:00 -0700)]
Add support for IT8622E

Originally-from: Kevin Folz <kfolz@evertz.com>.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoUpdate README to match upstream documentation
Guenter Roeck [Wed, 21 Sep 2016 14:55:34 +0000 (07:55 -0700)]
Update README to match upstream documentation

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoAdd feature flag indicating that VIN3 is connected to 5V
Guenter Roeck [Wed, 21 Sep 2016 13:35:37 +0000 (06:35 -0700)]
Add feature flag indicating that VIN3 is connected to 5V

On IT8622E and IT8628E, VIN3 is expected to be connected to +5V.
Add feature flag and reflect in input label.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
7 years agoSynchronize with upstream version
Guenter Roeck [Wed, 21 Sep 2016 13:19:44 +0000 (06:19 -0700)]
Synchronize with upstream version

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
8 years agoAdd support for IT8628E and IT8732F
Guenter Roeck [Wed, 27 Jan 2016 01:41:35 +0000 (17:41 -0800)]
Add support for IT8628E and IT8732F

Also synchronize with upstream version

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoSupport for newer autopwm, plus other changes and cleanup
Guenter Roeck [Fri, 10 Apr 2015 03:32:40 +0000 (20:32 -0700)]
Support for newer autopwm, plus other changes and cleanup

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoVarious enhancements, cleanup, and fixes
Guenter Roeck [Sun, 5 Apr 2015 13:23:26 +0000 (06:23 -0700)]
Various enhancements, cleanup, and fixes

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoRearrange code to avoid forward declarations
Guenter Roeck [Mon, 30 Mar 2015 06:26:37 +0000 (23:26 -0700)]
Rearrange code to avoid forward declarations

9 years agoFix superio enable sequence for SIO address 0x4e
Guenter Roeck [Sun, 29 Mar 2015 23:33:17 +0000 (16:33 -0700)]
Fix superio enable sequence for SIO address 0x4e

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoAdd support for two Super-IO chips
Guenter Roeck [Sat, 28 Mar 2015 15:30:47 +0000 (08:30 -0700)]
Add support for two Super-IO chips

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoVarious enhancements
Guenter Roeck [Fri, 27 Mar 2015 03:09:38 +0000 (20:09 -0700)]
Various enhancements

Add support for 6 pwm channels on IT8620E
Fix pwm frequency value for newer chips
Add second pwm frequency control for newer chips

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoSome cleanup, plus AVCC3 support for ITE8620E
Guenter Roeck [Thu, 26 Mar 2015 16:35:45 +0000 (09:35 -0700)]
Some cleanup, plus AVCC3 support for ITE8620E

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoExperimental support for ITE8790E
Guenter Roeck [Thu, 26 Mar 2015 06:30:53 +0000 (23:30 -0700)]
Experimental support for ITE8790E

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoFormatting cleanup
Guenter Roeck [Fri, 13 Feb 2015 20:09:46 +0000 (12:09 -0800)]
Formatting cleanup

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agosync README with upstream version
Guenter Roeck [Fri, 13 Feb 2015 19:38:14 +0000 (11:38 -0800)]
sync README with upstream version

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
9 years agoMerge pull request #3 from Zlika/master
Guenter Roeck [Fri, 13 Feb 2015 19:21:00 +0000 (11:21 -0800)]
Merge pull request #3 from Zlika/master

Add support for IT8786E

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>