1. 12 Jul, 2016 1 commit
    • Arnd Bergmann's avatar
      HID: logitech-hidpp: select CONFIG_POWER_SUPPLY · 351744aa
      Arnd Bergmann authored
      A recent commit added barry support to this driver, but that causes
      a link failure when CONFIG_POWER_SUPPLY is not set:
      
      drivers/hid/built-in.o: In function `hidpp_battery_get_property':
      :(.text+0x1a834): undefined reference to `power_supply_get_drvdata'
      drivers/hid/built-in.o: In function `hidpp_raw_event':
      :(.text+0x1b10c): undefined reference to `power_supply_changed'
      drivers/hid/built-in.o: In function `hidpp_connect_event':
      :(.text+0x1bd88): undefined reference to `devm_power_supply_register'
      :(.text+0x1be30): undefined reference to `power_supply_powers'
      
      This adds a dependency, identically to the other HID drivers that need this.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Fixes: 5a2b190c ("HID: logitech-hidpp: add battery support for HID++ 2.0 devices")
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      351744aa
  2. 07 Jul, 2016 2 commits
  3. 28 Jun, 2016 5 commits
  4. 27 Jun, 2016 4 commits
  5. 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
  6. 25 Jun, 2016 27 commits