1. 18 Sep, 2016 2 commits
    • Guenter Roeck's avatar
      hwmon: (nct6775) Add support for multiple virtual temperature sources · 7ce4190c
      Guenter Roeck authored
      For virtual temperatures, the actual temperature values are written
      by software, presumably by the BIOS. This functionality is (as of
      right now) supported on NCT6791D, NCT6792D, and NCT6793D. On those chips,
      the temperatures are written into registers 0xea..0xef on page 0.
      This is known to be used on some Asus motherboards, where the actual
      temperature source can be configured in the BIOS.
      
      Report the 'virtual' temperatures for all monotoring sources to address
      this situation.
      
      Example for the resulting output (as seen with the 'sensors' command):
      
      nct6791-isa-0290
      Adapter: ISA adapter
      ...
      Virtual_TEMP:           +31.0°C
      PECI Agent 0:           +38.5°C
      Virtual_TEMP:           +32.0°C
      ...
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      7ce4190c
    • Daniel Wagner's avatar
      hwmon: (adt7470) No need for additional synchronization on kthread_stop() · dc8b73eb
      Daniel Wagner authored
      The kthread_stop() waits for the thread to exit. There is no need for an
      additional synchronization needed to join on the kthread.
      
      The completion was added by 89fac11c ("adt7470: make automatic fan
      control really work").
      Signed-off-by: default avatarDaniel Wagner <daniel.wagner@bmw-carit.de>
      Cc: Darrick J. Wong <djwong@us.ibm.com>
      Cc: Jean Delvare <jdelvare@suse.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      dc8b73eb
  2. 13 Sep, 2016 3 commits
  3. 10 Sep, 2016 2 commits
  4. 09 Sep, 2016 33 commits