1. 20 Jul, 2016 3 commits
    • Mark Brown's avatar
    • Mark Brown's avatar
      Merge remote-tracking branches 'regulator/fix/da9053' and... · 02214f10
      Mark Brown authored
      Merge remote-tracking branches 'regulator/fix/da9053' and 'regulator/fix/s2mps11' into regulator-linus
      02214f10
    • Steve Twiss's avatar
      regulator: da9053/52: Fix incorrectly stated minimum and maximum voltage limits · 707319b6
      Steve Twiss authored
      This fix alters the minimum and maximum BUCK voltage limits for DA9052 and
      DA9053. It does so for the following cases:
      
      DA9052
      - BUCK3 (MEM)
         min: 0.925V -> 0.950V
         max: 2.500V -> 2.525V
      
      DA9053
      - BUCK3 (MEM)
         min: 0.925V -> 0.950V
         max: 2.500V -> 2.525V
      - BUCK4 (PERI)
         min: 0.925V -> 0.950V
         max: 2.500V -> 2.525V
      
      The voltage range remains the same, but the limits are shifted by +0.025V.
      
      This change is provided on DA9052:MEM, DA9053:MEM and DA9053:PERI
      and is a voltage difference of 0.025V, compared to those measured before
      this fix is applied. The patch has the effect of decreasing *all* measured
      voltages on those BUCKs when compared against the previously measured
      values for the same software voltage request.
      
      For example, with this fix applied for DA9052:MEM, DA9053:MEM and
      DA9053:PERI, the following is true.
      
      Because the previous software defined slot 0 as being 0.925V, if a request
      for 0.950V was previously sent, the slot 1 voltage would have been used.
      This would have corresponded to an actual measured voltage of 0.975V. But,
      with this patch fix, and with slot 0 properly aligned to 0.950V, if a
      voltage of 0.950V is requested by software, a measured value of 0.950V will
      be provided.
      Tested-by: default avatarSteve Twiss <stwiss.opensource@diasemi.com>
      Signed-off-by: default avatarSteve Twiss <stwiss.opensource@diasemi.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      707319b6
  2. 12 Jul, 2016 1 commit
  3. 11 Jul, 2016 2 commits
    • Linus Torvalds's avatar
      Linux 4.7-rc7 · 92d21ac7
      Linus Torvalds authored
      92d21ac7
    • Hugh Dickins's avatar
      tmpfs: fix regression hang in fallocate undo · 7f556567
      Hugh Dickins authored
      The well-spotted fallocate undo fix is good in most cases, but not when
      fallocate failed on the very first page.  index 0 then passes lend -1
      to shmem_undo_range(), and that has two bad effects: (a) that it will
      undo every fallocation throughout the file, unrestricted by the current
      range; but more importantly (b) it can cause the undo to hang, because
      lend -1 is treated as truncation, which makes it keep on retrying until
      every page has gone, but those already fully instantiated will never go
      away.  Big thank you to xfstests generic/269 which demonstrates this.
      
      Fixes: b9b4bb26 ("tmpfs: don't undo fallocate past its last page")
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarHugh Dickins <hughd@google.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7f556567
  4. 10 Jul, 2016 1 commit
  5. 09 Jul, 2016 1 commit
  6. 08 Jul, 2016 19 commits
  7. 07 Jul, 2016 11 commits
  8. 06 Jul, 2016 2 commits