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

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/smsc47m1.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 smsc47m1
  2 ======================
  3 
  4 Supported chips:
  5 
  6   * SMSC LPC47B27x, LPC47M112, LPC47M10x, LPC47M13x, LPC47M14x,
  7 
  8     LPC47M15x and LPC47M192
  9 
 10     Addresses scanned: none, address read from Super I/O config space
 11 
 12     Prefix: 'smsc47m1'
 13 
 14     Datasheets:
 15 
 16         http://www.smsc.com/media/Downloads_Public/Data_Sheets/47b272.pdf
 17 
 18         http://www.smsc.com/media/Downloads_Public/Data_Sheets/47m10x.pdf
 19 
 20         http://www.smsc.com/media/Downloads_Public/Data_Sheets/47m112.pdf
 21 
 22         http://www.smsc.com/
 23 
 24   * SMSC LPC47M292
 25 
 26     Addresses scanned: none, address read from Super I/O config space
 27 
 28     Prefix: 'smsc47m2'
 29 
 30     Datasheet: Not public
 31 
 32   * SMSC LPC47M997
 33 
 34     Addresses scanned: none, address read from Super I/O config space
 35 
 36     Prefix: 'smsc47m1'
 37 
 38     Datasheet: none
 39 
 40 
 41 
 42 Authors:
 43 
 44      - Mark D. Studebaker <mdsxyz123@yahoo.com>,
 45      - With assistance from Bruce Allen <ballen@uwm.edu>, and his
 46        fan.c program:
 47 
 48        - http://www.lsc-group.phys.uwm.edu/%7Eballen/driver/
 49 
 50      - Gabriele Gorla <gorlik@yahoo.com>,
 51      - Jean Delvare <jdelvare@suse.de>
 52 
 53 Description
 54 -----------
 55 
 56 The Standard Microsystems Corporation (SMSC) 47M1xx Super I/O chips
 57 contain monitoring and PWM control circuitry for two fans.
 58 
 59 The LPC47M15x, LPC47M192 and LPC47M292 chips contain a full 'hardware
 60 monitoring block' in addition to the fan monitoring and control. The
 61 hardware monitoring block is not supported by this driver, use the
 62 smsc47m192 driver for that.
 63 
 64 No documentation is available for the 47M997, but it has the same device
 65 ID as the 47M15x and 47M192 chips and seems to be compatible.
 66 
 67 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is
 68 triggered if the rotation speed has dropped below a programmable limit. Fan
 69 readings can be divided by a programmable divider (1, 2, 4 or 8) to give
 70 the readings more range or accuracy. Not all RPM values can accurately be
 71 represented, so some rounding is done. With a divider of 2, the lowest
 72 representable value is around 2600 RPM.
 73 
 74 PWM values are from 0 to 255.
 75 
 76 If an alarm triggers, it will remain triggered until the hardware register
 77 is read at least once. This means that the cause for the alarm may
 78 already have disappeared! Note that in the current implementation, all
 79 hardware registers are read whenever any data is read (unless it is less
 80 than 1.5 seconds since the last update). This means that you can easily
 81 miss once-only alarms.
 82 
 83 ------------------------------------------------------------------
 84 
 85 The lm_sensors project gratefully acknowledges the support of
 86 Intel in the development of this driver.

~ [ 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