1. 20 Jul, 2016 1 commit
  2. 16 Jul, 2016 1 commit
  3. 12 Jul, 2016 5 commits
  4. 09 Jul, 2016 10 commits
  5. 04 Jul, 2016 1 commit
    • Alison Schofield's avatar
      hwmon: (jc42) Add I2C_CLASS_HWMON to detection class · eacc48ce
      Alison Schofield authored
      In 2011, commit 774466ad ("hwmon: (jc42) Change detection class")
      changed the detection class of these chips to I2C_CLASS_SPD based
      on this premise: "makes more sense because these chips always live on
      memory modules"
      
      Today these chips have applications beyond memory modules. Examples are
      JC42.4 compatible chips such as MCP9804 and MCP9808, but also MCP9805,
      which is marked as JC42.4 compliant and suggested for use not only for
      DIMMS, but also as generic temperature sensor.
      
      Add I2C_CLASS_HWMON as an additional detection class to allow detection
      by hwmon class i2c adapters.
      Signed-off-by: default avatarAlison Schofield <amsfield22@gmail.com>
      Cc: Daniel Baluta <daniel.baluta@gmail.com>
      [groeck: Updated description]
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      eacc48ce
  6. 28 Jun, 2016 16 commits
  7. 27 Jun, 2016 1 commit
  8. 26 Jun, 2016 1 commit
    • Linus Torvalds's avatar
      Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi · 2ac9b973
      Linus Torvalds authored
      Pull SCSI fixes from James Bottomley:
       "Two straightforward fixes.
      
        One is a concurrency issue only affecting SAS connected SATA drives,
        but which could hang the storage subsystem if it triggers (because the
        outstanding command count on error never goes back to zero) and the
        other is a NO_TAG fallout from the switch to hostwide tags which
        causes the system to crash on module insertion (we've checked
        carefully and only the 53c700 family of drivers is vulnerable to this
        issue)"
      
      * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
        53c700: fix BUG on untagged commands
        scsi: fix race between simultaneous decrements of ->host_failed
      2ac9b973
  9. 25 Jun, 2016 4 commits