1. 22 5月, 2014 3 次提交
    • M
      Merge tag 'asoc-v3.15-rc5-intel' into asoc-linus · 95b9cff3
      Mark Brown 提交于
      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
    • M
      Merge tag 'asoc-v3.15-rc5-drivers' into asoc-linus · dd97254f
      Mark Brown 提交于
      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
    • M
      Merge tag 'asoc-v3.15-rc5-core' into asoc-linus · 266bd275
      Mark Brown 提交于
      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. 14 5月, 2014 5 次提交
  3. 13 5月, 2014 6 次提交
  4. 10 5月, 2014 2 次提交
    • L
      Linux 3.15-rc5 · d6d211db
      Linus Torvalds 提交于
      d6d211db
    • L
      Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 181da3c3
      Linus Torvalds 提交于
      Pull x86 fixes from Peter Anvin:
       "A somewhat unpleasantly large collection of small fixes.  The big ones
        are the __visible tree sweep and a fix for 'earlyprintk=efi,keep'.  It
        was using __init functions with predictably suboptimal results.
      
        Another key fix is a build fix which would produce output that simply
        would not decompress correctly in some configuration, due to the
        existing Makefiles picking up an unfortunate local label and mistaking
        it for the global symbol _end.
      
        Additional fixes include the handling of 64-bit numbers when setting
        the vdso data page (a latent bug which became manifest when i386
        started exporting a vdso with time functions), a fix to the new MSR
        manipulation accessors which would cause features to not get properly
        unblocked, a build fix for 32-bit userland, and a few new platform
        quirks"
      
      * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86, vdso, time: Cast tv_nsec to u64 for proper shifting in update_vsyscall()
        x86: Fix typo in MSR_IA32_MISC_ENABLE_LIMIT_CPUID macro
        x86: Fix typo preventing msr_set/clear_bit from having an effect
        x86/intel: Add quirk to disable HPET for the Baytrail platform
        x86/hpet: Make boot_hpet_disable extern
        x86-64, build: Fix stack protector Makefile breakage with 32-bit userland
        x86/reboot: Add reboot quirk for Certec BPC600
        asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*
        asmlinkage, x86: Add explicit __visible to arch/x86/*
        asmlinkage: Revert "lto: Make asmlinkage __visible"
        x86, build: Don't get confused by local symbols
        x86/efi: earlyprintk=efi,keep fix
      181da3c3
  5. 09 5月, 2014 8 次提交
  6. 08 5月, 2014 11 次提交
  7. 07 5月, 2014 5 次提交