1. 21 May, 2014 8 commits
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
    • Mark Brown's avatar
      Merge tag 'asoc-v3.15-rc5-intel' into asoc-linus · 95b9cff3
      Mark Brown authored
      ASoC: Intel fixes for v3.15
      
      This is a relatively large batch of fixes for the newly added
      Haswell/Baytrail drivers from Intel.  It's a bit larger than is good for
      this point in the cycle but it's all for a newly added driver so not so
      worrying as it might otherwise be.  Some of it's integration problems,
      some of it's the sort of problem usually turned up in stress tests.
      
      # gpg: Signature made Wed 14 May 2014 12:40:27 BST using RSA key ID 7EA229BD
      # gpg: Good signature from "Mark Brown <broonie@sirena.org.uk>"
      # gpg:                 aka "Mark Brown <broonie@debian.org>"
      # gpg:                 aka "Mark Brown <broonie@kernel.org>"
      # gpg:                 aka "Mark Brown <broonie@tardis.ed.ac.uk>"
      # gpg:                 aka "Mark Brown <broonie@linaro.org>"
      # gpg:                 aka "Mark Brown <Mark.Brown@linaro.org>"
      95b9cff3
    • Mark Brown's avatar
      Merge tag 'asoc-v3.15-rc5-drivers' into asoc-linus · dd97254f
      Mark Brown authored
      ASoC: Driver fixes for v3.15
      
      A small set of driver fixes, nothing remarkable in itself or of any
      relevance outside of the driver.
      
      # gpg: Signature made Wed 14 May 2014 12:49:57 BST using RSA key ID 7EA229BD
      # gpg: Good signature from "Mark Brown <broonie@sirena.org.uk>"
      # gpg:                 aka "Mark Brown <broonie@debian.org>"
      # gpg:                 aka "Mark Brown <broonie@kernel.org>"
      # gpg:                 aka "Mark Brown <broonie@tardis.ed.ac.uk>"
      # gpg:                 aka "Mark Brown <broonie@linaro.org>"
      # gpg:                 aka "Mark Brown <Mark.Brown@linaro.org>"
      dd97254f
    • Mark Brown's avatar
      Merge tag 'asoc-v3.15-rc5-core' into asoc-linus · 266bd275
      Mark Brown authored
      ASoC: Core fixes for v3.15
      
      A few things here:
      
       - Fix the creation of spurious CODEC<->CODEC links which caused DAPM to
         have audio paths which shouldn't be present causing spurious powerups
         and potential audible issues for users.
       - Ensure the suspend->off transition doesn't have spurious transitions
         to prepare added to the sequence.
       - Fix incorrect skipping of PCM suspension for active audio streams.
       - Remove Timur Tabi from the CS4270 maintainers, Cirrus are now doing
         this and Timur no longer has the boards that he was using.
      
      # gpg: Signature made Wed 14 May 2014 12:59:19 BST using RSA key ID 7EA229BD
      # gpg: Good signature from "Mark Brown <broonie@sirena.org.uk>"
      # gpg:                 aka "Mark Brown <broonie@debian.org>"
      # gpg:                 aka "Mark Brown <broonie@kernel.org>"
      # gpg:                 aka "Mark Brown <broonie@tardis.ed.ac.uk>"
      # gpg:                 aka "Mark Brown <broonie@linaro.org>"
      # gpg:                 aka "Mark Brown <Mark.Brown@linaro.org>"
      266bd275
  2. 19 May, 2014 2 commits
  3. 16 May, 2014 4 commits
  4. 14 May, 2014 4 commits
  5. 13 May, 2014 2 commits
  6. 12 May, 2014 13 commits
  7. 09 May, 2014 6 commits
  8. 08 May, 2014 1 commit
    • Linus Torvalds's avatar
      Merge tag 'trace-fixes-v3.15-rc4-v2' of... · f322e262
      Linus Torvalds authored
      Merge tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
      
      Pull tracing fixes from Steven Rostedt:
       "This contains two fixes.
      
        The first is a long standing bug that causes bogus data to show up in
        the refcnt field of the module_refcnt tracepoint.  It was introduced
        by a merge conflict resolution back in 2.6.35-rc days.
      
        The result should be 'refcnt = incs - decs', but instead it did
        'refcnt = incs + decs'.
      
        The second fix is to a bug that was introduced in this merge window
        that allowed for a tracepoint funcs pointer to be used after it was
        freed.  Moving the location of where the probes are released solved
        the problem"
      
      * tag 'trace-fixes-v3.15-rc4-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        tracepoint: Fix use of tracepoint funcs after rcu free
        trace: module: Maintain a valid user count
      f322e262