~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/gl518sm.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 Kernel driver gl518sm
  2 =====================
  3 
  4 Supported chips:
  5 
  6   * Genesys Logic GL518SM release 0x00
  7 
  8     Prefix: 'gl518sm'
  9 
 10     Addresses scanned: I2C 0x2c and 0x2d
 11 
 12   * Genesys Logic GL518SM release 0x80
 13 
 14     Prefix: 'gl518sm'
 15 
 16     Addresses scanned: I2C 0x2c and 0x2d
 17 
 18     Datasheet: http://www.genesyslogic.com/
 19 
 20 Authors:
 21        - Frodo Looijaard <frodol@dds.nl>,
 22        - Kyösti Mälkki <kmalkki@cc.hut.fi>
 23        - Hong-Gunn Chew <hglinux@gunnet.org>
 24        - Jean Delvare <jdelvare@suse.de>
 25 
 26 Description
 27 -----------
 28 
 29 .. important::
 30 
 31    For the revision 0x00 chip, the in0, in1, and in2  values (+5V, +3V,
 32    and +12V) CANNOT be read. This is a limitation of the chip, not the driver.
 33 
 34 This driver supports the Genesys Logic GL518SM chip. There are at least
 35 two revision of this chip, which we call revision 0x00 and 0x80. Revision
 36 0x80 chips support the reading of all voltages and revision 0x00 only
 37 for VIN3.
 38 
 39 The GL518SM implements one temperature sensor, two fan rotation speed
 40 sensors, and four voltage sensors. It can report alarms through the
 41 computer speakers.
 42 
 43 Temperatures are measured in degrees Celsius. An alarm goes off while the
 44 temperature is above the over temperature limit, and has not yet dropped
 45 below the hysteresis limit. The alarm always reflects the current
 46 situation. Measurements are guaranteed between -10 degrees and +110
 47 degrees, with a accuracy of +/-3 degrees.
 48 
 49 Rotation speeds are reported in RPM (rotations per minute). An alarm is
 50 triggered if the rotation speed has dropped below a programmable limit. In
 51 case when you have selected to turn fan1 off, no fan1 alarm is triggered.
 52 
 53 Fan readings can be divided by a programmable divider (1, 2, 4 or 8) to
 54 give the readings more range or accuracy.  Not all RPM values can
 55 accurately be represented, so some rounding is done. With a divider
 56 of 2, the lowest representable value is around 1900 RPM.
 57 
 58 Voltage sensors (also known as VIN sensors) report their values in volts.
 59 An alarm is triggered if the voltage has crossed a programmable minimum or
 60 maximum limit. Note that minimum in this case always means 'closest to
 61 zero'; this is important for negative voltage measurements. The VDD input
 62 measures voltages between 0.000 and 5.865 volt, with a resolution of 0.023
 63 volt. The other inputs measure voltages between 0.000 and 4.845 volt, with
 64 a resolution of 0.019 volt. Note that revision 0x00 chips do not support
 65 reading the current voltage of any input except for VIN3; limit setting and
 66 alarms work fine, though.
 67 
 68 When an alarm is triggered, you can be warned by a beeping signal through your
 69 computer speaker. It is possible to enable all beeping globally, or only the
 70 beeping for some alarms.
 71 
 72 If an alarm triggers, it will remain triggered until the hardware register
 73 is read at least once (except for temperature alarms). This means that the
 74 cause for the alarm may already have disappeared! Note that in the current
 75 implementation, all hardware registers are read whenever any data is read
 76 (unless it is less than 1.5 seconds since the last update). This means that
 77 you can easily miss once-only alarms.
 78 
 79 The GL518SM only updates its values each 1.5 seconds; reading it more often
 80 will do no harm, but will return 'old' values.

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php