1. 01 Sep, 2017 2 commits
  2. 31 Aug, 2017 1 commit
  3. 30 Aug, 2017 9 commits
  4. 22 Aug, 2017 4 commits
  5. 15 Aug, 2017 1 commit
    • Arnd Bergmann's avatar
      hwmon: (aspeed-pwm) add THERMAL dependency · d5553c26
      Arnd Bergmann authored
      With CONFIG_THERMAL=m, a built-in aspeed pwm tacho driver causes
      a link error:
      
      drivers/hwmon/aspeed-pwm-tacho.o: In function `aspeed_pwm_tacho_probe':
      aspeed-pwm-tacho.c:(.text+0x7f0): undefined reference to `thermal_of_cooling_device_register'
      
      This adds a dependency similar to what other hwmon drivers use,
      ensuring that the aspeed driver cannot be built-in in this
      case but has to be a module. With THERMAL=n, we still allow building it.
      
      Fixes: 2d7a548a ("drivers: hwmon: Support for ASPEED PWM/Fan tach")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      d5553c26
  6. 14 Aug, 2017 1 commit
  7. 13 Aug, 2017 19 commits
  8. 07 Aug, 2017 1 commit
  9. 06 Aug, 2017 2 commits
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86 · acdae9ee
      Linus Torvalds authored
      Pull x86 platform driver fix from Darren Hart:
       "Fix loop preventing some platforms from waking up via the power button
        in s2idle:
      
         - intel-vbtn: match power button on press rather than release"
      
      * tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86:
        platform/x86: intel-vbtn: match power button on press rather than release
      acdae9ee
    • Linus Torvalds's avatar
      Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 · ed66da11
      Linus Torvalds authored
      Pull ext4 fixes from Ted Ts'o:
       "A large number of ext4 bug fixes and cleanups for v4.13"
      
      * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
        ext4: fix copy paste error in ext4_swap_extents()
        ext4: fix overflow caused by missing cast in ext4_resize_fs()
        ext4, project: expand inode extra size if possible
        ext4: cleanup ext4_expand_extra_isize_ea()
        ext4: restructure ext4_expand_extra_isize
        ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize
        ext4: make xattr inode reads faster
        ext4: inplace xattr block update fails to deduplicate blocks
        ext4: remove unused mode parameter
        ext4: fix warning about stack corruption
        ext4: fix dir_nlink behaviour
        ext4: silence array overflow warning
        ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
        ext4: release discard bio after sending discard commands
        ext4: convert swap_inode_data() over to use swap() on most of the fields
        ext4: error should be cleared if ea_inode isn't added to the cache
        ext4: Don't clear SGID when inheriting ACLs
        ext4: preserve i_mode if __ext4_set_acl() fails
        ext4: remove unused metadata accounting variables
        ext4: correct comment references to ext4_ext_direct_IO()
      ed66da11